OSDN Git Service

android-x86/packages-apps-Calendar.git
14 years agob/1946035 Fixed the crash that happen when the user clicks on the where field but...
Michael Chan [Wed, 12 Aug 2009 18:00:32 +0000 (11:00 -0700)]
b/1946035 Fixed the crash that happen when the user clicks on the where field but Maps is not installed.

The new behavior is to drop the touch event if the system fails to find
an app that handles the intent.

14 years agoFixed the crash that happens when you change orientation while scrolling in agenda...
Michael Chan [Sat, 8 Aug 2009 00:17:56 +0000 (17:17 -0700)]
Fixed the crash that happens when you change orientation while scrolling in agenda view

14 years agoCalendar attendees and reminder fixes
Michael Chan [Thu, 6 Aug 2009 23:20:28 +0000 (16:20 -0700)]
Calendar attendees and reminder fixes

- b/2027729 Fixed the crash that happens when you change orientation while scrolling in agenda view
- b/2038978 Fixed the crash where all the attendees were previous removed by an error
- b/2033853 Fixed the problem where reminders weren't being saved.
- b/2027740 Improved logic on when to allow the user to supply a response to an event. It is still not perfect as we are wait for more
- b/2024425 Allow the user to delete the event even if they didn't create the event
- b/2030453 Hide delete button when creating new events
- Fixed the crash that happens when you click on revert while creating new events (only happens when you have an empty calendar)
- Improved performance by writing the attendees to the content provider iif they have changed.
- Fixed the title bar to correctly say "View Event" or "View Meeting Invitation" depending on the event.
- Fixed the problem where existing attendees weren't shown during edit event.
info from the server team.
- Added rect info in the intent SHOW_OR_CREATE_CONTACT. Can't test yet as my phone has contact sync problems.

14 years agoam d51f415d: (-s ours) b/2027729 Fixed the crash that happens when you change orienta...
Michael Chan [Wed, 5 Aug 2009 23:19:46 +0000 (16:19 -0700)]
am d51f415d: (-s ours) b/2027729 Fixed the crash that happens when you change orientation while scrolling in agenda view - DO NOT MERGE

Merge commit 'd51f415d14845bb83008130ada14d87b2d03e490'

* commit 'd51f415d14845bb83008130ada14d87b2d03e490':
  b/2027729 Fixed the crash that happens when you change orientation while scrolling in agenda view - DO NOT MERGE

14 years agob/2027729 Fixed the crash that happens when you change orientation while scrolling...
Michael Chan [Wed, 5 Aug 2009 22:35:41 +0000 (15:35 -0700)]
b/2027729 Fixed the crash that happens when you change orientation while scrolling in agenda view - DO NOT MERGE

14 years agoresolved conflicts for merge of 72f0026f to master
Eric Fischer [Tue, 4 Aug 2009 17:51:55 +0000 (10:51 -0700)]
resolved conflicts for merge of 72f0026f to master

14 years agomerge from open-source master
Jean-Baptiste Queru [Tue, 4 Aug 2009 16:00:28 +0000 (09:00 -0700)]
merge from open-source master

14 years agoLook up the localized name of the time zone of the Calendar event.
Eric Fischer [Tue, 4 Aug 2009 00:53:29 +0000 (17:53 -0700)]
Look up the localized name of the time zone of the Calendar event.

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

14 years agoam 0b6132ba: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Mon, 3 Aug 2009 23:42:52 +0000 (16:42 -0700)]
am 0b6132ba: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '0b6132ba2c5283fb273f6b2b0c1255378314319e'

