summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-11.0' into stable/cm-11.0cm-11.0-XNPH05Q-tomato-9828f8e9ccstable/cm-11.0-XNF8Yshipping/cm-11.0Brint E. Kriebel2014-11-180-0/+0
|\
| * Automatic translation importMichael Bestas2014-11-103-5/+7
| | | | | | | | Change-Id: Icbd731d56c5862854a9def61c86a156299fc4c7c
* | Automatic translation importMichael Bestas2014-11-103-5/+7
| | | | | | | | | | Change-Id: Icbd731d56c5862854a9def61c86a156299fc4c7c (cherry picked from commit f66714ee3b81f56f8d1646edbeec2874ad70b711)
* | Merge branch 'cm-11.0' into stable/cm-11.0Brint E. Kriebel2014-11-0314-2/+652
|\|
| * Automatic translation importMichael Bestas2014-10-273-0/+47
| | | | | | | | Change-Id: I2a1ff8cb12e2f1a24228b056879d57feaf01f367
| * Automatic translation importMichael Bestas2014-10-212-0/+49
| | | | | | | | Change-Id: I3bbfc4a1174a339a925256db6583d0790c92c097
| * Automatic translation importMichael Bestas2014-10-155-2/+471
| | | | | | | | Change-Id: I362a960a8433b62338ecaa10c5e48e82321c3161
| * Automatic translation importMichael Bestas2014-10-044-0/+85
| | | | | | | | Change-Id: I2eb73931d958a4e778a120cd6000ba83ce5da54b
| * Fix a crash when General Settings is openedRuben2014-10-031-0/+1
| | | | | | | | Change-Id: Ia6da05c2628cb82479d2184c996b371f1f7cfb50
* | Fix a crash when General Settings is openedRuben2014-10-041-0/+1
|/ | | | | Change-Id: Ia6da05c2628cb82479d2184c996b371f1f7cfb50 (cherry picked from commit 66439c77ccf84674760b7c30e299f9a27cdc3fd3)
* Automatic translation importMichael Bestas2014-09-2930-0/+341
| | | | Change-Id: I98fe4eaa30d79fd7e04dc45e2ccb7e5d3351202f
* Automatic translation importMichael Bestas2014-09-132-0/+21
| | | | Change-Id: I96b4ac25ccdd9a62b99cc804beabc529632dcd7c
* Automatic translation importMichael Bestas2014-09-0933-276/+182
| | | | Change-Id: Icd7dac44a96d6be1e0732661d1af2e5ab8378141
* Merge "Improve delete list item layout." into cm-11.0Danny Baumann2014-09-011-14/+9
|\
| * Improve delete list item layout.Danny Baumann2014-08-271-14/+9
| | | | | | | | | | | | Add a little padding and RTL support. Change-Id: Ie3d9fd99c8e1888d59212d29cb78a406dee54632
* | Automatic translation importMichael Bestas2014-09-0152-33/+828
|/ | | | Change-Id: I66cef7b0e8fbd5902e6b5e6615d9b116567ebb0d
* Improve delete handling strings.Danny Baumann2014-08-273-3/+24
| | | | Change-Id: I5e9d6ab5a805b9968fcb8ed2453061de51cd9a69
* Calendar: Use TextUtils to check for null/empty string.Adnan2014-08-261-1/+2
| | | | Change-Id: Icdbc97939a51c5fa2db8cacbeb9c9fe815f927e4
* Calendar: Revamp deleting calendar events UI.Adnan2014-08-263-137/+92
| | | | | | | - Use contextual action bar instead of weird spinner/action bar combo - Actually influence behavior and let the user know they're deleting something Change-Id: Idec775f84b873211d6c6a46be120ea82b8a0b9e5
* Calendar: Fix the unit test failure.yingying2014-08-262-18/+32
| | | | | | | | | | | As there maybe some edit for DateUtils API on the different android version, and it make the test cases' expected result maybe not same as the actual result. So we will print the warning in the log for the test result if this test case used to test the date format. CRs-fixed: 652947 Change-Id: Ie2aa984191fb8b5b6c7316235672630291717ed4
* Calendar: Handle the date set action in the onDateSet callbackkaiyiz2014-08-261-24/+31
| | | | | | | | | | | | | When the user press the done button on the dialog, it maybe couldn't get the right date. For example, the user input the date value by keyboard, and press the done before keyboard exit. So we need handle the date set action in the onDateSet callback. And if the user cancel the date set action, we will do nothing. CRs-Fixed: 652859 Change-Id: I124cbd7998cdb167cd4a94b9fc0926fef03a230d
* Calendar: The delete events option status changed after rotate screenkaiyiz2014-08-261-0/+6
| | | | | | | | | | | | | | Calendar through LoadManager to query the total number of events, and update the delete events option status in onLoadFinished method. But this method will be called at the first time load data or data have changed, so can't update option status when rotating screen. Calls the initLoader function in onCreate and onResume ensure that the onLoadFinished can be callback. CRs-Fixed: 650667 Change-Id: Id96f28bf648de374fb5d2cb7e0827e072f5342bd
* Calendar: Check if the duration is empty before parser it when delete the eventskaiyiz2014-08-261-6/+9
| | | | | | | | | | | | If the event end time is 0, it will calculate the end time by "duration" string. But if the "duration" is null, it will lead the NullPointerException. So check the duration string is empty or not before use it to get the end time when delete the events. CRs-Fixed: 650814 Change-Id: I97350db4103959b851367beae53f09200a2a29b8
* Calendar: Added the read external storage permission for read media provider.kaiyiz2014-08-261-0/+1
| | | | | | | | | | As "READ_EXTERNAL_STORAGE" permission is enforced starting in API level 19. So we need add this permission to manifest for access the media provider to get the ringtone's title. CRs-Fixed: 643665 Change-Id: I3f5b76ff5e244932effb4bb2698ce15a83e77876
* Calendar: Support for deleting events (rest of the features)Aravind Asam2014-08-2616-30/+239
| | | | | | | | | | * Includes highlight for selected items. * Spinner-style select all, deselect all. * Improvements asset files updated. * Add the TW strings for it. * Show the delete events menu as the config. Change-Id: I1781bd8748487bc51da8988f7ae74927c0e179c1
* Calendar: Add the "Go to" menu for user to go to any date as selectkaiyiz2014-08-269-2/+91
| | | | | | | | | When user press the menu button, it will show the "Go to" item, and the user could select any date to view. CRs-Fixed: 587493 Change-Id: Ia90f9c5697cf36a753534a0256947fa5e3a58576
* Calendar: Add the strings of "Delete events" for Chinese language.kaiyiz2014-08-262-0/+20
| | | | | | CRs-Fixed: 630165 Change-Id: I2ff5eef756d21f1b32d4e4425149f0db85fc7370
* Modified file action_mode.xmlAravind Asam2014-08-261-28/+37
| | | | | | | action_mode.xml with the changes. Copyright updated. Temporarily disabled use of dropdown icon till it is merged. Change-Id: Idd40cde01b9487fdea11823886def1cf416df08f
* Calendar: Add the delete events menu item for landscape.kaiyiz2014-08-261-0/+5
| | | | | | | | Add the menu item for "Delete event" in the landscape menu layout. CRs-Fixed: 630737 Change-Id: Ic5b093085a92994ef61000cb6a828ae048fd3cec
* Original action_mode.xmlAravind Asam2014-08-261-0/+48
| | | | | | From Gallery App Change-Id: I40fe986a0f29249ef3c3ea5139287f948114f36c
* Support for deleting calendar eventsAravind Asam2014-08-257-2/+544
| | | | | | First version. Includes support for deleting some or all events. Updates for comments.. Change-Id: Id61ce184396f3c1e084de68ab082b056378a537a
* Calendar: To display the complex lunar info.yingying2014-08-254-37/+49
| | | | Change-Id: Iae448e24c6d05bd7fde7873b3f575310a227112e
* Calendar: Do not show "Map" action if there isn't resolve app.yingying2014-08-251-7/+21
| | | | | | | | | | | | Sometimes the phone didn't contains the map application, and there isn't application to resolve the view map action. So the Calendar needn't to show the "Map" action on the statusbar under this case. CRs-fixed: 619204 Change-Id: I475a3285b23cfbac3a078fb6e89ca6c46575e9bf
* Calendar: Fix the issue of Calendarkaiyiz2014-08-251-1/+1
| | | | | | | | Set the time for t1 but not for t. CRs-fixed: 530201 Change-Id: I9d6cebf11e3e42672c07466dbb737464fbf18daf
* Calendar: Support display the lunar info.yingying2014-08-258-9/+394
| | | | | | | | - It will show the lunar info on the Month, Week and Day view. - If the current displayed language is not Chinese, it will not show the lunar info for on these views. Change-Id: I1aeb4bc27dbdd127e69ceb0bf50abc1509cf4bb2
* Calendar: Cursor remains constant after locking and unlockingkaiyiz2014-08-251-2/+1
| | | | | | | | | | The focus will be cleared at the end of the thread. Do not clear the focus and save the current focus state for resuming. CRs-Fixed: BZ1200 Change-Id: I2fd1b8f67caaac0afef87959cafe5a56efed48a2
* Calendar: Tap prev btn should goto prev input fieldkaiyiz2014-08-251-1/+2
| | | | | | | | | | | As the ime options attribute is not set for description textView, the default behavior of long press enter button is "OK" but not "Prev". Set the ime options attribute for description textView. CRs-Fixed: 408601 Change-Id: I8acdcc53a00d4474eb27469424878b75efec8539
* Calendar: Selected item should be selected after rotationkaiyiz2014-08-252-1/+11
| | | | | | | | | | | | It dismiss dialog when activity pause and create a new one when it resume, but didn't save the selected state. Save the selected state, and resotre the state when create the dialog. CRs-Fixed: 428296 Change-Id: Ia6df7cccc3914057f6b1d9e7dced596486b995d3
* Automatic translation importcm-11.0-XNPH44S-bacon-5fa8c79c0bMichael Bestas2014-08-2354-57/+57
| | | | Change-Id: I051bd95820b8c19a7b080b5c662de9900f2335cd
* Automatic translation importMichael Bestas2014-08-093-6/+50
| | | | Change-Id: I204801eeaded99492a12d81f6ad18a85c7a07382
* Automatic translation importMichael Bestas2014-07-244-32/+292
| | | | Change-Id: Iaa6c9b57f15da0e3ac13428c11b4f38d6b71d0ae
* Automatic translation importMichael Bestas2014-07-112-0/+47
| | | | Change-Id: If0e6c323027fe5e2333acc9f3d758c54ce2df975
* Automatic translation importcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505aMichael Bestas2014-06-303-15/+195
| | | | Change-Id: I5d91b2ea8ad712842e7e3b5f952e15a8a99b9384
* Automatic translation importMichael Bestas2014-06-291-0/+27
| | | | Change-Id: Icebb6fd82be25ae9e15328a8c04dd12d8c87caa6
* Automatic translation importMichael Bestas2014-06-227-277/+107
| | | | Change-Id: I8c6deb1c1edf0e81dd0ca7a0918d9c85f2f606e5
* Automatic translation importMichael Bestas2014-06-211-0/+27
| | | | Change-Id: I614f5840412ccd8416aef369b0b01e20bb5f41a2
* Automatic translation importMichael Bestas2014-06-122-3/+30
| | | | Change-Id: I888f9466dcf19b714e2cf4e7c3af57d8386b228e
* Merge tag 'android-4.4.3_r1' into HEADRicardo Cerqueira2014-06-0465-192/+212
|\ | | | | | | | | | | | | | | | | Android 4.4.3 release 1 Conflicts: res/values-cs/strings.xml Change-Id: I3489c24e25357bbf2faeef468fac443a592a31a0
| * Import translations. DO NOT MERGEBaligh Uddin2014-02-218-23/+23
| | | | | | | | | | Change-Id: I0ef31b77d145d018ea15368cdbed41a88ec08392 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2014-01-071-1/+1
| | | | | | | | | | Change-Id: Iaabe0cccf7fa2608bf8354c53ded70b7cb854750 Auto-generated-cl: translation import