summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Merge change Iec1f8a2e into eclairAndroid (Google) Code Review2009-09-301-2/+4
|\
| * Add Turkish accented letters for G and S on the hard keyboard.Eric Fischer2009-09-301-2/+4
* | Set Sink State when ACL disconnects.Jaikumar Ganesh2009-09-301-0/+8
* | Turn off most of the backup-related debug loggingChristopher Tate2009-09-305-9/+11
* | If the textfield is offscreen at the end of a zoom, remove it.Leon Scroggins2009-09-301-11/+25
* | Merge change I2782ac8c into eclairAndroid (Google) Code Review2009-09-301-4/+6
|\ \
| * | Fix regression.Nick Pelly2009-09-301-4/+6
* | | Merge change Icb89d482 into eclairAndroid (Google) Code Review2009-09-302-2/+12
|\ \ \
| * | | Check if rename of backed up file fails before persisting new changes.Suchi Amalapurapu2009-09-302-2/+12
* | | | Merge change Iba6fd660 into eclairAndroid (Google) Code Review2009-09-301-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Set BondState to Bonding only if it not Bonded already.Jaikumar Ganesh2009-09-301-3/+7
* | | | Fix issue #2154794: Force close when start facebook application.Dianne Hackborn2009-09-303-49/+54
* | | | Merge change I174d16a3 into eclairAndroid (Google) Code Review2009-09-301-1/+26
|\ \ \ \
| * | | | Debugging for #2027266: app drawer showing up on the sideDianne Hackborn2009-09-301-1/+26
* | | | | Merge change I8b2e000c into eclairAndroid (Google) Code Review2009-09-302-18/+27
|\ \ \ \ \
| * | | | | add class description and revise descriptions forScott Main2009-09-302-18/+27
* | | | | | Merge change I1f7c409e into eclairAndroid (Google) Code Review2009-09-301-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make ContactStruct handle Collection properly.Daisuke Miyakawa2009-09-301-1/+2
| | |_|/ / | |/| | |
* | | | | Merge change I69220990 into eclairAndroid (Google) Code Review2009-09-301-7/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix for 2155255: Revert "Cache inflated view to avoid inflation of layouts in...Amith Yamasani2009-09-301-7/+2
| | |_|/ | |/| |
* | | | Merge change Icf1e2f98 into eclairAndroid (Google) Code Review2009-09-301-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Adds Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET to launch fasttrack intent.Megha Joshi2009-09-301-0/+1
* | | | Merge change I5910a70c into eclairAndroid (Google) Code Review2009-09-301-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Fix documentation.Romain Guy2009-09-301-1/+0
* | | | Merge change I94856f6d into eclairAndroid (Google) Code Review2009-09-301-65/+52
|\ \ \ \ | |/ / / |/| | |
| * | | Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-301-65/+52
* | | | Merge change I78f113bc into eclairAndroid (Google) Code Review2009-09-302-6/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix possible crash in AutoCompleteTextView.Romain Guy2009-09-302-6/+9
* | | | Merge change I28bad882 into eclairAndroid (Google) Code Review2009-09-301-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix broken build.Nick Pelly2009-09-301-2/+2
* | | | Merge change I8dfd6ea8 into eclairAndroid (Google) Code Review2009-09-301-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Handle bad lines in /proc/wakelocks : Fix for 2124260Amith Yamasani2009-09-301-4/+4
* | | | Merge change I46a6d39c into eclairAndroid (Google) Code Review2009-09-301-9/+0
|\ \ \ \
| * | | | Remove unused api in QuickContact.java and fix the build.Evan Millar2009-09-301-9/+0
* | | | | Merge change Ia6fc04c8 into eclairAndroid (Google) Code Review2009-09-3020-5134/+0
|\ \ \ \ \
| * | | | | Remove android.syncml package completely.Daisuke Miyakawa2009-09-3020-5134/+0
* | | | | | Merge change I8366852f into eclairAndroid (Google) Code Review2009-09-303-0/+78
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Bluetooth A2DP suspend/resume functionalityZhu Lan2009-09-293-0/+78
* | | | | Merge change I82be558f into eclairAndroid (Google) Code Review2009-09-302-75/+249
|\ \ \ \ \
| * | | | | Fix vCard composer in three points.Daisuke Miyakawa2009-09-302-75/+249
* | | | | | Merge change Ia54b1bf0 into eclairAndroid (Google) Code Review2009-09-301-17/+39
|\ \ \ \ \ \
| * | | | | | - make SyncManager get the accounts list during the constructor,Fred Quintana2009-09-301-17/+39
* | | | | | | Merge change I78c4e64a into eclairAndroid (Google) Code Review2009-09-301-3/+1
|\ \ \ \ \ \ \
| * | | | | | | Query from Bluez if name is not present in cache.Jaikumar Ganesh2009-09-301-3/+1
* | | | | | | | Merge change I9d12beeb into eclairAndroid (Google) Code Review2009-09-302-16/+14
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Change FasttrackBadgeWidget->QuickContactBadge and make public.Evan Millar2009-09-302-16/+14
* | | | | | | Merge change I020d2e34 into eclairAndroid (Google) Code Review2009-09-301-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Invoke the OnErrorListener callback when MediaPlayer.setDataSource() throws.Andrei Popescu2009-09-301-0/+2
* | | | | | | Merge change Ic3aa7aa6 into eclairAndroid (Google) Code Review2009-09-301-20/+27
|\ \ \ \ \ \ \
| * | | | | | | Recreate search dialog view each time it's shown.Bryan Mawhinney2009-09-301-20/+27
| |/ / / / / /