* commit '0b6132ba2c5283fb273f6b2b0c1255378314319e':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 3 Aug 2009 23:08:06 +0000 (16:08 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoTemp change to enable Event Response spinner (Yes/No/Maybe) for all events
Michael Chan [Sat, 1 Aug 2009 00:06:14 +0000 (17:06 -0700)]
Temp change to enable Event Response spinner (Yes/No/Maybe) for all events

This is done in order to pass FAST tests. This needs to be removed once
the real fix comes in i.e. content provider providers user relationship
info via the event table.

14 years agoInitial implementation of guest invitation and status
Michael Chan [Thu, 23 Jul 2009 23:01:07 +0000 (16:01 -0700)]
Initial implementation of guest invitation and status

Added a number of TODO's which will be taken care of later. Performance
needs to be improved.  Also changed some of the content provider calls
to the batch API.

14 years agomerge from donut
Jean-Baptiste Queru [Wed, 29 Jul 2009 21:57:05 +0000 (14:57 -0700)]
merge from donut

14 years agoreconcile korg/master into goog/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 18:43:55 +0000 (11:43 -0700)]
reconcile korg/master into goog/master

14 years agoMerge korg/donut into korg/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 00:48:03 +0000 (17:48 -0700)]
Merge korg/donut into korg/master

14 years agoupdate the permissions for the AccountManagerService
Fred Quintana [Thu, 23 Jul 2009 03:01:03 +0000 (20:01 -0700)]
update the permissions for the AccountManagerService

15 years agoam d8e2033d: Merge change 7631 into donut
Android (Google) Code Review [Fri, 17 Jul 2009 22:43:19 +0000 (15:43 -0700)]
am d8e2033d: Merge change 7631 into donut

Merge commit 'd8e2033d3f44e708f4fb5cfa4fc4f57485860191'

* commit 'd8e2033d3f44e708f4fb5cfa4fc4f57485860191':
  b/1915565 Fixed ANR when snoozing or dismissing calendar notifications

15 years agoMerge change 7631 into donut
Android (Google) Code Review [Fri, 17 Jul 2009 18:11:39 +0000 (11:11 -0700)]
Merge change 7631 into donut

* changes:
  b/1915565 Fixed ANR when snoozing or dismissing calendar notifications

15 years agob/1915565 Fixed ANR when snoozing or dismissing calendar notifications
Michael Chan [Fri, 17 Jul 2009 00:41:59 +0000 (17:41 -0700)]
b/1915565 Fixed ANR when snoozing or dismissing calendar notifications

DB calls are all moved from the UI thread to a background thread.

15 years agoMerge change 5874
Android (Google) Code Review [Thu, 16 Jul 2009 22:25:00 +0000 (15:25 -0700)]
Merge change 5874

* changes:
  Modified Agenda view to support scrolling beyond the month boundary.

15 years agoresolved conflicts for merge of 8c5ade7c to master
Michael Chan [Thu, 16 Jul 2009 18:47:44 +0000 (11:47 -0700)]
resolved conflicts for merge of 8c5ade7c to master

15 years agoMerge change 7361 into donut
Android (Google) Code Review [Thu, 16 Jul 2009 18:11:26 +0000 (11:11 -0700)]
Merge change 7361 into donut

* changes:
  b/1972231 Fixed the problem where the calendar was not showing the next event when launched from widget

15 years agob/1972231 Fixed the problem where the calendar was not showing the next event when...
Michael Chan [Wed, 15 Jul 2009 03:46:39 +0000 (20:46 -0700)]
b/1972231 Fixed the problem where the calendar was not showing the next event when launched from widget

15 years agoMerge commit 'goog/readonly-korg-master' into merge_korg_master
Jean-Baptiste Queru [Wed, 15 Jul 2009 00:12:54 +0000 (17:12 -0700)]
Merge commit 'goog/readonly-korg-master' into merge_korg_master

15 years agoam 0d53e947: Fixed the problem where newline characters appear as squares in calendar
Michael Chan [Tue, 14 Jul 2009 23:19:53 +0000 (16:19 -0700)]
am 0d53e947: Fixed the problem where newline characters appear as squares in calendar

Merge commit '0d53e947fce63b2a629ea2c32a882eb505e527f7'

