summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Slovak Languagecm-7.1.0gingerbread-releasejjsan2011-09-191-0/+71
| | | | Change-Id: I5fd2c2e259bbe321b533b511a9ef33c1d3a32c17
* Always make sure the timezone of the date parser is correct prior toDanny Baumann2011-09-081-3/+2
| | | | | | parsing. Change-Id: Ie70deebb697ea1fbc5ef357d70a983b5fdbe1129
* Merge "contacts: Updated Italian translations" into gingerbreadSteve Kondik2011-08-301-0/+3
|\
| * contacts: Updated Italian translationsEug892011-08-231-0/+3
| | | | | | | | Change-Id: Icf0febe2e6237aa5f623fa7b15e1058b5a437e56
* | Merge "Traditional Chinese: Update translation for button_clear_date" into ↵Steve Kondik2011-08-301-0/+3
|\ \ | | | | | | | | | gingerbread
| * | Traditional Chinese: Update translation for button_clear_dateLadios Jonquil2011-08-251-0/+3
| |/ | | | | | | Change-Id: I3ae4ae8e35d45f4d6811328286c1a762a3580e62
* | Merge "Update Russian translation. Contacts" into gingerbreadSteve Kondik2011-08-301-0/+1
|\ \
| * | Update Russian translation. Contactspvolkov2011-08-231-0/+1
| |/
* | Merge "Updated Swedish translations" into gingerbreadSteve Kondik2011-08-301-0/+2
|\ \
| * | Updated Swedish translationsPatrik Kullman2011-08-231-0/+2
| |/ | | | | | | Change-Id: Ic10ecc86f8ee3fb42ce18cd519713c64ec804040
* / PT-BR: Add missing translationsgustavo2011-07-161-0/+1
|/ | | | Change-Id: Ic30ebf0ac88d89a221cde2ae0db5183c2dfab647
* Merge "Allow editing of contact birthdays also for Exchange contacts." into ↵Steve Kondik2011-08-234-11/+79
|\ | | | | | | gingerbread
| * Allow editing of contact birthdays also for Exchange contacts.Danny Baumann2011-08-114-11/+79
| | | | | | | | Change-Id: I75e545011bb0ad0ffc3669282cb7d73555febfb6
* | Update Russian translation. Contactspvolkov2011-08-091-0/+1
|/
* Merge "contacts: Updated Italian translations" into gingerbreadDiogo Ferreira2011-08-061-0/+4
|\
| * contacts: Updated Italian translationsEug892011-08-061-0/+4
| | | | | | | | Change-Id: I3cc961b24eb26cb2ce9983a1123b2497dc633ce3
* | Merge "Traditional Chinese: Translate label_date" into gingerbreadDiogo Ferreira2011-08-061-0/+3
|\ \
| * | Traditional Chinese: Translate label_dateLadios Jonquil2011-08-061-0/+3
| |/ | | | | | | Change-Id: Ie64edbf2d83f548b97dd29aa32ae0fb7030f52c4
* / PT-BR: Add missing translationsgustavo2011-07-091-1/+2
|/ | | | Change-Id: I49269ba0cde02edbb07b17f83ccd720059b62498
* Make event fields (birthday, anniversary) editable.Danny Baumann2011-08-057-8/+177
| | | | Change-Id: I9afe1f5a4019597153c7eb13051fb2e7f2f01937
* vibrate on touch instead of release, makes dialpad feel more responsivem0viefreak2011-07-051-4/+27
| | | | Change-Id: Ifea1424306d23b70e90f35790fff3be6c0e13e78
* Merge "Contacts: fix UI glitches" into gingerbreadSteve Kondik2011-07-023-23/+19
|\
| * Contacts: fix UI glitchesDaniel Tschinder2011-07-023-23/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://code.google.com/p/cyanogenmod/issues/detail?id=3596 1. Missing space after number-label. Fixed with margin 2. Group icon is not centered verticaly. 3. Number-label was flickering on redraw. Was due to android:ellipsize, but as the number-label should never be as long as the screen (even on my ldpi), this should be okay. Change-Id: I58191ccce65924b72fd749118766784e702bbf5c
* | Merge "fix GoogleVoice activity name for VM handlers option" into gingerbreadSteve Kondik2011-07-021-1/+1
|\ \
| * | fix GoogleVoice activity name for VM handlers optionjt11342011-06-291-1/+1
| |/
* / Update Russian translation. Contactspvolkov2011-06-291-2/+2
|/
* German localization fixesDaniel Tschinder2011-06-202-32/+35
| | | | | | | | | Use \u2026 instead of ... Removed dot at end of sentences in prefs Added missing translations, although i think they are not used Removed misplaced " in german and english file Change-Id: I3a820d2d81a2aa77c3cb294b4d62e1a613c87b29
* Update Russian translation. Share number, email and addresspvolkov2011-06-051-0/+3
|
* Bugfix: Setting dial_retrieve_last was not used in dialpad.Danez2011-05-301-8/+7
| | | | | | | | | | | | | The setting exists in the menu, but regardless if the option was actived or not, it always retrieved the last called number when pressing the dialbutton and nothing entered before. Added a check for this setting. Also removed a duplicate check in onClick(), which is already done in dialButtonPressed(). An other possibility would be the removing of this setting. Not sure which is intended. Change-Id: Ia480105b5f6697c7a422acecea2fceebf16fd71f
* Fix Hebrew translation. ContactsIdo2011-05-271-4/+4
| | | | Change-Id: I8ba61b8b437ffc2d8fc028e9b58383362d6c0e04
* Merge "Contacts: Dutch translation updated!" into gingerbreadSteve Kondik2011-05-242-0/+157
|\
| * Contacts: Dutch translation updated!ottuh2011-05-232-0/+157
| |
* | Update Russian translation. Fixed a silly mistakepvolkov2011-05-221-1/+1
|/ | | | Update Russian translation. Fixed another silly typo. Thank Leznuk Evgen
* Fix FC caused by NullPointerExceptionJoseph Lehner2011-05-131-6/+7
| | | | | | | | | | | Under certain circumstances, setupKeypad() was called from updateDialer() *before* the keypad's Views were initialized, causing the app to force-close. This patch moves the null check from onCreate() to setupKeypad() itself, so as to prevent a NullPointerException when called from updateDialer(). Change-Id: Ide8998ccccb66415ea2d2f819cd542f48466fe09
* Merge "PT-BR: Added missing translations" into gingerbreadSteve Kondik2011-05-061-1/+9
|\
| * PT-BR: Added missing translationsGustavo2011-05-041-1/+9
| | | | | | | | Change-Id: Iabdb0e306912c52689cfe5df06dbd6683a3601dd
* | Merge "Update "one" key's voicemail status if it changed" into gingerbreadSteve Kondik2011-05-061-19/+31
|\ \ | |/ |/|
| * Update "one" key's voicemail status if it changedJoseph Lehner2011-04-301-19/+31
| | | | | | | | | | | | | | | | | | | | | | When launching the Phone app, it checks whether a voicemail number is available and sets the background image of the "one" key accordingly. If a voicemail number was set *after* the app was launched, the button was never updated (unless the app was force-closed manually). Change-Id: I6ef18cbb1a72609ebdd3380d2ebd76a986b8295b
* | Merge branch 'gingerbread' of ↵Steve Kondik2011-04-3013-47/+48
|\ \ | |/ |/| | | | | | | | | | | | | | | git://android.git.kernel.org/platform/packages/apps/Contacts into HEAD Conflicts: res/values-de/strings.xml res/values-zh-rTW/strings.xml Change-Id: Ibe95d2ceb10d31700747ec78d9333ab68a84954e
| * Import revised translations. DO NOT MERGEEric Fischer2011-03-291-2/+2
| | | | | | | | Change-Id: Ie2f2fe80760b68d9ba10636a27bde021823d5fe7
| * Fixed the short circuiting expression DO NOT MERGEDaniel Lehmann2011-03-211-1/+1
| | | | | | | | | | Bug:4136579 Change-Id: I65435a5dd214106acf71d3653e810c1fc071af8f
| * Import revised translations. DO NOT MERGEEric Fischer2011-03-1810-42/+42
| | | | | | | | Change-Id: If3d44a9cc6949ad3efb0f4a98d5542ac1f9fda06
| * Import revised translations. DO NOT MERGEEric Fischer2011-02-143-3/+3
| | | | | | | | Change-Id: Ife9aaa214c7c33e484ae1d2c599adc787a7e10de
* | Merge "Update Russian translation: Contacts" into gingerbreadcm-7.0.3cm-7.0.2.1cm-7.0.1cm-7.0.0Steve Kondik2011-04-111-0/+1
|\ \
| * | Update Russian translation: Contactspvolkov2011-04-101-0/+1
| | |
* | | Merge "Fix miscellaneous typo (thanks Xavierdarkness). dialled -> dialed ↵Keyan Mobli2011-04-101-2/+2
|\ \ \ | |/ / |/| | | | | Dialled is not technically wrong but its used more in the UK while dialed is US. I kept the string names the same because (again) it's not technically wrong." into gingerbread
| * | Fix miscellaneous typo (thanks Xavierdarkness). dialled -> dialedCEnnis2011-04-101-2/+2
| | | | | | | | | | | | | | | | | | | | | Dialled is not technically wrong but its used more in the UK while dialed is US. I kept the string names the same because (again) it's not technically wrong. Change-Id: I34fbc8b5e524723cce5a4665c046f1113ddabe53
* | | Norwegian: Added translations to the Contact appUntouchab1e2011-04-091-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | Patch set 2) Added additional translations Patch set 3) Fixed typos Patch set 4) Removed whitespaces :) Patch set 5) Removed the whitespace I missed (*embarassed*) Change-Id: If295544e29d81f4893b2d13f6ca43f7c653848ce
* | | Update Russian translation: Default tabpvolkov2011-04-081-0/+12
|/ /
* | Merge "Norwegian: updated Contacts app translation" into gingerbreadSteve Kondik2011-04-071-0/+27
|\ \