OSDN Git Service

android-x86/packages-apps-Calendar.git
14 years agoadd notouch resources to avoid crash eclair-x86
Chih-Wei Huang [Wed, 6 Jan 2010 03:52:17 +0000 (11:52 +0800)]
add notouch resources to avoid crash

14 years agoreconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:09:39 +0000 (08:09 -0800)]
reconcile main tree with open-source eclair

14 years agoreconcile android-2.1_r1 snapshot
The Android Open Source Project [Fri, 29 Jan 2010 22:09:21 +0000 (14:09 -0800)]
reconcile android-2.1_r1 snapshot

14 years agob/2377547 Fixed a test hard codes the "current year". So come happy new year and...
Michael Chan [Wed, 20 Jan 2010 22:39:40 +0000 (14:39 -0800)]
b/2377547 Fixed a test hard codes the "current year". So come happy new year and the test fails.

Change-Id: I4f8731cc8c23965e87a01fe1132b0478ee5713ad

14 years agoandroid-2.1_r1 snapshot
The Android Open Source Project [Tue, 12 Jan 2010 23:19:09 +0000 (15:19 -0800)]
android-2.1_r1 snapshot

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 10 Dec 2009 01:24:56 +0000 (17:24 -0800)]
Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Wed, 2 Dec 2009 22:55:47 +0000 (14:55 -0800)]
Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 30 Nov 2009 19:35:09 +0000 (11:35 -0800)]
Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Sat, 14 Nov 2009 01:15:28 +0000 (17:15 -0800)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoeclair snapshot
Jean-Baptiste Queru [Fri, 13 Nov 2009 02:46:08 +0000 (18:46 -0800)]
eclair snapshot

14 years agob/2194249 Prevent Calendar from playing multiple notification tones around the same...
Michael Chan [Thu, 29 Oct 2009 07:17:21 +0000 (00:17 -0700)]
b/2194249 Prevent Calendar from playing multiple notification tones around the same time.
This is a safe but temp fix for overlapping ringtones playing at the same time.

Change-Id: I8d8bc976837c0ef036626fd991bfcd2c91772c64

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 29 Oct 2009 04:17:50 +0000 (21:17 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Wed, 21 Oct 2009 17:43:08 +0000 (10:43 -0700)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoam 92a90a31: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 8 Oct 2009 22:02:35 +0000 (15:02 -0700)]
am 92a90a31: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '92a90a31c8842b89793771784719c52950c9237e' into eclair

* commit '92a90a31c8842b89793771784719c52950c9237e':
  Import revised translations.  DO NOT MERGE

14 years agoFix issue #2171460: Turn off background blurring of power dialog
Dianne Hackborn [Wed, 7 Oct 2009 23:14:29 +0000 (16:14 -0700)]
Fix issue #2171460: Turn off background blurring of power dialog

The calendar alert dialog was also using background dimming, but
this is a complete waste since it is full screen.

Change-Id: I59efb00b23f184251e706212bc94f75a04438d6e

14 years agob/2167301 Guests were dropped when creating an exception to a recurring event.
Michael Chan [Mon, 5 Oct 2009 23:35:10 +0000 (16:35 -0700)]
b/2167301 Guests were dropped when creating an exception to a recurring event.

Change-Id: I7edb7db58eedc48c953d69cf3f2693e1c4d4a452

14 years agoaccount manager api review changes
Fred Quintana [Sat, 3 Oct 2009 00:19:17 +0000 (17:19 -0700)]
account manager api review changes

14 years agoset the attendee email when changing your own attendance in the attendees table,...
Debajit Ghosh [Fri, 2 Oct 2009 19:37:51 +0000 (12:37 -0700)]
set the attendee email when changing your own attendance in the attendees table, so some calendar provider code can update the self attendance in the Event.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 1 Oct 2009 23:56:02 +0000 (16:56 -0700)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoMerge change I30c38243 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 13:38:19 +0000 (09:38 -0400)]
Merge change I30c38243 into eclair

* changes:
  b/1972231 A tweak to improve on going to a specific time in the agenda view e.g. from weekview or widget.

14 years agoMerge change I6148797f into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 13:37:48 +0000 (09:37 -0400)]
Merge change I6148797f into eclair

* changes:
  Round off new events created from the month view... if the user previously did "Go to Today"

14 years agob/1972231 A tweak to improve on going to a specific time in the agenda view e.g....
Michael Chan [Thu, 1 Oct 2009 07:21:59 +0000 (00:21 -0700)]
b/1972231 A tweak to improve on going to a specific time in the agenda view e.g. from weekview or widget.