* commit '0d53e947fce63b2a629ea2c32a882eb505e527f7':
  Fixed the problem where newline characters appear as squares in calendar

15 years agoFixed the problem where newline characters appear as squares in calendar
Michael Chan [Tue, 14 Jul 2009 23:04:32 +0000 (16:04 -0700)]
Fixed the problem where newline characters appear as squares in calendar

15 years agoam 26d83fe9: Import new translations
Eric Fischer [Mon, 13 Jul 2009 23:59:14 +0000 (16:59 -0700)]
am 26d83fe9: Import new translations

Merge commit '26d83fe9ac88775efa946ae448249d38c2ca9af5'

* commit '26d83fe9ac88775efa946ae448249d38c2ca9af5':
  Import new translations

15 years agoImport new translations
Eric Fischer [Mon, 13 Jul 2009 22:44:40 +0000 (15:44 -0700)]
Import new translations

15 years agoam 52b2d701: If the short weekday abbreviation is the same as medium, try the shortes...
Eric Fischer [Sun, 12 Jul 2009 13:06:33 +0000 (06:06 -0700)]
am 52b2d701: If the short weekday abbreviation is the same as medium, try the shortest too.

Merge commit '52b2d70115e88b408c994db0d2b1889c9fb48527'

* commit '52b2d70115e88b408c994db0d2b1889c9fb48527':
  If the short weekday abbreviation is the same as medium, try the shortest too.

15 years agoModified Agenda view to support scrolling beyond the month boundary.
Michael Chan [Tue, 30 Jun 2009 22:35:34 +0000 (15:35 -0700)]
Modified Agenda view to support scrolling beyond the month boundary.

new file:   res/layout/agenda_header_footer.xml
modified:   res/values/strings.xml
modified:   src/com/android/calendar/AgendaActivity.java
modified:   src/com/android/calendar/AgendaAdapter.java
modified:   src/com/android/calendar/AgendaByDayAdapter.java
new file:   src/com/android/calendar/AgendaListView.java
new file:   src/com/android/calendar/AgendaWindowAdapter.java

15 years agoIf the short weekday abbreviation is the same as medium, try the shortest too.
Eric Fischer [Fri, 10 Jul 2009 22:34:15 +0000 (15:34 -0700)]
If the short weekday abbreviation is the same as medium, try the shortest too.

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.

15 years agoMerge change 6395
Android (Google) Code Review [Tue, 7 Jul 2009 23:43:00 +0000 (16:43 -0700)]
Merge change 6395

* changes:
  Modified Calendar app to intercept calendar weblinks

15 years agoModified Calendar app to intercept calendar weblinks
Michael Chan [Tue, 7 Jul 2009 20:39:33 +0000 (13:39 -0700)]
Modified Calendar app to intercept calendar weblinks

Added intent-filter to intercept http[s]://www.google.com/calendar/[hosted/.*/]event.*
and show the EventInfoActivity if the event is known.  Otherwise, resend the intent
and have thebrowser handle the link.

modified:   AndroidManifest.xml
modified:   src/com/android/calendar/EventInfoActivity.java
new file:   src/com/android/calendar/GoogleCalendarUriIntentFilter.java

15 years agoam 028617f2: Merge change 6003 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 23:34:41 +0000 (16:34 -0700)]
am 028617f2: Merge change 6003 into donut

Merge commit '028617f246f81eb2fe82df3597cf54c46a2592f1'

* commit '028617f246f81eb2fe82df3597cf54c46a2592f1':
  b/1926650 Fixed the problem where the checkbox changes in MyCalendars were lost when they scrolled out of view.

15 years agoam bf847ef4: Fixed the problem where long Calendar names are getting cutted off in...
Michael Chan [Tue, 7 Jul 2009 23:34:40 +0000 (16:34 -0700)]
am bf847ef4: Fixed the problem where long Calendar names are getting cutted off in MyCalendars

