- 6a109b4 Use MeasureSpec.getWidth instead of default display in lock pattern widget. by Karl Rosaen · 17 years ago
- ee0e78a Add a "clear backed-up data" method to the backup mechanism by Christopher Tate · 17 years ago
- c25dbf8 add comment about endianness by Tammo Spalink · 17 years ago
- ae35227 Merge change 5192 into donut by Android (Google) Code Review · 17 years ago
- 5cb400b Keep track of backup state independently for each transport by Christopher Tate · 17 years ago
- 819f928 Add a method to Process to get uid for a pid. by Amith Yamasani · 17 years ago
- 111bd4a Start backing up wallpaper by Christopher Tate · 17 years ago
- efe5264 Modify the IBackupTransport API to support bulk restore operations. by Dan Egnor · 17 years ago
- 32dbefd Track native processes and airplane mode. by Amith Yamasani · 17 years ago
- 326c66d make BitwiseInputStream.read return int by Tammo Spalink · 17 years ago
- 2e41842 Possibly fix an issue where we thought an app was always using GPS. by Dianne Hackborn · 17 years ago
- 3a31a93 Add some global metadata to the restore set by Christopher Tate · 17 years ago
- 5d605dc backup stuff by Joe Onorato · 17 years ago
- e9190a2 Base64 the keys to make filenames in LocalTransport by Christopher Tate · 17 years ago
- 3c2f8e6 Merge change 4456 into donut by Android (Google) Code Review · 17 years ago
- 87a02bc Replace the stub GoogleTransport with callout to the by Dan Egnor · 17 years ago
- 83248c4 backup fixes: by Joe Onorato · 17 years ago
- 5f15d15 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 17 years ago
- aa08844 Hold the current transport instantiated all the time. by Christopher Tate · 17 years ago
- f68eb50 More bmgr work; fix clear-data signalling by Christopher Tate · 17 years ago
- 8e55eac9 Bring the test transport's restore code into line by Christopher Tate · 17 years ago
- 2fdd428 Fix some backup reader/writer issues; make local transport do backup by Christopher Tate · 17 years ago
- e8939bb resolved conflicts for merge of a798dd86 to donut by Ramanan Rajeswaran · 17 years ago
- a798dd8 AI 149797: Have SetupWizard pull the Terms of Service from the web using a new URL by Ramanan Rajeswaran · 17 years ago
- 9bbc21a Flesh out restore interface on manager; work up most of LocalTransport by Christopher Tate · 17 years ago
- 3718aaa Allow arrays of values for power profile data. by Amith Yamasani · 17 years ago
- 9e09e0f43 Merge change 3724 into donut by Android (Google) Code Review · 17 years ago
- df01dea More restore plumbing, plus add suggested-backoff to transport API by Christopher Tate · 17 years ago
- 1caefa6 zygote: Add CAP_SYS_NICE to system server capabilities by San Mehat · 17 years ago
- 9b3905c Revamp IRestoreSession a bit by Christopher Tate · 17 years ago
- 8c850b7 Add IRestoreSession interface for the restore flow by Christopher Tate · 17 years ago
- b4a6188 Add rough-draft restore API set to IBackupTransport by Christopher Tate · 17 years ago
- 7b88128 Adjust IBackupTransport interface by Christopher Tate · 17 years ago
- 043dadc More backup work by Christopher Tate · 17 years ago
- eaeb663 Track activity foreground CPU usage for battery stats. by Amith Yamasani · 17 years ago
- 8cb6617 Add a new method to load html data into the WebView. by Ramanan Rajeswaran · 17 years ago
- c33fe6c Fix a hang during bootup. by Amith Yamasani · 17 years ago
- 244fa5c Initial checkin for App Fuel Gauge infrastructure. by Amith Yamasani · 17 years ago
- aa98338 Merge change 1932 into donut by Android (Google) Code Review · 17 years ago
- 58ff021 Increment BatteryStatsImpl's VERSION. by Robert Greenwalt · 17 years ago
- 2f11599 Merge change 1579 into donut by Android (Google) Code Review · 17 years ago
- e9b06d7 Teleca 2b changes by Wink Saville · 17 years ago
- 3c16642 Qualify a type and add some explanatory comments. by Dan Egnor · 17 years ago
- ec144d6 Record statistics about whether HTTP connections are reused. by Dan Egnor · 17 years ago
- d1f7b3a Merge change 1704 into donut by Android (Google) Code Review · 17 years ago
- 809a7f6 New feature to track down #1846038. Adds the ability to export flags encoded in int values so as to make them human readable in HierarchyViewer. by Romain Guy · 17 years ago
- 2a5cfe5 Merge change 1590 into donut by Android (Google) Code Review · 17 years ago
- fafb16c Fix typo by Marco Nelissen · 17 years ago
- 5347bd4 Add wifi multicast filter api (enable/disable). by Robert Greenwalt · 17 years ago
- 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 17 years ago
- e10be80 Sketch out the IBackupTransport api by Christopher Tate · 17 years ago
- 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 17 years ago
- 2bc9e13 Merge change 841 into donut by Android (Google) Code Review · 17 years ago
- 52a3cb5 Merge change 840 into donut by Android (Google) Code Review · 17 years ago
- d859331 Don't crash when /proc/wakelocks can't be opened. Might make board bringup easier. by Marco Nelissen · 17 years ago
- 4b0ebef TypedProperties: add getStringInfo() to help deal with null strings by Dave Bort · 17 years ago
- 5b6f8d86 TypedProperties: change the file format to be a subset of Java by Dave Bort · 17 years ago
- 487529a First baby steps towards settings backup by Christopher Tate · 17 years ago
- 5616a7d Merge change 459 into donut by Android (Google) Code Review · 17 years ago
- 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 17 years ago
- c4d6dd0 TypedProperties: initial commit by Dave Bort · 17 years ago
- 4482d8c Merge branch 'readonly-p4-donut' into donut by Evan Millar · 17 years ago
- c64edde AI 146853: Add kernel wakelock data to batteryinfo dump. BUG=1755458 by Evan Millar · 17 years ago
- e564b19 replaced integer * and % with shift operations, for performance by Tammo Spalink · 17 years ago
- 83917db Initial code for cdma sms encode and decode, in java, with simple tests. by Tammo Spalink · 17 years ago
- 6447ca3 Fix issue #1769910 (Track activity launch times) by Dianne Hackborn · 17 years ago
- 633a174 AI 144333: Change the way the battery level tracking code works in BatteryStats. Before we simply kept track of the last by Evan Millar · 17 years ago
- 0fc2c13 AI 144044: First cut of tunneling HTTP requests over gtalk connection: by Doug Zongker · 17 years ago
- 617f877 AI 143800: am: CL 143748 Fix issue #1743326 (More battery stats) by Dianne Hackborn · 17 years ago
- 65c8e11 AI 143748: Fix issue #1743326 (More battery stats) by Dianne Hackborn · 17 years ago
- 05a3c68 AI 143196: am: CL 142964 Add a function to clear styles in EditStyledText. by Satoshi Kataoka · 17 years ago
- 88fb106 AI 143147: Manual integration by Dianne Hackborn · 17 years ago
- 4194592 Automated import from //branches/cupcake/...@142964,142964 by Satoshi Kataoka · 17 years ago
- 73fbd70 Automated import from //branches/cupcake/...@142829,142829 by Dianne Hackborn · 17 years ago
- 870a2b0 Automated import from //branches/donutburger/...@142470,142470 by Romain Guy · 17 years ago
- 627bba7 Automated import from //branches/donutburger/...@142347,142347 by Dianne Hackborn · 17 years ago
- d906b72 Automated import from //branches/donutburger/...@141515,141515 by Dianne Hackborn · 17 years ago
- 886f3d6 Automated import from //branches/donutburger/...@141355,141355 by Bob Lee · 17 years ago
- edbabeb Automated import from //branches/cupcake/...@142469,142469 by Romain Guy · 17 years ago
- df6601a Automated import from //branches/donutburger/...@141168,141168 by Satoshi Kataoka · 17 years ago
- 6eb7298 Automated import from //branches/donutburger/...@141149,141149 by Satoshi Kataoka · 17 years ago
- 5c70839 Automated import from //branches/donutburger/...@141126,141126 by Satoshi Kataoka · 17 years ago
- 5137645 Automated import from //branches/donutburger/...@141112,141112 by Satoshi Kataoka · 17 years ago
- 99c6026 Automated import from //branches/cupcake/...@142342,142342 by Dianne Hackborn · 17 years ago
- 1bf5e22 Automated import from //branches/donutburger/...@141001,141001 by Dianne Hackborn · 17 years ago
- 6ef7af5 Automated import from //branches/donutburger/...@140966,140966 by Satoshi Kataoka · 17 years ago
- e259023 Automated import from //branches/donutburger/...@140817,140817 by Debajit Ghosh · 17 years ago
- ce8f3a8 Automated import from //branches/donutburger/...@140765,140765 by Satoshi Kataoka · 17 years ago
- d4c5f89 Automated import from //branches/donutburger/...@140679,140679 by Eric Shienbrood · 17 years ago
- c2ad241 auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 17 years ago
- 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 17 years ago
- ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 17 years ago
- c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 17 years ago
- b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 17 years ago
- 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 17 years ago
- 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
- d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
- 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 17 years ago
- 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 17 years ago
- 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 17 years ago