Joe Onorato
6bda7fd556
backup stuff
2009-06-18 18:41:11 -07:00
Joe Onorato
da1430be26
Make RestoreHelper and friends also write out the snapshot state.
2009-06-18 18:41:11 -07:00
Joe Onorato
f509f669cf
FileRestoreHelper and RestoreHelperDispatcher work.
2009-06-17 16:20:55 -07:00
Joe Onorato
03aa8d7d04
checkpoint BackupDatAInput / RestoreHelper
2009-06-16 18:46:50 -07:00
Jean-Michel Trivi
bc275c818b
Updating TTS engine interface for setting the language based on language, country and variant codes
...
coming from a java.util.Locale instance.
2009-06-16 13:25:15 -07:00
Joe Onorato
1a9e19a73e
Make the file backup helper not crash if a file you requested
...
can't be stated. This means you don't need to know if the files
you are backing up exist or not -- we'll figure it out for you.
2009-06-11 14:51:45 -07:00
Joe Onorato
0ad6120dad
Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
...
This took quite a bit of refactoring.
2009-06-11 11:29:57 -07:00
Jean-Michel Trivi
a40a4cf656
Cleaning up comments in interface for TTS engines.
2009-06-05 15:49:28 -07:00
Charles Chen
a17cef0154
Updating TtsEngine.h and SynthProxy.cpp so that buffer memory
...
management is handled on the system side.
2009-06-05 13:58:33 -07:00
Mathias Agopian
f446ba9dcb
rename a few files to camel-case, add copyright notices
2009-06-04 13:53:57 -07:00
Jean-Michel Trivi
8d336f9ab9
Adding TTS error code to signal missing resources (for instance missing language files).
2009-05-28 11:11:25 -07:00
Mathias Agopian
35801cea5f
minor clean-up to Rect and Point.
...
- return "const" objects for overloaded operators to disallow constructs like: (a+b) = c;
- don't return references to non-static members, it's not always safe.
- Point.cpp was empty, so get rid of it
2009-05-26 17:47:39 -07:00
Jean-Michel Trivi
c7104572aa
Add header declaring the interface for TTS engines to implement.
2009-05-21 15:32:11 -07:00
Mathias Agopian
53f6f3c799
bring the native_handle stuff back from master_gl
2009-05-20 14:33:23 -07:00
Joe Onorato
473b6e2d2d
Hook up the backup data writer, and add a utility to read the backup data files.
2009-05-20 11:24:20 -07:00
Dianne Hackborn
7a57985962
Update aapt badging for native code, configs, density, etc.
2009-05-18 15:22:00 -07:00
Joe Onorato
d502f05c6b
Add the backup data file writer C++ class.
2009-05-15 18:20:19 -04:00
Joe Onorato
8d626d6a48
Implement the C++ class to write the backed up file data.
2009-05-15 10:37:10 -04:00
Joe Onorato
c7bbc69ed5
Get the backup calling through to the file backup helper.
...
This includes some cleanup to make the parameters match
between BackupService.onBackup and FileBackupHelper.performBackup.
2009-05-14 09:39:32 -04:00
Dave Sparks
93b94584ed
Modify camera framework to use new streamlined binder interface.
...
This is the second half of bug 1837832. Modifies the camera client
and camera service to use the new binder interface. Removes the
old binder interface. There will be one more part to this change
to surface the undefined callbacks to the Java layer so that
partners can implement new features without having to touch the
stack.
2009-05-11 07:36:58 -07:00
Joe Onorato
2a98fb9fb1
fix the sim build. disables the tests for now.
2009-05-08 09:33:19 -07:00
Dave Sparks
9b35233ea5
Add new binder methods to camera client to support generic callbacks
...
This is the first step in a multi-step change to move from the old
specific callbacks to a generic callback. This will allow future
flexibility in the interface without requiring binder rewrites.
Bug 1837832
2009-05-07 12:25:25 -07:00
Joe Onorato
0c4863b266
Add some C++ code to do raw files for backup
2009-05-05 13:45:25 -07:00
James Dong
d2dc9ac87b
Bug fix(1807910): media recorder crash due to the use of locked camera object (last part)
...
- remove an unused Camera constructor
- add a check on the argument in Camera::create() method
2009-04-27 12:01:59 -07:00
Android (Google) Code Review
9d206fa56f
Merge change 376 into donut
...
* changes:
Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background
2009-04-27 09:18:14 -07:00
San Mehat
046cda49f9
Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background
...
Signed-off-by: San Mehat <san@google.com>
2009-04-27 09:17:06 -07:00
Android (Google) Code Review
972d985b7f
Merge change 509 into donut
...
* changes:
Fix a media server crash (bug 1807910): part one Add a factory method that creates a Camera object from a remote client
2009-04-23 15:58:38 -07:00
James Dong
f1a5314076
Fix a media server crash (bug 1807910): part one
...
Add a factory method that creates a Camera object from a remote client
Next:
The changes in authordriver.cpp and android_camera_input.cpp will come.
and the constructor for Camera object will be removed.
2009-04-23 14:07:23 -07:00
Robert Greenwalt
fd392958ea
Squashed commit of the following:
...
commit 012b56fc607cf243cf4b29cb2a5f172bcbe0aecd
Author: Robert Greenwalt <robdroid@android.com>
Date: Wed Apr 22 14:31:26 2009 -0700
Additional fixes and tests for density.
commit 91fdc8e187551ae69e0029a4325fb3ad38fe411b
Author: Robert Greenwalt <robdroid@android.com>
Date: Tue Apr 14 14:39:00 2009 -0700
Fix runtime resource selection logic.
Fix isBetterThan so that o or this may be supperior at any stage.
Used to only handle this-better or tie at each stage, biasing against o.
Also allows reset of unit test to succeed. Fixes bug 1709202.
2009-04-22 14:35:11 -07:00
Andy Stadler
bc0caf802e
AI 145778: Manual merge changes 145382-145384 from cupcake.
...
Automated import of CL 145778
2009-04-10 16:24:47 -07:00
Mathias Agopian
24fd77d440
AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor
...
Original author: mathias
Merged from: //branches/cupcake/...
Automated import of CL 143171
2009-03-27 16:10:37 -07:00
The Android Open Source Project
4f68be1a5b
auto import from //branches/cupcake_rel/...@140373
2009-03-18 17:39:46 -07:00
The Android Open Source Project
9adf84a4b6
auto import from //depot/cupcake/@136594
2009-03-05 14:34:35 -08:00
The Android Open Source Project
edbf3b6af7
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d5193d9394
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
43aa2b1cbf
auto import from //depot/cupcake/@132589
2009-03-03 14:04:24 -08:00
The Android Open Source Project
0bb03408de
auto import from //depot/cupcake/@137055
2009-03-02 22:54:33 -08:00
The Android Open Source Project
7222586f99
auto import from //branches/cupcake/...@132569
2009-02-20 07:38:31 -08:00
The Android Open Source Project
ac65e0b172
auto import from //branches/cupcake/...@131421
2009-02-13 12:57:50 -08:00
The Android Open Source Project
a6938bab1f
auto import from //branches/cupcake/...@130745
2009-02-10 15:44:00 -08:00
The Android Open Source Project
5f78a48bb8
auto import from //branches/cupcake/...@127101
2009-01-20 14:03:58 -08:00
The Android Open Source Project
8a7a67538a
auto import from //branches/cupcake/...@126645
2009-01-15 16:12:10 -08:00
The Android Open Source Project
276293246e
auto import from //branches/cupcake/...@125939
2009-01-09 17:51:23 -08:00
The Android Open Source Project
e09fd9e819
Code drop from //branches/cupcake/...@124589
2008-12-17 18:05:43 -08:00
The Android Open Source Project
7c1b96a165
Initial Contribution
2008-10-21 07:00:00 -07:00