Merge commit 'bf847ef45c31772a99c57c655bac828df86eef5c'

* commit 'bf847ef45c31772a99c57c655bac828df86eef5c':
  Fixed the problem where long Calendar names are getting cutted off in MyCalendars

15 years agoMerge change 6003 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 23:33:10 +0000 (16:33 -0700)]
Merge change 6003 into donut

* changes:
  b/1926650 Fixed the problem where the checkbox changes in MyCalendars were lost when they scrolled out of view.

15 years agob/1926650 Fixed the problem where the checkbox changes in MyCalendars were lost when...
Michael Chan [Thu, 2 Jul 2009 01:18:54 +0000 (18:18 -0700)]
b/1926650 Fixed the problem where the checkbox changes in MyCalendars were lost when they scrolled out of view.

modified:   src/com/android/calendar/SelectCalendarsAdapter.java

15 years agoFixed the problem where long Calendar names are getting cutted off in MyCalendars
Michael Chan [Thu, 2 Jul 2009 01:17:49 +0000 (18:17 -0700)]
Fixed the problem where long Calendar names are getting cutted off in MyCalendars

modified:   res/layout/calendar_item.xml

15 years agosupport for changes to the sync settings and control API
Fred Quintana [Tue, 23 Jun 2009 01:06:20 +0000 (18:06 -0700)]
support for changes to the sync settings and control API

15 years agoMerge change 4138
Android (Google) Code Review [Mon, 15 Jun 2009 21:36:45 +0000 (14:36 -0700)]
Merge change 4138

* changes:
  Move meta feed handling to CalendarSyncAdapter

15 years agoMove meta feed handling to CalendarSyncAdapter
Ken Shirriff [Thu, 11 Jun 2009 18:10:40 +0000 (11:10 -0700)]
Move meta feed handling to CalendarSyncAdapter

With this change, the calendar app uses a sync rather than a magic query
to update the list of calendars.
bug=1886271

15 years agoam 3730311b: Abbreviate the day of the week in the ordinal option in the event editor.
Eric Fischer [Mon, 15 Jun 2009 04:13:20 +0000 (21:13 -0700)]
am 3730311b: Abbreviate the day of the week in the ordinal option in the event editor.

Merge commit '3730311bfec28a07040dc3caf261fb5d2585b43b'

* commit '3730311bfec28a07040dc3caf261fb5d2585b43b':
  Abbreviate the day of the week in the ordinal option in the event editor.

15 years agoAbbreviate the day of the week in the ordinal option in the event editor.
Eric Fischer [Fri, 12 Jun 2009 22:02:54 +0000 (15:02 -0700)]
Abbreviate the day of the week in the ordinal option in the event editor.

Without abbreviating, the message will often be too long in German and
will be truncated.

15 years agoam a1191a8f: Update Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:33:40 +0000 (15:33 -0700)]
am a1191a8f: Update Portuguese translations.

Merge commit 'a1191a8ffcadac4d32839d6ba9a6f2ce24548193'

* commit 'a1191a8ffcadac4d32839d6ba9a6f2ce24548193':
  Update Portuguese translations.

15 years agoam 82c247e1: am d94e31b5: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:32:48 +0000 (15:32 -0700)]
am 82c247e1: am d94e31b5: AI 149721: Import Portuguese translations.

Merge commit '82c247e1bee504fae2025b2bf3111a660a15b541'

* commit '82c247e1bee504fae2025b2bf3111a660a15b541':
  AI 149721: Import Portuguese translations.

15 years agoUpdate Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:09:00 +0000 (15:09 -0700)]
Update Portuguese translations.

15 years agoam d94e31b5: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:32:05 +0000 (12:32 -0700)]
am d94e31b5: AI 149721: Import Portuguese translations.

Merge commit 'd94e31b570fdb8c7411d90bc76a8d006d5702635' into donut