The root problem is that ListView ignores my setSelection() call if
notifyDataSetChange is called before it has a chance to redraw.  This can happen
when Agenda view starts up and fires off multiple queries.

Change-Id: I30c382432961dbf2d7788723343764b51a665657

14 years agoRound off new events created from the month view... if the user previously did "Go...
Michael Chan [Thu, 1 Oct 2009 07:16:42 +0000 (00:16 -0700)]
Round off new events created from the month view... if the user previously did "Go to Today"

Change-Id: I6148797f9d8c36c65828738fb5ad236577556bcd

14 years agoMerge change I710d4ade into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 06:32:33 +0000 (02:32 -0400)]
Merge change I710d4ade into eclair

* changes:
  Add hasAttendeeData for new events.

14 years agoAdd hasAttendeeData for new events.
Ken Shirriff [Thu, 1 Oct 2009 06:17:05 +0000 (23:17 -0700)]
Add hasAttendeeData for new events.

This is necessary for the guests field to be editable before the event is synced.

14 years agoMerge change Iddaa2885 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 04:46:07 +0000 (00:46 -0400)]
Merge change Iddaa2885 into eclair

* changes:
  b/2158629 Fixed the problem where inviting attendees with pretty display names do not work e.g. "Silly Mike" <mike@mike.com>.

14 years agob/2158629 Fixed the problem where inviting attendees with pretty display names do...
Michael Chan [Thu, 1 Oct 2009 04:37:22 +0000 (21:37 -0700)]
b/2158629 Fixed the problem where inviting attendees with pretty display names do not work e.g. "Silly Mike" <mike@mike.com>.

Change-Id: Iddaa2885be1a89479e06e336c902b53461414dac

14 years agoFasttrack->QuickContact
Evan Millar [Thu, 1 Oct 2009 02:29:25 +0000 (19:29 -0700)]
Fasttrack->QuickContact

Change-Id: I78c9166f01511172f2ba72fc2d595014e7690bd7

14 years agoMerge change I161a5026 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 00:55:13 +0000 (20:55 -0400)]
Merge change I161a5026 into eclair

* changes:
  b/2157070 Fixed the Calendar event reminder alert.

14 years agob/2157070 Fixed the Calendar event reminder alert.
Michael Chan [Wed, 30 Sep 2009 18:44:16 +0000 (11:44 -0700)]
b/2157070 Fixed the Calendar event reminder alert.

Change-Id: I161a5026307717209f98e3e14394e13ab6a592cf

14 years agoChange FasttrackBadgeWidget->QuickContactBadge
Evan Millar [Wed, 30 Sep 2009 01:08:53 +0000 (18:08 -0700)]
Change FasttrackBadgeWidget->QuickContactBadge

Change-Id: Ib2c1fa93fe92833b4dd13ab4552816ed12904765

14 years agoNewer icons
Mike Cleron [Wed, 30 Sep 2009 08:11:42 +0000 (01:11 -0700)]
Newer icons

14 years agoMerge change Ie7acf3bd into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 04:35:38 +0000 (00:35 -0400)]
Merge change Ie7acf3bd into eclair

* changes:
  New hdpi assets.

14 years agoNew hdpi assets.
Daniel Sandler [Wed, 30 Sep 2009 04:32:02 +0000 (00:32 -0400)]
New hdpi assets.

Drop dated 29-Sep-2009.

Change-Id: Ie7acf3bddad2b09087458ad23ed96031e00b3ab8

14 years agoMerge change I404f895f into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 01:10:42 +0000 (21:10 -0400)]
Merge change I404f895f into eclair

* changes:
  b/2078757 Validate the authority of the intent.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 29 Sep 2009 23:40:55 +0000 (16:40 -0700)]
Import revised translations.  DO NOT MERGE

14 years agob/2078757 Validate the authority of the intent.
Michael Chan [Tue, 29 Sep 2009 21:46:44 +0000 (14:46 -0700)]
b/2078757 Validate the authority of the intent.

Change-Id: I404f895fc17f522c53b43e6a6e76eb8e175f7aa2

14 years agoNew icons
Mike Cleron [Tue, 29 Sep 2009 06:59:52 +0000 (23:59 -0700)]
New icons

