summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix event dates shifted by a day for time zones left of GMT.gb-release-7.2Danny Baumann2012-06-301-1/+5
| | | | Change-Id: I957cd4a184a0178d1120a7930596e72b3fc4ddc1
* Czech: text unificationOndrej Zima2012-06-071-4/+4
| | | | Change-Id: I2c03b9fb823284099fe1fb9305446edc720fdf3d
* Always use UTC time zone for event date conversions.Danny Baumann2012-05-242-33/+37
| | | | | | | | | The conversion was broken for time zones that dropped DST at some point, e.g. Moscow. Fixes http://code.google.com/p/cyanogenmod/issues/detail?id=5082. Change-Id: I3db64cf5abaeab73efaaa1105de00969f7d6fe65
* Optimize T9Search performance / memory consumptionMarkus Dobel2012-05-151-46/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change optimizes the T9Search feature in two ways: 1. Memory consumption The original Contacts app actually crashed on my Vision with an Out of Memory Error, until I increased the Heap Size to 48M It was set to 32M before, and I cannot remember changing it before so I guess, 32M is the default for Vision. Now it works flawlessly with 32M again, mainly because it does not read each and every contact's photo into RAM prior to searching, but reads contact photos on demand/display. 2. Speed The photo-reading task was not only memory- but also time-consuming, and while doing so, the search just did not work. I always had to wait a few seconds before typing in any number, else the search yielded no results. In addition to this I rewrote the name-to-number conversion. This should also help speed-wise (yet not as much as the photo reading). Actually the result is still no piece of art, but works how I expected it to be -- I can hit the keys immediately after opening the Contacts app, it immediately shows the correct results and it does not crash with an OOM, even with a 32M heap size and ~400 contacts. So this might actually fix #4922 as well. http://code.google.com/p/cyanogenmod/issues/detail?id=4922 Change-Id: I90858354c7a718fe311a5e4f585a19a2972acc95
* Make absolutely sure the keyboard is never shown over the dialer.Danny Baumann2012-04-271-2/+2
| | | | Change-Id: I2ef5ba1530c645241e872893bb653107f1c181ce
* Contacts: Add Dutch translationsSam Segers2012-03-301-73/+83
| | | | | | Add missing translations for T9-dailer and correct previous Change-Id: Iaccdd039d5ec01c8871c8405f138d4bbf332083a
* Added T9 italian stringsgorneman22012-03-301-0/+18
| | | | Change-Id: I9cf168d8d4eaf785c7285748d26d969162d7f465
* Dialer: Fix initial state for t9 sort modeArne Coucheron2012-03-231-2/+2
| | | | | | | | | | | | | On a fresh install, t9 dialer will match by name, but preferences has match by number selected as default. Fix this by setting default to match by name. Also change uppercase S in "Sorting" to lowercase, to maintain consistency with rest of system. Cherry-picked from ics branch. Change-Id: I2c7c8c404c7f9bcd4a2340711ab9c11897fc3fa5
* Fix soft keyboard appearing on dialer under certain conditions.Danny Baumann2012-03-071-0/+2
| | | | | | | | | | Testcase: - Go to dialer - Enter some numbers - Press home - Enter dialer again Change-Id: I45cd863fefbb0978cfffaac4a62aa20ac3d0a66b
* Merge "T9 Dialer: View contact on long press on T9 results" into gingerbreadRicardo Cerqueira2012-03-031-0/+23
|\
| * T9 Dialer: View contact on long press on T9 resultsm0viefreak2012-01-281-0/+23
| | | | | | | | Change-Id: I93d4e558639b0938af67259c07bb48f5a57a8f66
* | Contacts: tr: Update Turkish TranslationsHep Happy2012-02-102-7/+27
| | | | | | | | Change-Id: If2bfaf587ce7a20be5e60e0c5886765e9e229173
* | Contacts: tr: CM Turkish TranslationsHep Happy2012-02-081-0/+108
| | | | | | | | Change-Id: Icbf5a33980dfd86590c7efa3e07f0a1201b2f841
* | Czech: added missing strings for T9 and fixed some stringsOndrej Zima2012-01-302-3/+21
|/ | | | Change-Id: I3a29e36017398c1a15194cdf83f32b414a90a7fb
* RU - Add russian T9pvolkov2012-01-1133-0/+9
| | | | Add missing files - dial_num_8_wht & dial_num_9_blk
* Merge "es_ES: Add T9 translations" into gingerbreadRicardo Cerqueira2012-01-101-31/+49
|\
| * es_ES: Add T9 translationsdjMesias2011-12-211-31/+49
| | | | | | | | Change-Id: Ia1494cd9c276dd9484cb431dbb98259430805ecd
* | Merge "Update Russian translation - T9 Dialer" into gingerbreadRicardo Cerqueira2012-01-101-0/+10
|\ \
| * | Update Russian translation - T9 Dialerpvolkov2011-12-201-0/+10
| | |
* | | Merge "Update hungarian translation - T9 Dialer" into gingerbreadRicardo Cerqueira2012-01-101-0/+9
|\ \ \
| * | | Update hungarian translation - T9 Dialerapeelme2011-12-211-0/+9
| | |/ | |/| | | | | | | Change-Id: Ifc693cd4f972b108e9875fe65b50fd00fbd3a60e
* | | Merge "french: T9, cleanup (reduce big titles) and Default Tab" into gingerbreadRicardo Cerqueira2012-01-101-18/+39
|\ \ \
| * | | french: T9, cleanup (reduce big titles) and Default TabTanguy Pruvot2012-01-091-18/+39
| | | | | | | | | | | | | | | | Change-Id: I9686227852a3eeb0d963b0d5dc5a962f321cc9ee
* | | | Contacts: update Simplified Chinese translationsJohn Hsing2012-01-101-0/+10
|/ / / | | | | | | | | | | | | | | | Add translations for T9. Change-Id: Idffa8352bc5ca4fbb11279acb4101aca693cd079
* | | Dialpad : T9 add to contact if no match foundm0viefreak2012-01-095-42/+60
| | | | | | | | | | | | | | | | | | | | | | | | Cherry-picked http://review.cyanogenmod.com/11212 for gingerbread. Also included fix from http://review.cyanogenmod.com/11386 Change-Id: Idd91c732b14c35227bc89ea7c68eb249d921b80d
* | | Merge "Contacts: update German translation." into gingerbreadRicardo Cerqueira2012-01-091-0/+9
|\ \ \
| * | | Contacts: update German translation.Danny Baumann2011-12-201-0/+9
| | |/ | |/| | | | | | | Change-Id: I3ea1b51d921e339509b37aabce1b1287039cc194
* | | Merge "Fix a possible null pointer exeption editing a contact." into gingerbreadSteve Kondik2011-12-311-0/+2
|\ \ \
| * | | Fix a possible null pointer exeption editing a contact.Andreas Schneider2011-12-211-0/+2
| | |/ | |/| | | | | | | | | | | | | Change-Id: I4c6fb8f6f5c72ae4b286514e4a1dfd8a6bb66632 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* | | Dialpad: perform search when retrieving last dialled numberSpencer Oliver2011-12-231-0/+1
| | | | | | | | | | | | | | | Change-Id: I5ec0b565b15605017bd878ae0c3b1dc94907530d Signed-off-by: Spencer Oliver <spenoliver@gmail.com>
* | | Dialpad: T9 Dialer - Additional Fixesm0viefreak2011-12-212-7/+4
|/ / | | | | | | | | | | | | Included fixes from http://review.cyanogenmod.com/#change,11107 Change-Id: Icec955bdb03e8341df5c6f2d82bd6448fcc191f0
* / Dialpad: T9 Dialer - Fixesm0viefreak2011-12-2116-155/+122
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added highlight for matching part of number/name in all entries in the drop down list - Replaced the QuickContactBadge and TextView items with a ListView like in the drop down but with only 1 element. This way the first entry and the drop down entries all look the same. This also adds the (mobile/home/...) indicator in the first item. - Some changes to the layout xml: * Reverted the height of the digit editbox to a fixed value. This should fix the cut off text on smaller resolutions. * Reduced the size of the dropdown arrow to match the height of the ListView item row (40dip) - call searchContacts() in onKey(), too, to make it work with hard-keyboards and the android soft-keyboard Patch Set 2: - If/else was swapped accidently Patch Set 3: - Fine tuned layout parameters: * Fixed mdpi dial pad * Limited size of mdpi digit box just like hdpi * Made first result entry fixed height to fit the large list below (almost looks like one continous list now) Patch Set 4: - Same as Patch Set 3, but for landscape Patch Set 5: - Remove unneded setNumber() method in T9Adapter, and use mPrevInput field of T9Search instead - Set cursor to the end of the digits input after selecting a number from the t9 search results - Prevent android soft keyboard from popping up and messing up the layout when clicking the digits edittext to move the cursor Patch Set 6: - Fixed toggle arrow not missing on ldpi devices (replaced 9patch graphics with fixed ones) - Remove unneeded drawable/t9result_state.xml Change-Id: I5867f82be089f77012b114536ae913fabf6c8b09
* Dialpad : T9 DialerDanesh M2011-12-1819-117/+956
| | | | | | | | This adds t9 functionality to the dialer. Patchset 2 : Fix layout issue in landscape Change-Id: I141dc23e4a5833aec5ae23eb7426c5f0da60800d
* Merge "Update hungarian translation" into gingerbreadSteve Kondik2011-11-142-4/+51
|\
| * Update hungarian translationapeelme2011-11-132-4/+51
| | | | | | | | Change-Id: Ide9ac73085ef27defc611e57b6d91abb65ec7db9
* | Merge "Update hungarian translation" into gingerbreadSteve Kondik2011-11-141-3/+3
|\|
| * Update hungarian translationapeelme2011-11-061-3/+3
| | | | | | | | Change-Id: Ic13576570b01860758c0b4c8875940d256f30742
* | Merge "Dialpad Layout Fixes" into gingerbreadSteve Kondik2011-11-1410-269/+734
|\ \
| * | Dialpad Layout FixesDanesh M2011-11-0210-269/+734
| |/ | | | | | | | | | | | | | | | | | | This allows the layout of the dialer to be scaled better. Also makes landscape mode actually functional Patchset 2/3/4 : Cleanup Change-Id: I1d564f90b4c1fb4805c4d152981eeb6f035c5d54
* | Merge "Contacts: update Simplified Chinese translations." into gingerbreadSteve Kondik2011-11-142-0/+20
|\ \
| * | Contacts: update Simplified Chinese translations.John Hsing2011-10-282-0/+20
| |/ | | | | | | Change-Id: Ia66a0a0c8e54f05355841aacb4572240e125d6f4
* / Update Japanese translation.Takuo Kitame2011-10-281-0/+3
|/ | | | Change-Id: Ifa33610a722cb9a6d82223bee97146abb30f1b45
* Czech: added missing strings, fixed some translationOndrej Zima2011-10-122-461/+519
| | | | Change-Id: I2ca73835c30f59bce1900c8696f7eaa7354633d6
* 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
|\ \