summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-13Import revised translations. DO NOT MERGEandroid-sdk-1.6_r2android-1.6_r2donut-releasedonutEric Fischer
Change-Id: I5ec8072ec225c0e0f99556401db3bfe2a07705b3
2009-09-29Import revised translations. DO NOT MERGEEric Fischer
2009-08-17Import revised translations. DO NOT MERGEandroid-sdk-tools_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1donut-release2Eric Fischer
2009-08-05b/2027729 Fixed the crash that happens when you change orientation while ↵Michael Chan
scrolling in agenda view - DO NOT MERGE
2009-08-03Look up the localized name of the time zone of the Calendar event.Eric Fischer
Previously it was just displaying the ID of the zone, which is fine for English speakers but not so good for other writing systems. Bug 2022197
2009-08-03Import revised translations. DO NOT MERGEEric Fischer
2009-07-17Merge change 7631 into donutAndroid (Google) Code Review
* changes: b/1915565 Fixed ANR when snoozing or dismissing calendar notifications
2009-07-17b/1915565 Fixed ANR when snoozing or dismissing calendar notificationsMichael Chan
DB calls are all moved from the UI thread to a background thread.
2009-07-16Merge change 7361 into donutAndroid (Google) Code Review
* changes: b/1972231 Fixed the problem where the calendar was not showing the next event when launched from widget
2009-07-14b/1972231 Fixed the problem where the calendar was not showing the next ↵Michael Chan
event when launched from widget
2009-07-14Fixed the problem where newline characters appear as squares in calendarMichael Chan
2009-07-13Import new translationsEric Fischer
2009-07-10If the short weekday abbreviation is the same as medium, try the shortest too.Eric Fischer
This is actually the case in most locales, and in some (like French and Polish), the short abbreviation isn't short enough to fit in the week view header in portrait orientation without the labels overlapping. The one-letter abbreviation should still be understandable, and will fit.
2009-07-07Merge change 6003 into donutAndroid (Google) Code Review
* changes: b/1926650 Fixed the problem where the checkbox changes in MyCalendars were lost when they scrolled out of view.
2009-07-01b/1926650 Fixed the problem where the checkbox changes in MyCalendars were ↵Michael Chan
lost when they scrolled out of view. modified: src/com/android/calendar/SelectCalendarsAdapter.java
2009-07-01Fixed the problem where long Calendar names are getting cutted off in ↵Michael Chan
MyCalendars modified: res/layout/calendar_item.xml
2009-06-12Abbreviate the day of the week in the ordinal option in the event editor.Eric Fischer
Without abbreviating, the message will often be too long in German and will be truncated.
2009-06-10Update Portuguese translations.Eric Fischer
2009-06-10am d94e31b5: AI 149721: Import Portuguese translations.Eric Fischer
Merge commit 'd94e31b570fdb8c7411d90bc76a8d006d5702635' into donut * commit 'd94e31b570fdb8c7411d90bc76a8d006d5702635': AI 149721: Import Portuguese translations.
2009-06-10AI 149721: Import Portuguese translations.Eric Fischer
Automated import of CL 149721
2009-06-08Modified to allow launching of Maps where the Where field of an Calendar ↵Michael Chan
event is clicked upon.
2009-05-13Eradicate another list of the days of the week, from Calendar.Eric Fischer
2009-05-04Flatten the Agenda view hierarchy down to one level deep. b/1791496Michael Chan
2009-05-01Merge change 813 into donutAndroid (Google) Code Review
* changes: Speed up calendar by caching various resources
2009-04-30am 84fa35c: AI 148147: Import lots of zh_TW translation changes.Eric Fischer
Merge commit '84fa35c2c4802b7cd1e315016c0027f96c5801ea' into donut * commit '84fa35c2c4802b7cd1e315016c0027f96c5801ea': AI 148147: Import lots of zh_TW translation changes.
2009-04-30AI 148147: Import lots of zh_TW translation changes.android-1.5r4android-1.5r3android-1.5r2cupcake-releaseEric Fischer
Automated import of CL 148147
2009-04-30Speed up calendar by caching various resourcesMichael Chan
Speed up Calendar by caching strings and color
2009-04-28am ad608c4: AI 147962: Import updated zh_TW translations.Eric Fischer
Merge commit 'ad608c41db84a9459639726eff09ccd29f62b5dd' into donut * commit 'ad608c41db84a9459639726eff09ccd29f62b5dd': AI 147962: Import updated zh_TW translations.
2009-04-28AI 147962: Import updated zh_TW translations.Eric Fischer
Automated import of CL 147962
2009-04-22merge cupcake into donutJean-Baptiste Queru
2009-04-15AI 146365: Import revised translations.android-sdk-1.5_r1android-1.5Eric Fischer
DO NOT MERGE Automated import of CL 146365
2009-04-14AI 146175: Import updated translations.Eric Fischer
Automated import of CL 146175
2009-04-10AI 145711: Import a few changed translations.Eric Fischer
DO NOT MERGE Automated import of CL 145711
2009-04-08AI 145225: Import more revised translations into cupcake.android-sdk-1.5-preEric Fischer
Automated import of CL 145225
2009-04-07AI 144977: Import revised translations.Eric Fischer
DO NOT MERGE Automated import of CL 144977
2009-04-07AI 144912: Merge from cupcake:Eric Fischer
Change 144891 on 2009/04/07 by enf@ebcdic Import a bunch of revised translations. Automated import of CL 144912
2009-04-07AI 144891: Import a bunch of revised translations.Eric Fischer
Automated import of CL 144891
2009-04-01AI 144137: am: CL 144136 Make calendar widget correctly launch Calendar app ↵Jeffrey Sharkey
instead of creating a second task stack. Fixes the following issues: - Calendar widget and calendar icon always launch to a specific calendar view--the view last selected by user. - Launching from both widget and app icon clears any existing activity stacks. - We correctly keeps the stack history when switching between activities using long-press-home-hardkey Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 144137
2009-04-01AI 144136: Make calendar widget correctly launch Calendar app instead of ↵Jeffrey Sharkey
creating a second task stack. Fixes the following issues: - Calendar widget and calendar icon always launch to a specific calendar view--the view last selected by user. - Launching from both widget and app icon clears any existing activity stacks. - We correctly keeps the stack history when switching between activities using long-press-home-hardkey BUG=1752489 Automated import of CL 144136
2009-03-31AI 143921: am: CL 143920 Fixed a bug with reminders not getting saved if a ↵Jack Veenstra
single instance of a recurring event was changed. Original author: veenstra Merged from: //branches/cupcake/... Automated import of CL 143921
2009-03-31AI 143920: Fixed a bug with reminders not getting saved if a single instance ↵Jack Veenstra
of a recurring event was changed. BUG=1740579 Automated import of CL 143920
2009-03-27AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too ↵Dianne Hackborn
big): remove some unused application resources I found. Original author: hackbod Merged from: //branches/cupcake/... Automated import of CL 143214
2009-03-27AI 143195: am: CL 142959 Adjust formatting in the week view of the Calendar ↵Eric Fischer
for Japanese. In the Japanese Calendar week view, show the equivalent of "21 Mon" instead of "Mon 21". Original author: enf Merged from: //branches/cupcake/... Automated import of CL 143195
2009-03-26Automated import from //branches/cupcake/...@143009,143009Dianne Hackborn
2009-03-26Automated import from //branches/cupcake/...@142959,142959Eric Fischer
2009-03-25Automated import from //branches/donutburger/...@142626,142626Michael Chan
2009-03-25Automated import from //branches/donutburger/...@142619,142619Michael Chan
2009-03-24Automated import from //branches/donutburger/...@141868,141868Eric Fischer
2009-03-24Automated import from //branches/donutburger/...@141092,141092Michael Chan
2009-03-24Automated import from //branches/donutburger/...@141076,141076Michael Chan