14 years agob/2113463 Fixed Flickering of screen when we move from month view to day view and...
Michael Chan [Mon, 28 Sep 2009 23:50:46 +0000 (16:50 -0700)]
b/2113463 Fixed Flickering of screen when we move from month view to day view and vice versa

Change-Id: I2f96578f2697225182f85c49efe499337151a039

14 years agoMerge change I6d696a98 into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 00:02:10 +0000 (20:02 -0400)]
Merge change I6d696a98 into eclair

* changes:
  b/2123455 Single tap on an event will always launch the event details.

14 years agofix bug in event response logic: if guests have been hidden, you should be able to...
Debajit Ghosh [Mon, 28 Sep 2009 07:04:20 +0000 (00:04 -0700)]
fix bug in event response logic: if guests have been hidden, you should be able to respond to the event.

14 years agoRenaming Presence and Presence-related columns.
Dmitri Plotnikov [Mon, 28 Sep 2009 00:32:35 +0000 (17:32 -0700)]
Renaming Presence and Presence-related columns.

Change-Id: I6740a0ff129648f6dabc52dae55c05c434673ac2

14 years agoMerge change 27334 into eclair
Android (Google) Code Review [Mon, 28 Sep 2009 00:02:11 +0000 (20:02 -0400)]
Merge change 27334 into eclair

* changes:
  make EventInfoActivity handle hasAttendeeData.

14 years agomake EventInfoActivity handle hasAttendeeData.
Debajit Ghosh [Sun, 27 Sep 2009 23:08:29 +0000 (16:08 -0700)]
make EventInfoActivity handle hasAttendeeData.

only show organizer if we know the organizer and if we're not the organizer.
only allow editing response if we're not the organizer.
show the event as an invite if we're not the organizer.

14 years agoMerge change 27326 into eclair
Android (Google) Code Review [Sun, 27 Sep 2009 23:02:12 +0000 (19:02 -0400)]
Merge change 27326 into eclair

* changes:
  Use onStartCommand() in AlertService.

14 years agoUse onStartCommand() in AlertService.
Ken Shirriff [Sun, 27 Sep 2009 22:21:09 +0000 (15:21 -0700)]
Use onStartCommand() in AlertService.

This service is supposed to handle an intent, so it uses START_REDELIVER_INTENT
to make sure the intent is handled.

14 years agob/2123455 Single tap on an event will always launch the event details.
Michael Chan [Sun, 27 Sep 2009 06:35:31 +0000 (23:35 -0700)]
b/2123455 Single tap on an event will always launch the event details.

Previously,
a "short" press would trigger the hover card. This has been removed.
a "medium" press would launch the event details.
a "long" press woudl trigger the long press menu.

Change-Id: I6d696a988e11fdd3d06950ed89048f4efbc0064f

14 years agob/2138277 Hide the Guests editview if has_attendees is false
Michael Chan [Thu, 24 Sep 2009 06:11:11 +0000 (23:11 -0700)]
b/2138277 Hide the Guests editview if has_attendees is false

Change-Id: Iec9cb36534fdf0e8c5dce7bb67b91f55c6d2a467

14 years agoFix calendar edit NPE.
Ken Shirriff [Tue, 22 Sep 2009 23:34:51 +0000 (16:34 -0700)]
Fix calendar edit NPE.

mCalendarsCursor could be null, so get the owner account from onCreate().

14 years agoMerge change 26789 into eclair
Android (Google) Code Review [Thu, 24 Sep 2009 05:31:32 +0000 (01:31 -0400)]
Merge change 26789 into eclair

* changes:
  b/2071368 Switch to use the new fasttrack widget and asset from the framework Removed the user's status from the list because  1) it doesn't make sense for event without other guests and  2) there's a response spinner for events with guests. b/2092806 Eliminate the unneeded badge refreshes after fasttrack goes away

14 years agob/2071368 Switch to use the new fasttrack widget and asset from the framework
Michael Chan [Wed, 23 Sep 2009 18:37:38 +0000 (11:37 -0700)]
b/2071368 Switch to use the new fasttrack widget and asset from the framework
Removed the user's status from the list because
 1) it doesn't make sense for event without other guests and
 2) there's a response spinner for events with guests.
b/2092806 Eliminate the unneeded badge refreshes after fasttrack goes away

Change-Id: I5a2d7d3265dce97b23e279259ed0541247f7123a

14 years agoonly add new attendees, delete removed attendees on event edits.
Debajit Ghosh [Wed, 23 Sep 2009 03:34:37 +0000 (20:34 -0700)]
only add new attendees, delete removed attendees on event edits.

