Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | moved the gdata library to vendor/google | Fred Quintana | 2009-11-24 | 1 | -15/+0 | |
| | | | ||||||
| * | | merge from open-source master | Jean-Baptiste Queru | 2009-11-24 | 1 | -3/+0 | |
| |\ \ | | |/ | |/| | ||||||
| | * | remove a few classes from the preloaded list | Jean-Baptiste Queru | 2009-11-17 | 1 | -3/+0 | |
| | | | ||||||
| | * | eclair snapshot | Jean-Baptiste Queru | 2009-11-13 | 1 | -111/+698 | |
| | | | ||||||
| | * | donut snapshot | Jean-Baptiste Queru | 2009-08-31 | 1 | -595/+770 | |
| | | | ||||||
| | * | donut snapshot | Jean-Baptiste Queru | 2009-05-20 | 1 | -17/+33 | |
| | | | ||||||
| | * | auto import from //branches/cupcake_rel/...@141571 | The Android Open Source Project | 2009-03-19 | 1 | -61/+328 | |
| | | | ||||||
| * | | move SubscribedFeeds to GSF | Fred Quintana | 2009-11-23 | 1 | -2/+0 | |
| | | | ||||||
* | | | resolved conflicts for merge of a351b7f0 to master | Dan Egnor | 2009-11-18 | 1 | -1/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Create android-common static library which gets included in frameworks.jar, | Dan Egnor | 2009-11-18 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | but can also be used by unbundled apps. Move android.text.util.Regex there as a starting example, renamed to a more sensible (?) com.android.common.Patterns. Set up a corresponding test package, and move RegexTest (to PatternsTest). Update clients. | |||||
* | | | resolved conflicts for merge of 5a0db121 to master | Dan Egnor | 2009-11-17 | 1 | -3/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Remove googleclient from the framework, and its classes from the preload list. | Dan Egnor | 2009-11-17 | 1 | -36/+0 | |
| | | | ||||||
* | | | resolved conflicts for merge of 8ad23618 to master | Dan Egnor | 2009-11-16 | 1 | -2/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Fix Zygote -- don't depend on these classes that are no longer | Dan Egnor | 2009-11-15 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | in the bootclasspath. (This is a quick edit to the generated file; the next time the file is properly regenerated, it won't include these files.) | |||||
| * | | Change FasttrackBadgeWidget->QuickContactBadge and make public. | Evan Millar | 2009-09-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | Change-Id: I9d12beeba16c2f64742b4a99d0da4ceb73525b5b | |||||
| * | | Added tool to generate application-specific reports from class load ↵ | Bob Lee | 2009-09-23 | 1 | -427/+1186 | |
| | | | | | | | | | | | | profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file. | |||||
* | | | API and preloaded classes updates to corespond to the luni r823222 update. | Jesse Wilson | 2009-10-13 | 1 | -3/+3 | |
| | | | | | | | | | | | | See https://android-git.corp.google.com/g/29602 | |||||
* | | | am 7eeda712: am d6b10fb8: Merge change 25168 into eclair | Elliott Hughes | 2009-09-17 | 1 | -0/+1 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Merge commit '7eeda712a93f2fc868b430372415107d498b7477' * commit '7eeda712a93f2fc868b430372415107d498b7477': Preload Resources$DefaultTimeZones. | |||||
| * | | Preload Resources$DefaultTimeZones. | Elliott Hughes | 2009-09-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | Depends on https://android-git.corp.google.com/g/25167. Bug: 1941311, 1819285. | |||||
| * | | do not merge: update API for Josh's optimizations for Eclair | Jesse Wilson | 2009-09-03 | 1 | -10/+18 | |
| | | | ||||||
* | | | Fix preloaded-classes for recent Hashtable change. | Joshua Bloch | 2009-09-03 | 1 | -5/+0 | |
| | | | | | | | | | | | | (Remove obsolete nested classes.) | |||||
* | | | Fix preloaded classes file to reflect new implementation of HashMap. | Joshua Bloch | 2009-08-27 | 1 | -9/+0 | |
|/ / | | | | | | | And Linked HashMap. | |||||
* | | Update Dalvik luni module to Harmony 772995. Prior to submission | Jesse Wilson | 2009-07-27 | 1 | -10/+8 | |
| | | | | | | | | the set of preloaded classes should be regenerated... | |||||
* | | Rename the TextDialog to WebTextView. | Leon Scroggins | 2009-06-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Rename the TextDialog to be a more accurate description of what it is. Also rename some methods and variables which pertain to it, and preload the newly created class. | |||||
* | | in the browser, make the trackball more like a mouse | Cary Clark | 2009-06-01 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Older code treated the trackball as a four way dpad with equivalents to moving up, down, left and right by generating arrow key events. This change makes the trackball solely generate mousemove events. The old arrow keys in turn were mapped to be as close as possible to tab-key events that moved the focus. The new model leaves focus-changes to the DOM. Clicking the dpad is distinguished from pressing the enter key to be more compatible with desktop-authored web pages. | |||||
* | | merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581 | Dianne Hackborn | 2009-05-06 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Rewrite SyncStorageEngine to use flat files and in-memory data structures. | Dianne Hackborn | 2009-05-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation used a database for storing all of its state, which could cause a significant amount of IO activity as its tables were updated through the stages of a sync. This new implementation replaces that in-memory data structures, with hand-written code for writing them to persistent storage. There are now 4 files associated with this class, holding various pieces of its state that should be consistent. These are everything from a main XML file of account information that must always be retained, to a binary file of per-day statistics that can be thrown away at any time. Writes of these files as scheduled at various times based on their importance of the frequency at which they change. Because the database no longer exists, there needs to be a new explicit interface for interacting with the sync manager database. This is provided by new APIs on IContentService, with a hidden method on ContentResolver to retrieve the IContentService so that various system entities can use it. Other changes in other projects are required to update to the new API. The goal here is to have as little an impact on the code and functionality outside of SyncStorageEngine, though due to the necessary change in API it is still somewhat extensive. | |||||
| * | | AI 144185: Integrate cdma into the main code base. | Wink Saville | 2009-04-02 | 1 | -15/+31 | |
| | | | | | | | | | | | | Automated import of CL 144185 | |||||
| * | | Automated import from //branches/donutburger/...@141355,141355 | Bob Lee | 2009-03-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Automated import from //branches/donutburger/...@140803,140803 | Evan Millar | 2009-03-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Automated import from //branches/donutburger/...@140601,140601 | Mike Lockwood | 2009-03-24 | 1 | -1/+0 | |
| | | | ||||||
| * | | Automated import from //branches/donutburger/...@140497,140497 | Evan Millar | 2009-03-24 | 1 | -61/+327 | |
| |/ | ||||||
* | | change the sync framework and users to understand Account | Fred Quintana | 2009-04-23 | 1 | -1/+0 | |
| | | ||||||
* | | AI 144245: Fix merge conflict for megering in the CDMA changes in to master ↵ | Wink Saville | 2009-04-02 | 1 | -15/+31 | |
| | | | | | | | | | | | | from donutburger. Automated import of CL 144245 | |||||
* | | AI 143427: Remove preloaded class that depends on OpenCORE, as it | Jean-Baptiste Queru | 2009-03-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | crashes the system on builds where OpenCORE is missing. Automated import of CL 143427 | |||||
* | | Automated import from //branches/master/...@142414,142414 | Fred Quintana | 2009-03-24 | 1 | -1/+0 | |
| | | ||||||
* | | Automated import from //branches/master/...@141357,141357 | Bob Lee | 2009-03-24 | 1 | -0/+1 | |
| | | ||||||
* | | Automated import from //branches/master/...@140805,140805 | Evan Millar | 2009-03-24 | 1 | -0/+1 | |
| | | ||||||
* | | Automated import from //branches/master/...@140603,140603 | Mike Lockwood | 2009-03-24 | 1 | -1/+0 | |
| | | ||||||
* | | Automated import from //branches/master/...@140499,140499 | Evan Millar | 2009-03-24 | 1 | -61/+327 | |
|/ | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+900 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -900/+0 | |
| | ||||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -1/+1 | |
| | ||||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -1/+1 | |
| | ||||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 1 | -2/+0 | |
| | ||||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 1 | -1/+1 | |
| | ||||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -10/+2 | |
| | ||||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -1/+68 | |
| | ||||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -16/+4 | |
| | ||||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+855 | |