| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Merge commit '892771ab81f79a6b0cf9735701760c5a12d6ab85'
* commit '892771ab81f79a6b0cf9735701760c5a12d6ab85':
Rename WRITE_SDCARD to WRITE_EXTERNAL_STORAGE in browser test app
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '40d87ee4867baa25fd7a824f324ea7040bf5bc23'
* commit '40d87ee4867baa25fd7a824f324ea7040bf5bc23':
Removing @Override to fix the build
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '50566b3554f440d6b84a696875147d8d21682b10'
* commit '50566b3554f440d6b84a696875147d8d21682b10':
Update reliability test code. Use a separate activity with simpler calback mechanism.
|
| |
| |
| |
| | |
mechanism.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '162c9d0e90eaa71adc8c7d1456d1a9a95e638c47'
* commit '162c9d0e90eaa71adc8c7d1456d1a9a95e638c47':
base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '181fafaf48208978b8ba2022683ffa78aaeddde1'
* commit '181fafaf48208978b8ba2022683ffa78aaeddde1':
Retool the backup process to use a new 'BackupAgent' class
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Backups will be handled by launching the application in a special
mode under which no activities or services will be started, only
the BackupAgent subclass named in the app's android:backupAgent
manifest property. This takes the place of the BackupService class
used earlier during development.
In the cases of *full* backup or restore, an application that does
not supply its own BackupAgent will be launched in a restricted
manner; in particular, it will be using the default Application
class rather than any manifest-declared one. This ensures that the
app is not running any code that may try to manipulate its data
while the backup system reads/writes its data set.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea'
* commit '6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea':
Fix concat SMS for GSM.
|
| |
| |
| |
| |
| |
| | |
Bug 1883998: We only support sending 8-bit references for now.
Bug 1885080: Also fix the GsmAlphabetTest, which started failing when SmsHeader
was re-worked.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'a5f50b8f49cc9b34b1de462e11498d92c692b978'
* commit 'a5f50b8f49cc9b34b1de462e11498d92c692b978':
Modify the base gestures API to use streams instead of files. Adds new wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
|
| |
| |
| |
| | |
wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '761e0918d30b6a3f292625b44b86dffd1538bc78'
* commit '761e0918d30b6a3f292625b44b86dffd1538bc78':
Unmap memory in MemoryFile.close().
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As reported in http://b/issue?id=1398215 MemoryFile did not
munmap(2) the ashmem region after closing it. This
causes the process to leak virtual address space.
This change fixes the problem by calling munmap(2) in
close(). The unmapping is done by a helper method deactivate().
The change also replaces the use of an int for the
file descriptor with a FileDescriptor object to
make sure that we keep track of when the file descriptor
has been closed. I chose to implement it this way because I
will need decativate() and a FileDescriptor object in an
upcoming change that allows sending MemoryFile file
descriptors between processes.
The change also adds a number of tests for the behavior
of close(). The testCloseRead() and testCloseWrite() fail
with the old MemoryFile implementation, and testCloseLeak()
causes a segfault. They all pass now.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Stop the NANP number formatter from putting dashes in shortcodes.
|
| | |
| | |
| | |
| | |
| | | |
This changes the result of PhoneNumberUtils.formatNumber("46645") from
"466-45" to "46645".
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
Merge commit '511a0134e1bfe90a23960eea72eca565e52aa816'
* commit '511a0134e1bfe90a23960eea72eca565e52aa816':
added SmsMessage ConcatRef parsing validation
|
| |\
| | |
| | |
| | |
| | | |
* changes:
added SmsMessage ConcatRef parsing validation
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
addresses bugs:
http://b/issue?id=1870607
http://b/issue?id=1688238
and prior perforce commit:
http://s9/?change_num=136189
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '82392e84b9bcf618d1c41730ec14fb8dab841990'
* commit '82392e84b9bcf618d1c41730ec14fb8dab841990':
Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
|
| | |
| | |
| | |
| | | |
the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '380cd96e5d7018cbf43295c9f2f2a33897affd63'
* commit '380cd96e5d7018cbf43295c9f2f2a33897affd63':
Fix the build
|
| | | |
|
|\ \ \
| |/ / |
|
| |/
| |
| |
| | |
enable gestures to jump inside the list or filter it. This change also introduces a new XML attribute to control this API. It also adds the ability to theme the GestureOverlayView from the gestures library. Finally, this adds a new VERSION header to the binary format used to store the letters for the recognizer.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'cfcc0df2658d0ce7dc753511bb44ab8ae7a636f7'
* commit 'cfcc0df2658d0ce7dc753511bb44ab8ae7a636f7':
Move the Gestures API to the framework in android.gesture.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'ac6a4b8eab8311a02e1988c1dbd1c85f867b6bc4'
* commit 'ac6a4b8eab8311a02e1988c1dbd1c85f867b6bc4':
Renamed setGestureType in GestureLibrary
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
now replaced by a more efficient binary format which should speed up saving/loading. The format is very similar to the one used by the letters recognizer. The format is documented in GestureLibrary.java.
Merge commit 'b6d99b7d17fd1bb1326a70744bd01be5d1586487'
* commit 'b6d99b7d17fd1bb1326a70744bd01be5d1586487':
Modify how GestureLibrary stores its data. The XML format is now replaced by a more efficient binary format which should speed up saving/loading. The format is very similar to the one used by the letters recognizer. The format is documented in GestureLibrary.java.
|
| |
| |
| |
| | |
a more efficient binary format which should speed up saving/loading. The format is very similar to the one used by the letters recognizer. The format is documented in GestureLibrary.java.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'aeed1816b7bbf8948c1daed48db6fe7567f338af'
* commit 'aeed1816b7bbf8948c1daed48db6fe7567f338af':
Updated LetterRecognizer & related gesture recognition code
|
| |\
| | |
| | |
| | |
| | | |
* changes:
Updated LetterRecognizer & related gesture recognition code - added personalization for letter recognizer
|
| | |
| | |
| | |
| | | |
- added personalization for letter recognizer
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
On branch b1869634_sdcard_perm
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: tests/DumpRenderTree/AndroidManifest.xml
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
duration to make it more usable and also adds a longer pause before the fade. This change also introduce a new compile-time setting to decide whether or not the overlay should steal the events from the underlying ListView. It is now off by default, per discussion with hackbod. It feel a little bit better but it may vary from user to user so studies will be necessary.
Merge commit '7269d9ac10d4c6ed5086b9f5677821e8d4382390'
* commit '7269d9ac10d4c6ed5086b9f5677821e8d4382390':
Tweak the Gestures Overlay demo. This shortens the fade duration to make it more usable and also adds a longer pause before the fade. This change also introduce a new compile-time setting to decide whether or not the overlay should steal the events from the underlying ListView. It is now off by default, per discussion with hackbod. It feel a little bit better but it may vary from user to user so studies will be necessary.
|
| |/
| |
| |
| | |
more usable and also adds a longer pause before the fade. This change also introduce a new compile-time setting to decide whether or not the overlay should steal the events from the underlying ListView. It is now off by default, per discussion with hackbod. It feel a little bit better but it may vary from user to user so studies will be necessary.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'b204d4f12773ec67c7f0ded41cb111018f154476'
* commit 'b204d4f12773ec67c7f0ded41cb111018f154476':
First pass at cleaning up the gestures code.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e29146158b6048936671decc060d398a68333fc0'
* commit 'e29146158b6048936671decc060d398a68333fc0':
Hook up the backup data writer, and add a utility to read the backup data files.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '5bc21aa0671d83e406b46e0431816dea8d9ca5cb'
* commit '5bc21aa0671d83e406b46e0431816dea8d9ca5cb':
SmsHeader rewrite, in preparation for migration to public API.
|
| |\
| | |
| | |
| | |
| | | |
* changes:
SmsHeader rewrite, in preparation for migration to public API.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
See http://b/issue?id=1751571
Changes the semantics of SmsHeader from containing only opaque data
to exposing occurs-once frequently-used fields together with a list
of opaque fields. Also changes the coding to and from byte array to
be symmetrical, whereas previous encoding had an extra length field.
Cdma SmsMessage -- cleanup of code paths along with adjustments to
match the new header semantics, which should address at least some
of the issues with concatenated messages. See http://b/issue?id=1809759
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '12bb9471cb9ce2eb48d8e9817841f43e7220566f'
* commit '12bb9471cb9ce2eb48d8e9817841f43e7220566f':
Recovered the code of the gesture library
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Recovered the code of the gesture library
|