14 years agoMerge change 26251 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 05:04:06 +0000 (01:04 -0400)]
Merge change 26251 into eclair

* changes:
  b/2123503 Fixed getEventByPosition() to return the local timezone for begin time for all day events instead of UTC. Also return unique item id's so ListView can correctly identify each item.

14 years agob/2123503 Fixed getEventByPosition() to return the local timezone for begin time...
Michael Chan [Fri, 18 Sep 2009 00:41:07 +0000 (17:41 -0700)]
b/2123503 Fixed getEventByPosition() to return the local timezone for begin time for all day events instead of UTC.
Also return unique item id's so ListView can correctly identify each item.

Change-Id: Ic93a6a717145adbaf4f997f3e914c236dd2f6c61

14 years agoCalendar can now use Theme.NoDisplay now that it works.
Dianne Hackborn [Mon, 21 Sep 2009 07:36:12 +0000 (00:36 -0700)]
Calendar can now use Theme.NoDisplay now that it works.

Change-Id: I66c38ea8d9551be7e499b12d8240deae00fb0666

14 years agoMerge change 26091 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 04:30:23 +0000 (00:30 -0400)]
Merge change 26091 into eclair

* changes:
  be sure to close the presence cursor when displaying event info.

14 years agobe sure to close the presence cursor when displaying event info.
Debajit Ghosh [Mon, 21 Sep 2009 01:16:53 +0000 (18:16 -0700)]
be sure to close the presence cursor when displaying event info.

14 years agoFix bug2123514 and a handful of other string edits.
Roy West [Mon, 21 Sep 2009 00:33:41 +0000 (17:33 -0700)]
Fix bug2123514 and a handful of other string edits.

14 years agoMerge change 25848 into eclair
Android (Google) Code Review [Sun, 20 Sep 2009 14:49:28 +0000 (10:49 -0400)]
Merge change 25848 into eclair

* changes:
  Switching to streamlined naming of contact Data columns.

14 years agoSwitching to streamlined naming of contact Data columns.
Dmitri Plotnikov [Fri, 18 Sep 2009 22:51:45 +0000 (15:51 -0700)]
Switching to streamlined naming of contact Data columns.

Change-Id: I42a8f731c8b77eba267ca0dcc5c57e0d893f18ec

14 years agofix bug where the default reminders get added in onRestore(), rather than once in...
Debajit Ghosh [Sat, 19 Sep 2009 00:55:23 +0000 (17:55 -0700)]
fix bug where the default reminders get added in onRestore(), rather than once in onCreate().

14 years agoSwitch Calendar to new FastTrack API.
Jeff Sharkey [Fri, 18 Sep 2009 04:28:48 +0000 (21:28 -0700)]
Switch Calendar to new FastTrack API.

As part of http://b/2087222 we have a new API specifically
for launching FastTrack.  This allows SHOW_OR_CREATE to be
returned to its original behavior.

I've tested this change and confirmed that it's WAI, and
may have also fixed up some deprecated references.

14 years agoMerge change 25436 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 23:11:20 +0000 (19:11 -0400)]
Merge change 25436 into eclair

* changes:
  set the email validator in all cases, to make sure guest email addresses are validated.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 21:29:16 +0000 (14:29 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoset the email validator in all cases, to make sure guest email addresses are validated.
Debajit Ghosh [Thu, 17 Sep 2009 03:23:34 +0000 (20:23 -0700)]
set the email validator in all cases, to make sure guest email addresses are validated.

14 years agob/2106929 Resume to previous calendar view.
Michael Chan [Tue, 15 Sep 2009 21:44:43 +0000 (14:44 -0700)]
b/2106929 Resume to previous calendar view.

14 years agoMerge change 25365 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 18:10:13 +0000 (14:10 -0400)]
Merge change 25365 into eclair

* changes:
  b/2123505 Change the name of the activity that intercept email links for calendar app from "View Event" to "Calendar"

14 years agoMerge change 25453 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 17:59:38 +0000 (13:59 -0400)]
Merge change 25453 into eclair

* changes:
  b/2126473 Update Calendar Code to handle Back key events when released, not when pressed

14 years agoMerge change 25407 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 17:39:12 +0000 (13:39 -0400)]
Merge change 25407 into eclair

* changes:
  b/2121398 b/2089742 Fixed auto-complete when adding attendees (by updating to new contacts api)