* commit 'd94e31b570fdb8c7411d90bc76a8d006d5702635':
  AI 149721: Import Portuguese translations.

15 years agoAI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:26:03 +0000 (12:26 -0700)]
AI 149721: Import Portuguese translations.

Automated import of CL 149721

15 years agoam 6ed13804: Modified to allow launching of Maps where the Where field of an Calendar...
Michael Chan [Tue, 9 Jun 2009 01:39:46 +0000 (18:39 -0700)]
am 6ed13804: Modified to allow launching of Maps where the Where field of an Calendar event is clicked upon.

Merge commit '6ed13804c270e48540ddb7a955446a37a307811e'

* commit '6ed13804c270e48540ddb7a955446a37a307811e':
  Modified to allow launching of Maps where the Where field of an Calendar event is clicked upon.

15 years agoModified to allow launching of Maps where the Where field of an Calendar event is...
Michael Chan [Mon, 8 Jun 2009 23:36:02 +0000 (16:36 -0700)]
Modified to allow launching of Maps where the Where field of an Calendar event is clicked upon.

15 years agofindbug fixes
Michael Chan [Thu, 14 May 2009 23:09:13 +0000 (16:09 -0700)]
findbug fixes

modified:   src/com/android/calendar/AgendaActivity.java
modified:   src/com/android/calendar/AgendaAdapter.java
modified:   src/com/android/calendar/CalendarActivity.java
modified:   src/com/android/calendar/CalendarApplication.java
modified:   src/com/android/calendar/CalendarView.java
modified:   src/com/android/calendar/DeleteEventHelper.java
modified:   src/com/android/calendar/EditEvent.java
modified:   src/com/android/calendar/Event.java
modified:   src/com/android/calendar/EventInfoActivity.java
modified:   src/com/android/calendar/IcsImportActivity.java
modified:   src/com/android/calendar/MonthActivity.java
modified:   tests/src/com/android/calendar/FormatDateRangeTest.java
modified:   tests/src/com/android/calendar/WeekNumberTest.java

15 years agoam 8004ba0: Eradicate another list of the days of the week, from Calenda
Eric Fischer [Wed, 13 May 2009 23:42:39 +0000 (16:42 -0700)]
am 8004ba0: Eradicate another list of the days of the week, from Calenda

Merge commit '8004ba063168e29503161c58d36becf10846cf9d'

* commit '8004ba063168e29503161c58d36becf10846cf9d':
  Eradicate another list of the days of the week, from Calendar.

15 years agoEradicate another list of the days of the week, from Calendar.
Eric Fischer [Wed, 13 May 2009 22:33:37 +0000 (15:33 -0700)]
Eradicate another list of the days of the week, from Calendar.

15 years agoam b3866cb: Flatten the Agenda view hierarchy down to one level deep. b/
Michael Chan [Tue, 5 May 2009 17:39:03 +0000 (10:39 -0700)]
am b3866cb: Flatten the Agenda view hierarchy down to one level deep. b/

Merge commit 'b3866cbd69a2688d0cb165f18f133e73f0243c8e'

* commit 'b3866cbd69a2688d0cb165f18f133e73f0243c8e':
  Flatten the Agenda view hierarchy down to one level deep. b/1791496

15 years agoFlatten the Agenda view hierarchy down to one level deep. b/1791496
Michael Chan [Mon, 4 May 2009 23:15:40 +0000 (16:15 -0700)]
Flatten the Agenda view hierarchy down to one level deep. b/1791496

15 years agoam 405626a: Merge change 813 into donut
Android (Google) Code Review [Fri, 1 May 2009 19:00:36 +0000 (12:00 -0700)]
am 405626a: Merge change 813 into donut

Merge commit '405626ac892f2ceee19ba1a6ff696287641ef171'

* commit '405626ac892f2ceee19ba1a6ff696287641ef171':
  Speed up calendar by caching various resources