14 years agob/2126473 Update Calendar Code to handle Back key events when released, not when...
Michael Chan [Thu, 17 Sep 2009 06:18:54 +0000 (23:18 -0700)]
b/2126473 Update Calendar Code to handle Back key events when released, not when pressed

14 years agob/2110458 Fixed the problem where 2 clicks were needed to invoke fasttrace from Event...
Michael Chan [Thu, 17 Sep 2009 04:30:21 +0000 (21:30 -0700)]
b/2110458 Fixed the problem where 2 clicks were needed to invoke fasttrace from EventDetails
Fixed the problem where the trackball wasn't highlighting the badge.

14 years agob/2121398 b/2089742 Fixed auto-complete when adding attendees (by updating to new...
Michael Chan [Thu, 17 Sep 2009 00:34:28 +0000 (17:34 -0700)]
b/2121398 b/2089742 Fixed auto-complete when adding attendees (by updating to new contacts api)

The code was taken from com.android.email.EmailAddressAdapter and customized for Calendar.

14 years agob/2123505 Change the name of the activity that intercept email links for calendar...
Michael Chan [Wed, 16 Sep 2009 22:17:57 +0000 (15:17 -0700)]
b/2123505 Change the name of the activity that intercept email links for calendar app from "View Event" to "Calendar"

14 years agob/2098570 Mark response as Yes when creating a Calendar event
Michael Chan [Sat, 12 Sep 2009 00:16:32 +0000 (17:16 -0700)]
b/2098570 Mark response as Yes when creating a Calendar event

14 years agob/2098823 Fixed the problem where Delete and Edit Event weren't showing in long press...
Michael Chan [Fri, 11 Sep 2009 21:42:31 +0000 (14:42 -0700)]
b/2098823 Fixed the problem where Delete and Edit Event weren't showing in long press menus. Make use of the new organizer and guestCanModifyEvent columns.

14 years agob/1565071 Rename the string "Presence" to "Show me as" to match the web ui for Calendar.
Michael Chan [Wed, 9 Sep 2009 20:14:58 +0000 (13:14 -0700)]
b/1565071 Rename the string "Presence" to "Show me as" to match the web ui for Calendar.

14 years agoMerge change 24271 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 00:22:42 +0000 (17:22 -0700)]
Merge change 24271 into eclair

* changes:
  b/2102011 Fix the problem where multi-day events may appear multiple times in the Agenda view.