15 years agoMerge change 813 into donut
Android (Google) Code Review [Fri, 1 May 2009 17:28:04 +0000 (10:28 -0700)]
Merge change 813 into donut

* changes:
  Speed up calendar by caching various resources

15 years agoam 70912f0: am 84fa35c: AI 148147: Import lots of zh_TW translation chan
Eric Fischer [Fri, 1 May 2009 01:12:57 +0000 (18:12 -0700)]
am 70912f0: am 84fa35c: AI 148147: Import lots of zh_TW translation chan

Merge commit '70912f06f3c9555ab6ca4f4ba2aaafebae9335c1'

* commit '70912f06f3c9555ab6ca4f4ba2aaafebae9335c1':
  AI 148147: Import lots of zh_TW translation changes.

15 years agoam 84fa35c: AI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:37:30 +0000 (17:37 -0700)]
am 84fa35c: AI 148147: Import lots of zh_TW translation changes.

Merge commit '84fa35c2c4802b7cd1e315016c0027f96c5801ea' into donut

* commit '84fa35c2c4802b7cd1e315016c0027f96c5801ea':
  AI 148147: Import lots of zh_TW translation changes.

15 years agoAI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:32:16 +0000 (17:32 -0700)]
AI 148147: Import lots of zh_TW translation changes.

Automated import of CL 148147

15 years agoSpeed up calendar by caching various resources
Michael Chan [Wed, 29 Apr 2009 23:12:59 +0000 (16:12 -0700)]
Speed up calendar by caching various resources

Speed up Calendar by caching strings and color

15 years agoam 6e6359e: am ad608c4: AI 147962: Import updated zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 20:43:15 +0000 (13:43 -0700)]
am 6e6359e: am ad608c4: AI 147962: Import updated zh_TW translations.

Merge commit '6e6359e40ff8fbf3f8e87747df0606b384f4a419'

* commit '6e6359e40ff8fbf3f8e87747df0606b384f4a419':
  AI 147962: Import updated zh_TW translations.

15 years agoam ad608c4: AI 147962: Import updated zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 04:57:22 +0000 (21:57 -0700)]
am ad608c4: AI 147962: Import updated zh_TW translations.

Merge commit 'ad608c41db84a9459639726eff09ccd29f62b5dd' into donut

* commit 'ad608c41db84a9459639726eff09ccd29f62b5dd':
  AI 147962: Import updated zh_TW translations.

15 years agoAI 147962: Import updated zh_TW translations.
Eric Fischer [Tue, 28 Apr 2009 22:48:39 +0000 (15:48 -0700)]
AI 147962: Import updated zh_TW translations.

Automated import of CL 147962

15 years agoMerge commit 'korg/donut'
The Android Open Source Project [Fri, 24 Apr 2009 20:55:02 +0000 (13:55 -0700)]
Merge commit 'korg/donut'

15 years agochange the sync framework and users to understand Account
Fred Quintana [Thu, 23 Apr 2009 20:36:28 +0000 (13:36 -0700)]
change the sync framework and users to understand Account

15 years agoMerge donut into master
Jean-Baptiste Queru [Thu, 23 Apr 2009 01:33:18 +0000 (18:33 -0700)]
Merge donut into master

15 years agomerge cupcake into donut
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:56:59 +0000 (17:56 -0700)]
merge cupcake into donut

15 years agoMerge donut into master
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:12:36 +0000 (17:12 -0700)]
Merge donut into master

15 years agoadding concept of features to accounts
Fred Quintana [Mon, 20 Apr 2009 23:05:11 +0000 (16:05 -0700)]
adding concept of features to accounts

15 years agoAI 146365: Import revised translations.
Eric Fischer [Wed, 15 Apr 2009 20:30:19 +0000 (13:30 -0700)]
AI 146365: Import revised translations.
  DO NOT MERGE