14 years agob/2102011 Fix the problem where multi-day events may appear multiple times in the...
Michael Chan [Tue, 8 Sep 2009 17:52:58 +0000 (10:52 -0700)]
b/2102011 Fix the problem where multi-day events may appear multiple times in the Agenda view.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Sep 2009 23:25:30 +0000 (16:25 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoFixed a bunch of problems when moving among agenda/day/week/month views.
Michael Chan [Fri, 14 Aug 2009 20:03:39 +0000 (13:03 -0700)]
Fixed a bunch of problems when moving among agenda/day/week/month views.

b/1438315 Fixed problems introduced in the new back behavior.
b/2077287 Fixed the problem where you sometimes end up in 1969 when switch among the agenda/day/week/month views.
b/2076791  The selected date is preserved when switch to various views.
Removed scroll bar in agenda view as the header was not a static list of events anymore
Cleaned up some TODOs.

14 years ago- b/2067801 Show event organizer in event info
Michael Chan [Mon, 31 Aug 2009 06:28:46 +0000 (23:28 -0700)]
- b/2067801 Show event organizer in event info
- b/2065026 Moved attendence status on top of other guests' status
- In event info, hide "Add reminder" when adding is not possible i.e. reminders > 5 or busy/free calendar
- Show the Edit event option when appropritate i.e. has write calendar access and (event creator or guest_can_edit flag on)

14 years ago- b/1412318 Edit Event Fit and finish - Added spinner prompts for Calendar, Repeats...
Michael Chan [Mon, 31 Aug 2009 06:28:03 +0000 (23:28 -0700)]
- b/1412318 Edit Event Fit and finish - Added spinner prompts for Calendar, Repeats, Presence, and Privacy.
- Pick the email domain of the correct calendar and use it for email validation

14 years agoHigh-resolution (hdpi) artwork from TAT for Calendar.
Daniel Sandler [Fri, 28 Aug 2009 18:51:55 +0000 (14:51 -0400)]
High-resolution (hdpi) artwork from TAT for Calendar.

14 years agoMerge change 23090 into eclair
Android (Google) Code Review [Fri, 28 Aug 2009 16:58:43 +0000 (09:58 -0700)]
Merge change 23090 into eclair

* changes:
  No more guessing. Save the attendence response to the correct attendee. Show the attendence response option only when appropriate. b/2061105

14 years agoMerge change 23093 into eclair
Android (Google) Code Review [Fri, 28 Aug 2009 16:57:15 +0000 (09:57 -0700)]
Merge change 23093 into eclair

* changes:
  Revert the new back behavior change. It was causing views to not go to the right time. b/2077287 b/2076791

14 years agoNo more guessing. Save the attendence response to the correct attendee. Show the...
Michael Chan [Fri, 28 Aug 2009 12:36:02 +0000 (05:36 -0700)]
No more guessing. Save the attendence response to the correct attendee. Show the attendence response option only when appropriate.
b/2061105

14 years agoRevert the new back behavior change. It was causing views to not go to the right...
Michael Chan [Fri, 28 Aug 2009 12:51:54 +0000 (05:51 -0700)]
Revert the new back behavior change. It was causing views to not go to the right time.
b/2077287 b/2076791

14 years agob/2049942 Remove debug P: string in agenda view
Michael Chan [Fri, 28 Aug 2009 12:47:59 +0000 (05:47 -0700)]
b/2049942 Remove debug P: string in agenda view

14 years ago- Update eventinfo to use the new contacts2 api
Michael Chan [Tue, 25 Aug 2009 06:22:25 +0000 (23:22 -0700)]
- Update eventinfo to use the new contacts2 api
- Added sorting to the guests
- Improved performance on start of event info.
- Less change of ANRs on launch since queries are moved to background thread
- Integration with the fast track

14 years agoDon't load presence as it's not working right now.
Jeff Hamilton [Fri, 21 Aug 2009 23:40:10 +0000 (18:40 -0500)]
Don't load presence as it's not working right now.

14 years agob/1997693 Updated Calendar app to support other screen densities
Michael Chan [Mon, 17 Aug 2009 17:45:51 +0000 (10:45 -0700)]
b/1997693 Updated Calendar app to support other screen densities

14 years agoam c8c1fc5c: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Aug 2009 18:00:34 +0000 (11:00 -0700)]
am c8c1fc5c: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'c8c1fc5c8dea938c44518deeeb2e5c38968d19e1' into eclair

* commit 'c8c1fc5c8dea938c44518deeeb2e5c38968d19e1':
  Import revised translations.  DO NOT MERGE

14 years agoEnable event title in the calendar week view
Michael Chan [Mon, 17 Aug 2009 21:27:07 +0000 (14:27 -0700)]
Enable event title in the calendar week view

If the event box is big enough, the event title will be shown just like in the Day view.
That include:
1) events longer than 1 hour unless in portrait mode and
   the event overlaps with another event in the same period,
2) events longer than 1 hour unless in landscape mode and
   the event overlaps with more than 2 events in the same time period,
3) all day events unless there are too many of them,

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 17 Aug 2009 20:14:27 +0000 (13:14 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoMerge change 21409 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 17:42:36 +0000 (10:42 -0700)]
Merge change 21409 into eclair

* changes:
  b/1438315 Fixed back behavior for Calendar.

14 years agodo not merge: cherrypicked 53f5bc273b81a3761242d3356ed8490b5e6797f2 and 6a0f4ad567c09...
Fred Quintana [Sun, 16 Aug 2009 04:47:53 +0000 (21:47 -0700)]
do not merge: cherrypicked 53f5bc273b81a3761242d3356ed8490b5e6797f2 and 6a0f4ad567c09827185e64109ef84275332e8d56 from master branch

14 years agob/2008662 Fixed the problem with Calendar crashing on startup.
Michael Chan [Sat, 15 Aug 2009 04:03:41 +0000 (21:03 -0700)]
b/2008662 Fixed the problem with Calendar crashing on startup.

The root cause is somewhere in the framework so this is a workaround
until that gets fixed.

14 years agob/1438315 Fixed back behavior for Calendar.
Michael Chan [Sat, 15 Aug 2009 03:50:21 +0000 (20:50 -0700)]
b/1438315 Fixed back behavior for Calendar.

When traversing among the Agenda, Day, Week, and Month views, only one instance of each view
will be saved in the activity stack. For example, if one were to go to Agenda, Day, Week, Day,
then Agenda, pressing the back multiple times from Agenda view will yield the following: Day,
Week, then Home.

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