Automated import of CL 146365

15 years agoMerge commit 'korg/cupcake'
The Android Open Source Project [Wed, 15 Apr 2009 01:18:15 +0000 (18:18 -0700)]
Merge commit 'korg/cupcake'

15 years agoAI 146175: Import updated translations.
Eric Fischer [Tue, 14 Apr 2009 19:10:43 +0000 (12:10 -0700)]
AI 146175: Import updated translations.

Automated import of CL 146175

15 years agoAI 145711: Import a few changed translations.
Eric Fischer [Fri, 10 Apr 2009 17:45:19 +0000 (10:45 -0700)]
AI 145711: Import a few changed translations.
  DO NOT MERGE

Automated import of CL 145711

15 years agoAI 145225: Import more revised translations into cupcake.
Eric Fischer [Thu, 9 Apr 2009 01:43:29 +0000 (18:43 -0700)]
AI 145225: Import more revised translations into cupcake.

Automated import of CL 145225

15 years agoMerge branch 'readonly-p4-master'
Eric Fischer [Wed, 8 Apr 2009 07:31:51 +0000 (00:31 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144913: am: CL 144912 Merge from cupcake:
Eric Fischer [Wed, 8 Apr 2009 07:30:38 +0000 (00:30 -0700)]
AI 144913: am: CL 144912 Merge from cupcake:
  Change 144891 on 2009/04/07 by enf@ebcdic
  Import a bunch of revised translations.
  Original author: enf

Automated import of CL 144913

15 years agoAI 144977: Import revised translations.
Eric Fischer [Wed, 8 Apr 2009 01:15:15 +0000 (18:15 -0700)]
AI 144977: Import revised translations.
  DO NOT MERGE

Automated import of CL 144977

15 years agoAI 144912: Merge from cupcake:
Eric Fischer [Tue, 7 Apr 2009 20:55:06 +0000 (13:55 -0700)]
AI 144912: Merge from cupcake:
  Change 144891 on 2009/04/07 by enf@ebcdic
  Import a bunch of revised translations.

Automated import of CL 144912

15 years agoAI 144891: Import a bunch of revised translations.
Eric Fischer [Tue, 7 Apr 2009 18:48:29 +0000 (11:48 -0700)]
AI 144891: Import a bunch of revised translations.

Automated import of CL 144891

15 years agoMerge branch 'readonly-p4-master'
Jeffrey Sharkey [Thu, 2 Apr 2009 17:23:57 +0000 (10:23 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144202: am: CL 144137 am: CL 144136 Make calendar widget correctly launch Calendar...
Jeffrey Sharkey [Thu, 2 Apr 2009 17:22:44 +0000 (10:22 -0700)]
AI 144202: am: CL 144137 am: CL 144136 Make calendar widget correctly launch Calendar app 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/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 144202

15 years agoAI 144137: am: CL 144136 Make calendar widget correctly launch Calendar app instead...
Jeffrey Sharkey [Wed, 1 Apr 2009 23:07:48 +0000 (16:07 -0700)]
AI 144137: am: CL 144136 Make calendar widget correctly launch Calendar app 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

15 years agoAI 144136: Make calendar widget correctly launch Calendar app instead of creating...
Jeffrey Sharkey [Wed, 1 Apr 2009 23:06:21 +0000 (16:06 -0700)]
AI 144136: Make calendar widget correctly launch Calendar app 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
  BUG=1752489

Automated import of CL 144136

15 years agoMerge commit 'goog/readonly-p4-master'
The Android Open Source Project [Wed, 1 Apr 2009 04:34:26 +0000 (21:34 -0700)]
Merge commit 'goog/readonly-p4-master'

15 years agoAI 143922: am: CL 143921 am: CL 143920 Fixed a bug with reminders not getting saved...
Jack Veenstra [Wed, 1 Apr 2009 02:28:36 +0000 (19:28 -0700)]
AI 143922: am: CL 143921 am: CL 143920 Fixed a bug with reminders not getting saved if a single instance of a
  recurring event was changed.
  Original author: veenstra
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143922

15 years agoAI 143921: am: CL 143920 Fixed a bug with reminders not getting saved if a single...
Jack Veenstra [Wed, 1 Apr 2009 02:28:29 +0000 (19:28 -0700)]
AI 143921: am: CL 143920 Fixed a bug with reminders not getting saved if a single instance of a
  recurring event was changed.
  Original author: veenstra
  Merged from: //branches/cupcake/...

Automated import of CL 143921

15 years agoAI 143920: Fixed a bug with reminders not getting saved if a single instance of a
Jack Veenstra [Wed, 1 Apr 2009 02:25:25 +0000 (19:25 -0700)]
AI 143920: Fixed a bug with reminders not getting saved if a single instance of a
  recurring event was changed.
  BUG=1740579

Automated import of CL 143920

15 years agoMerge branch 'open_source_no_contributions' into google_internal
The Android Open Source Project [Tue, 31 Mar 2009 23:19:18 +0000 (16:19 -0700)]
Merge branch 'open_source_no_contributions' into google_internal

15 years agoAI 143364: am: CL 143214 am: CL 143009 More work on issue #1739507 (kila-user build...
Dianne Hackborn [Sat, 28 Mar 2009 02:19:20 +0000 (19:19 -0700)]
AI 143364: am: CL 143214 am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found.
  Original author: hackbod
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143364

15 years agoAI 143346: am: CL 143195 am: CL 142959 Adjust formatting in the week view of the...
Eric Fischer [Sat, 28 Mar 2009 01:58:23 +0000 (18:58 -0700)]
AI 143346: am: CL 143195 am: CL 142959 Adjust formatting in the week view of the Calendar 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/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143346

15 years agoAI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big...
Dianne Hackborn [Sat, 28 Mar 2009 01:26:13 +0000 (18:26 -0700)]
AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found.
  Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143214

15 years agoAI 143195: am: CL 142959 Adjust formatting in the week view of the Calendar for Japanese.
Eric Fischer [Sat, 28 Mar 2009 00:24:46 +0000 (17:24 -0700)]
AI 143195: am: CL 142959 Adjust formatting in the week view of the Calendar 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

15 years agoMerge commit 'korg/cupcake'
The Android Open Source Project [Fri, 27 Mar 2009 22:31:12 +0000 (15:31 -0700)]
Merge commit 'korg/cupcake'

15 years agoAutomated import from //branches/cupcake/...@143009,143009
Dianne Hackborn [Thu, 26 Mar 2009 23:28:26 +0000 (16:28 -0700)]
Automated import from //branches/cupcake/...@143009,143009

15 years agoAutomated import from //branches/cupcake/...@142959,142959
Eric Fischer [Thu, 26 Mar 2009 19:08:50 +0000 (12:08 -0700)]
Automated import from //branches/cupcake/...@142959,142959

15 years agoAutomated import from //branches/master/...@142681,142681
Michael Chan [Wed, 25 Mar 2009 22:33:56 +0000 (15:33 -0700)]
Automated import from //branches/master/...@142681,142681

15 years agoAutomated import from //branches/master/...@142680,142680
Michael Chan [Wed, 25 Mar 2009 22:32:32 +0000 (15:32 -0700)]
Automated import from //branches/master/...@142680,142680

15 years agoAutomated import from //branches/donutburger/...@142626,142626
Michael Chan [Wed, 25 Mar 2009 22:16:51 +0000 (15:16 -0700)]
Automated import from //branches/donutburger/...@142626,142626

15 years agoAutomated import from //branches/donutburger/...@142619,142619
Michael Chan [Wed, 25 Mar 2009 22:12:37 +0000 (15:12 -0700)]
Automated import from //branches/donutburger/...@142619,142619