OSDN Git Service

android-x86/packages-apps-Calendar.git
14 years agoMerge "b/2504857 Changed EventRecurrenceFormatter to use the same days as DateUtils"
Erik [Thu, 11 Mar 2010 00:06:43 +0000 (16:06 -0800)]
Merge "b/2504857 Changed EventRecurrenceFormatter to use the same days as DateUtils"

14 years agob/2504857 Changed EventRecurrenceFormatter to use the same days as DateUtils
Erik [Wed, 10 Mar 2010 23:51:33 +0000 (15:51 -0800)]
b/2504857 Changed EventRecurrenceFormatter to use the same days as DateUtils

EventRecurrenceFormatter was redefining its own set of day numbers which were
different than the ones used by DateUtils. Changed ERF to use the same days
so now they can both be updated from the same place without the hidden
dependency.

Change-Id: Ibafc21b8fbabbbc49fd9cd309f2a8bf63e776b8e

14 years agob/2496984 Added check for invalid attendee when saving response
Erik [Wed, 10 Mar 2010 23:37:11 +0000 (15:37 -0800)]
b/2496984 Added check for invalid attendee when saving response

Monkey was managing to save without a valid ownerAccount being found
which caused an attendee id of -1 to be passed in. Added a check to
protect against this.

Change-Id: I9e55768965594dd43e0cf488852acf928ff09dce

14 years agob/2500485 Made Agenda View update when there are no events found.
Erik [Tue, 9 Mar 2010 23:21:28 +0000 (15:21 -0800)]
b/2500485 Made Agenda View update when there are no events found.

Agenda View was continuing to display removed events. Changed check for doing
update to also update if QUERY_TYPE_CLEAN is set. This forces it to update for
changes to the background data whether or not it returns any items.

Change-Id: I48fd4b32538c595e74dec13b6bd3ebce4cf280dc

14 years agoMerge "b/2492707 If all guests have no response will be called 'Guests' not 'Maybe'"
Erik [Tue, 9 Mar 2010 17:52:06 +0000 (09:52 -0800)]
Merge "b/2492707 If all guests have no response will be called 'Guests' not 'Maybe'"

14 years agob/2492707 If all guests have no response will be called 'Guests' not 'Maybe'
Erik [Tue, 9 Mar 2010 03:56:42 +0000 (19:56 -0800)]
b/2492707 If all guests have no response will be called 'Guests' not 'Maybe'

Now if no one has responded (or responses aren't available, such as Ex2003)
guests will be listed under the heading 'Guests <#>' instead of 'Maybe <#>'.
Once a response is received they will again be listed under Yes/No/Maybe.

Change-Id: I1711428629a81380991cc6110f94bf4bf9057649

14 years agoMerge "b/2496655 Changed launcher to use a default detailed view."
Erik [Tue, 9 Mar 2010 17:39:50 +0000 (09:39 -0800)]
Merge "b/2496655 Changed launcher to use a default detailed view."

14 years agob/2496655 Changed launcher to use a default detailed view.
Erik [Tue, 9 Mar 2010 03:54:55 +0000 (19:54 -0800)]
b/2496655 Changed launcher to use a default detailed view.

prefs for Calendar seems to have lost a detailed view setting. Changed launcher
to use a default one if it isn't found. Also, a bug fix in getPathSegments()
cause an off by one error for one of our checks which caused us to always go to
the current time. Updated timeFromintentInMillis to fix this.

Change-Id: I78bc380590b8bfae6c475f5e302a4e6a5d082258

14 years agoAdd an empty CleanSpec.mk
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:04:57 +0000 (18:04 -0800)]
Add an empty CleanSpec.mk

Change-Id: I7ede0c3ea1fbb1605d743dc1648f5526ed3304ac

14 years agoMerge "Some minor code fixes including cursor management."
Erik [Fri, 5 Mar 2010 20:17:52 +0000 (12:17 -0800)]
Merge "Some minor code fixes including cursor management."

14 years agoSome minor code fixes including cursor management.
Erik [Fri, 5 Mar 2010 18:12:12 +0000 (10:12 -0800)]
Some minor code fixes including cursor management.

Two small fixes. First is new events set to start and end on the epoch get moved
to the current time rounded up to the half hour, but if you were on the hour they
were getting bumped to the next hour. Now they stay on the current hour. Second
is some cursor management in SelectCalendars to ensure all cursors get closed
properly.

14 years agoImport new translations
Eric Fischer [Thu, 4 Mar 2010 22:04:10 +0000 (14:04 -0800)]
Import new translations

14 years agob/2486000 Fixed check to see if attendees are organizer.
Erik [Thu, 4 Mar 2010 18:33:35 +0000 (10:33 -0800)]
b/2486000 Fixed check to see if attendees are organizer.

We were doing an equals instead of equalsIgnoreCase check to see if we were
the organizer of an event which was causing the wrong information to be
displayed in EventInfo.

14 years agoMerge "Fix problem from unclosed cursor."
Ken Shirriff [Thu, 4 Mar 2010 04:28:02 +0000 (20:28 -0800)]
Merge "Fix problem from unclosed cursor."

14 years agoFix problem from unclosed cursor.
Ken Shirriff [Thu, 4 Mar 2010 01:38:28 +0000 (17:38 -0800)]
Fix problem from unclosed cursor.

bug nnn

14 years agob/2171008 Made onPause update hasAlarm in db.
Erik [Wed, 3 Mar 2010 00:15:02 +0000 (16:15 -0800)]
b/2171008 Made onPause update hasAlarm in db.

Added an update for hasAlarm to onPause so adding/removing reminders
will be saved correctly from EventInfoActivity.

14 years agob/2293262 Add About section to Calendar Settings
Michael Chan [Tue, 2 Mar 2010 06:22:48 +0000 (22:22 -0800)]
b/2293262 Add About section to Calendar Settings

Change-Id: I5f797b67bd4887b37949905d151a2409949090fc

14 years agoMerge "Don't unbundle calendar app."
Ken Shirriff [Tue, 2 Mar 2010 22:29:04 +0000 (14:29 -0800)]
Merge "Don't unbundle calendar app."

14 years agoMerge "b/2480033 b/2124902 Added descriptions to calendar strings, changed 2 strings"
Erik [Tue, 2 Mar 2010 21:32:15 +0000 (13:32 -0800)]
Merge "b/2480033 b/2124902 Added descriptions to calendar strings, changed 2 strings"

14 years agob/2480033 b/2124902 Added descriptions to calendar strings, changed 2 strings
Erik [Tue, 2 Mar 2010 18:46:05 +0000 (10:46 -0800)]
b/2480033 b/2124902 Added descriptions to calendar strings, changed 2 strings

Some string values in Calendar were missing descriptions. Also, used present tense
instead of past tense when an event was created or saved. Changed to be consistent
with contacts.

14 years agoDon't unbundle calendar app.
Ken Shirriff [Tue, 2 Mar 2010 21:15:27 +0000 (13:15 -0800)]
Don't unbundle calendar app.

The calendar.jar didn't work for unbunding.
bug 2468654

14 years agoMerge "b/2336411 Added check to ensure cursor is not empty."
Erik [Tue, 2 Mar 2010 18:57:30 +0000 (10:57 -0800)]
Merge "b/2336411 Added check to ensure cursor is not empty."

14 years agob/2336411 Added check to ensure cursor is not empty.
Erik [Tue, 2 Mar 2010 00:46:54 +0000 (16:46 -0800)]
b/2336411 Added check to ensure cursor is not empty.

Looks like monkey was cancelling before an event could be loaded causing an empty cursor
to be returned. Added a check to guard against this.

14 years agoRemove unused IcsImportActivity.
Ken Shirriff [Mon, 1 Mar 2010 23:24:59 +0000 (15:24 -0800)]
Remove unused IcsImportActivity.

14 years agoMerge "Import new translations."
Eric Fischer [Sat, 27 Feb 2010 02:13:43 +0000 (18:13 -0800)]
Merge "Import new translations."

14 years agoImport new translations.
Eric Fischer [Sat, 27 Feb 2010 01:27:58 +0000 (17:27 -0800)]
Import new translations.

14 years agoMerge "Unbundling: pull the recurrence string formatting out of EventRecurrence and...
Ken Shirriff [Sat, 27 Feb 2010 00:37:42 +0000 (16:37 -0800)]
Merge "Unbundling: pull the recurrence string formatting out of EventRecurrence and move to the calendar app."

14 years agoUnbundling: pull the recurrence string formatting out of EventRecurrence
Ken Shirriff [Sat, 27 Feb 2010 00:06:04 +0000 (16:06 -0800)]
Unbundling: pull the recurrence string formatting out of EventRecurrence
and move to the calendar app.

The motivation is to make EventRecurrence not depend on string resources,
and to move UI stuff into the app.  This will make it easer to move
EventRecurrence into a library.

14 years agoQuick fix to add safer time checking for time from intents.
Erik [Fri, 26 Feb 2010 23:29:37 +0000 (15:29 -0800)]
Quick fix to add safer time checking for time from intents.

14 years agob/2412594 Added an implicit intent filter to the Calendar Launcher.
Erik [Wed, 24 Feb 2010 22:46:03 +0000 (14:46 -0800)]
b/2412594 Added an implicit intent filter to the Calendar Launcher.

Added an implicent intent filter to the Calendar launcher so it will no longer be tied
to the package name. And added functionality to allow a data uri to be passed giving a
time to start the calendar at as well as allowing "VIEW" as an extra with "DAY" to go
to the day view directly.

14 years agob/2273942 Fixed iterator concurrent modification error.
Erik [Wed, 24 Feb 2010 23:47:13 +0000 (15:47 -0800)]
b/2273942 Fixed iterator concurrent modification error.

Invalid addresses were being removed from a list while iterating through it, causing a
ConcurrentModificationException. Changed the loop to use an explicit iterator and do
removals through that iterator.

14 years agob/2431102 Added check on save to ensure a valid calendar was selected.
Erik [Thu, 25 Feb 2010 02:19:03 +0000 (18:19 -0800)]
b/2431102 Added check on save to ensure a valid calendar was selected.

EditEvent performs a background query to get the list of calendars available
before setting a default calendar. This made it possible to hit done on an
event before any calendars could be set. Added a check to ensure a valid
calendar has been selected before a save operation is performed on an event.

14 years agoSwitched launcher to use the add account screen instead of sync settings
Erik [Thu, 18 Feb 2010 21:20:48 +0000 (13:20 -0800)]
Switched launcher to use the add account screen instead of sync settings

Launcher will now send users to the add account screen instead of the sync
settings screen when it can't find an account.

14 years agob/2432256 Work on making children queries run asynchronously.
Erik [Tue, 23 Feb 2010 18:16:10 +0000 (10:16 -0800)]
b/2432256 Work on making children queries run asynchronously.

This adds caching and background queries to the Calendars children queries. This improves
the responsiveness of the Calendars UI during a sync and should also further reduce the
chance of ANRs.

14 years agob/2456755 Remove unneeded resouces.
Michael Chan [Sat, 20 Feb 2010 00:44:09 +0000 (16:44 -0800)]
b/2456755 Remove unneeded resouces.

Change-Id: I479e253bbc5847505e4d08bc917a8743e06e11a4

14 years agoRemoved unused strings
Michael Chan [Fri, 19 Feb 2010 22:57:22 +0000 (14:57 -0800)]
Removed unused strings

Change-Id: Id538e2b8430a75eff48cb7cbd82322a9ff7b142a

14 years agoEnable compilation against the SDK
Michael Chan [Fri, 19 Feb 2010 22:19:57 +0000 (14:19 -0800)]
Enable compilation against the SDK

Change-Id: I162a479284ac1f44f938e10fd28f3ce4871fc099

14 years agoMerge "b/2432256 Rewrite of Calendars to use HashMaps and async updates."
Erik Pasternak [Thu, 18 Feb 2010 21:17:55 +0000 (13:17 -0800)]
Merge "b/2432256 Rewrite of Calendars to use HashMaps and async updates."

14 years agob/2432256 Rewrite of Calendars to use HashMaps and async updates.
Erik [Wed, 17 Feb 2010 19:24:25 +0000 (11:24 -0800)]
b/2432256 Rewrite of Calendars to use HashMaps and async updates.

Changed the way changes to sync states are tracked and updated. Now all
changes are tracked in a hash table which only contains differences from
the initial setting. At save these changes are added to an AsyncQueryHandler
update list to be done in the background. Changes to ExpandableListView and
related need to be made to improve UI response during syncs still.

14 years agoAlways use a consistent name for SharedPreferences.
Jeff Hamilton [Wed, 17 Feb 2010 00:28:16 +0000 (18:28 -0600)]
Always use a consistent name for SharedPreferences.

The code was relying on the package name for
SharedPreferences, which is problematic if running
under a new package name.

Also, remove the use of the shared user ID.

Change-Id: I9d2c8c78588d7b9868318153d0788addb84f11a6

14 years agob/1911244 Increment the day if the end time is earlier than the start time.
Michael Chan [Tue, 16 Feb 2010 22:14:47 +0000 (14:14 -0800)]
b/1911244 Increment the day if the end time is earlier than the start time.

Change-Id: Ic3ecafebec0ba964b9f94671e149c88738b62448

14 years agoMerge "Add an original-package tag that matches the real package name."
Jeff Hamilton [Thu, 11 Feb 2010 22:31:41 +0000 (14:31 -0800)]
Merge "Add an original-package tag that matches the real package name."

14 years agoAdd an original-package tag that matches the real package name.
Jeff Hamilton [Thu, 11 Feb 2010 22:25:47 +0000 (16:25 -0600)]
Add an original-package tag that matches the real package name.

Change-Id: Ic20d1628c9dbd89b6383adf73947bdef084bad91

14 years agoRemove annoying log line
Michael Chan [Thu, 11 Feb 2010 22:06:59 +0000 (14:06 -0800)]
Remove annoying log line

Change-Id: If8ed5e69fbb9c5f29a8e427479852586203b914b

14 years agob/2313182 Cleaned up launch activity with better multi-account handling.
Erik [Wed, 10 Feb 2010 19:21:45 +0000 (11:21 -0800)]
b/2313182 Cleaned up launch activity with better multi-account handling.

Launch activity now just checks for the existence of any account, and if not found
bounces users to the account settings activity where they can add a calendar
supported account. If a non-calendar supported account is found it will let users
enter Calendar but they will be unable to create any events.

14 years agoMerge "Pulled in ContactsAsyncHelper as part of unbundling. Longer term, that part...
Michael Chan [Wed, 10 Feb 2010 17:57:39 +0000 (09:57 -0800)]
Merge "Pulled in ContactsAsyncHelper as part of unbundling. Longer term, that part of the coded needs to cleaned up with a proper a adapter and batched up queries when getting pictures."

14 years agoMerge "b/2273793 Fixed the problem where the user can have an empty event (white...
Michael Chan [Wed, 10 Feb 2010 01:39:18 +0000 (17:39 -0800)]
Merge "b/2273793 Fixed the problem where the user can have an empty event (white space only)"

14 years agoMerge "b/2360864 Added reminder time of 1 minute"
Michael Chan [Wed, 10 Feb 2010 01:39:11 +0000 (17:39 -0800)]
Merge "b/2360864 Added reminder time of 1 minute"

14 years agob/2273793 Fixed the problem where the user can have an empty event (white space only)
Michael Chan [Wed, 10 Feb 2010 01:26:03 +0000 (17:26 -0800)]
b/2273793 Fixed the problem where the user can have an empty event (white space only)

Change-Id: I76bdf42c77e29eb2e13bb751f8af378a192d3981

14 years agob/2360864 Added reminder time of 1 minute
Michael Chan [Wed, 10 Feb 2010 01:13:43 +0000 (17:13 -0800)]
b/2360864 Added reminder time of 1 minute

Change-Id: I716277c389fa6ce06cb90386a35068788516f583

14 years agoPulled in ContactsAsyncHelper as part of unbundling. Longer term, that part of the...
Michael Chan [Tue, 9 Feb 2010 21:32:22 +0000 (13:32 -0800)]
Pulled in ContactsAsyncHelper as part of unbundling. Longer term, that part of the coded needs to cleaned up with a proper a adapter and batched up queries when getting pictures.

Change-Id: I58555e3a1299b5cac60c56b6731cf57401dc0f1c

14 years agoMerge "Update mdpi resource with 2.0 style icon"
Eugene Koh [Tue, 9 Feb 2010 20:22:40 +0000 (12:22 -0800)]
Merge "Update mdpi resource with 2.0 style icon"

14 years agob/2385751 Update string from No subject to No title
Michael Chan [Tue, 9 Feb 2010 20:05:21 +0000 (12:05 -0800)]
b/2385751 Update string from No subject to No title

Change-Id: I7c56f5000d81aff069490edb3a54a8d40ebf0204

14 years agoString tweak for the My Calendars option.
Erik [Mon, 8 Feb 2010 20:57:03 +0000 (12:57 -0800)]
String tweak for the My Calendars option.

Changed from 'Sync & Display Options' to 'Calendars' to provide a shorter
name that fits better in the given space and is easier for i18n.

14 years agoUpdate mdpi resource with 2.0 style icon
Bai Tao [Sat, 6 Feb 2010 08:25:37 +0000 (16:25 +0800)]
Update mdpi resource with 2.0 style icon

14 years agoam b03c3f71: am 9e8cd529: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 22:25:02 +0000 (14:25 -0800)]
am b03c3f71: am 9e8cd529: reconcile main tree with open-source eclair

Merge commit 'b03c3f71949ec42464b80569ec04059510bf0da0'

* commit 'b03c3f71949ec42464b80569ec04059510bf0da0':
  android-2.1_r1 snapshot

14 years agoam 9e8cd529: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:49:29 +0000 (08:49 -0800)]
am 9e8cd529: reconcile main tree with open-source eclair

Merge commit '9e8cd529c75374d55eae51af564dc28c82c81f2b' into eclair-plus-aosp

* commit '9e8cd529c75374d55eae51af564dc28c82c81f2b':
  android-2.1_r1 snapshot

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 agoMerge "Save the last calendar used for event creation as the default for creating...
Michael Chan [Thu, 4 Feb 2010 22:10:42 +0000 (14:10 -0800)]
Merge "Save the last calendar used for event creation as the default for creating the next event."

14 years agoMerge "b/2418284 Added mdpi button images for My Calendars button."
Erik Pasternak [Thu, 4 Feb 2010 22:04:48 +0000 (14:04 -0800)]
Merge "b/2418284 Added mdpi button images for My Calendars button."

14 years agob/2418284 Added mdpi button images for My Calendars button.
Erik [Thu, 4 Feb 2010 21:36:19 +0000 (13:36 -0800)]
b/2418284 Added mdpi button images for My Calendars button.

Should fix the Sync and Display Options crash on medium resolution screens.

14 years agoFix DismissAllAlarmsService.
Ken Shirriff [Thu, 4 Feb 2010 17:43:07 +0000 (09:43 -0800)]
Fix DismissAllAlarmsService.

Updates need to be done on calendar_alerts, not
calendar_alerts_by_instance.  The latter is intended to group results
when querying.

bug 2417941

14 years agoSave the last calendar used for event creation as the default for creating the next...
Michael Chan [Thu, 4 Feb 2010 01:44:37 +0000 (17:44 -0800)]
Save the last calendar used for event creation as the default for creating the next event.

This was done to remove the google dependency.

Change-Id: I14051f1098d3e78ffa76ef2890b9595809c5d186

14 years agoMerge "First step in unbundling Calendar"
Michael Chan [Wed, 3 Feb 2010 20:56:56 +0000 (12:56 -0800)]
Merge "First step in unbundling Calendar"

14 years agoFirst step in unbundling Calendar
Michael Chan [Thu, 28 Jan 2010 02:03:25 +0000 (18:03 -0800)]
First step in unbundling Calendar

Change-Id: I12cf0e4141c069514dec78344592532848983abc

14 years agoMerge "Temp Debug code to figure ANR problems"
Michael Chan [Wed, 3 Feb 2010 03:17:31 +0000 (19:17 -0800)]
Merge "Temp Debug code to figure ANR problems"

14 years agoFix build break
Erik [Wed, 3 Feb 2010 02:28:08 +0000 (18:28 -0800)]
Fix build break

14 years agoTemp Debug code to figure ANR problems
Michael Chan [Wed, 3 Feb 2010 02:14:38 +0000 (18:14 -0800)]
Temp Debug code to figure ANR problems

Change-Id: I716d731e248b57b0580da7a08a927a8a5942285d

14 years agoMerge "b/2123477 Redesign of My Calendars UI."
Erik Pasternak [Wed, 3 Feb 2010 01:54:02 +0000 (17:54 -0800)]
Merge "b/2123477 Redesign of My Calendars UI."

14 years agob/2123477 Redesign of My Calendars UI.
Erik [Tue, 26 Jan 2010 23:42:15 +0000 (15:42 -0800)]
b/2123477 Redesign of My Calendars UI.

Numerous bugs regarding My Calendars, b/2123477 b/2115475 b/2039467 b/1345982
Complete redesign of UI to better support multiple accounts as well as toggling
between synced and visible, just synced, and not synced.

14 years agoMerge "b/2378646 Temporary workaround for Marc to use Exchange Calendar."
Erik Pasternak [Wed, 3 Feb 2010 01:01:51 +0000 (17:01 -0800)]
Merge "b/2378646 Temporary workaround for Marc to use Exchange Calendar."

14 years agob/2378646 Temporary workaround for Marc to use Exchange Calendar.
Erik [Fri, 22 Jan 2010 21:34:33 +0000 (13:34 -0800)]
b/2378646 Temporary workaround for Marc to use Exchange Calendar.

Changes the check for accounts when starting Calendar to see if any accounts are adding
to the Calendars table instead of looking for a Google account. Should allow Exchange
to work without a google account. This version still bounces users to the Google
account creation wizard if no calendar accounts exist.

14 years agoAdded an indicator for the current time.
Erik [Thu, 28 Jan 2010 02:39:10 +0000 (18:39 -0800)]
Added an indicator for the current time.

Added code to display a marker at the far left at the current time as well
as a line across the current day at the current time. The marker and line
are only drawn when the current day and current time are visible.

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/1903713 Made sync not update the event quick view.
Erik [Wed, 27 Jan 2010 17:57:58 +0000 (09:57 -0800)]
b/1903713 Made sync not update the event quick view.

Added in an ID check so that sync will only cause the quick view to
open again if it changes the selected event to a different event.
This only prevents sync from popping up a new quick view. It will
still show up in all other cases.

14 years agoFix trivial formatting error
Takaoka G. Tadashi [Wed, 27 Jan 2010 01:18:38 +0000 (10:18 +0900)]
Fix trivial formatting error

14 years agoMerge "Add color setting for Saturday and Sunday in month view"
Tadashi Takaoka [Wed, 27 Jan 2010 01:14:55 +0000 (17:14 -0800)]
Merge "Add color setting for Saturday and Sunday in month view"

14 years agoam a8e963c6: am b67e98de: b/2377547 Fixed a test hard codes the "current year". So...
Michael Chan [Mon, 25 Jan 2010 16:58:27 +0000 (08:58 -0800)]
am a8e963c6: am b67e98de: b/2377547 Fixed a test hard codes the "current year". So come happy new year and the test fails.

Merge commit 'a8e963c6e4678519d3788db34cf639c5ed24060a'

* commit 'a8e963c6e4678519d3788db34cf639c5ed24060a':
  b/2377547 Fixed a test hard codes the "current year". So come happy new year and the test fails.

14 years agoAdd color setting for Saturday and Sunday in month view
Takaoka G. Tadashi [Fri, 22 Jan 2010 10:16:43 +0000 (19:16 +0900)]
Add color setting for Saturday and Sunday in month view

This also get the colors (in ja_JP locale) slightly lighter than before.

Bug: 1614177

14 years agorelocate GoogleLoginService
Doug Zongker [Thu, 21 Jan 2010 22:36:24 +0000 (14:36 -0800)]
relocate GoogleLoginService

Change-Id: I05833c6bfba98ee8d5f32169ec94a4ca48457b4d

14 years agoam b67e98de: b/2377547 Fixed a test hard codes the "current year". So come happy...
Michael Chan [Wed, 20 Jan 2010 23:27:07 +0000 (15:27 -0800)]
am b67e98de: b/2377547 Fixed a test hard codes the "current year". So come happy new year and the test fails.

Merge commit 'b67e98de50a61dcf9bec814cabeb97ff12057d13' into eclair-plus-aosp

* commit 'b67e98de50a61dcf9bec814cabeb97ff12057d13':
  b/2377547 Fixed a test hard codes the "current year". So come happy new year and the test fails.

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 agoAdd color setting for Saturday and Sunday
satok [Fri, 15 Jan 2010 23:11:21 +0000 (08:11 +0900)]
Add color setting for Saturday and Sunday

BUG: 1614177

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 agoDeprecate fill_parent and introduce match_parent.
Romain Guy [Fri, 8 Jan 2010 23:06:46 +0000 (15:06 -0800)]
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.

14 years agoMerge "b/2293263 Finished removing busybits references."
Erik Pasternak [Fri, 8 Jan 2010 18:45:33 +0000 (10:45 -0800)]
Merge "b/2293263 Finished removing busybits references."

14 years agoMerge "Update with latest translations."
Eric Fischer [Fri, 8 Jan 2010 18:01:52 +0000 (10:01 -0800)]
Merge "Update with latest translations."

14 years agob/2293263 Finished removing busybits references.
Erik [Fri, 8 Jan 2010 00:48:36 +0000 (16:48 -0800)]
b/2293263 Finished removing busybits references.

14 years agoUpdate with latest translations.
Eric Fischer [Thu, 7 Jan 2010 23:56:44 +0000 (15:56 -0800)]
Update with latest translations.

14 years agob/2358627 and b/2293263 Fixed multi-day events and oob crash.
Erik [Thu, 7 Jan 2010 18:36:43 +0000 (10:36 -0800)]
b/2358627 and b/2293263 Fixed multi-day events and oob crash.

Added better query processing to handle multi-day events and prevent index
out of bounds crashes.

14 years agoDo not use a user tag on apps, as it is ignored.
Jean-Baptiste Queru [Wed, 6 Jan 2010 00:27:21 +0000 (16:27 -0800)]
Do not use a user tag on apps, as it is ignored.

The build system does not honor user tags on apps,
and setting it is misleading.

This removes the confusion by making the makefiles
behave like they read.

Change-Id: Ib451a7256deadcb4fc2847b7c79450aacca190ae

14 years agob/2293263 Replaced busybits functionality with eventday functionality.
Erik [Wed, 23 Dec 2009 23:30:37 +0000 (15:30 -0800)]
b/2293263 Replaced busybits functionality with eventday functionality.

Removed references to busybits functionality and added in functionality to instead only check for
the existence of an event on a given day for the month view. Also added a new graphic for marking
which days have events and darkened the backgrounds for the current day.

14 years agoUse public "attr" references for QuickContacts.
Jeff Sharkey [Wed, 16 Dec 2009 23:39:18 +0000 (15:39 -0800)]
Use public "attr" references for QuickContacts.

Fixes http://b/2329628

14 years agoam c6c924fb: am 9830a458: b/2329004 Show attendee\'s IM status when QuickContactBadge...
Michael Chan [Wed, 16 Dec 2009 16:59:46 +0000 (08:59 -0800)]
am c6c924fb: am 9830a458: b/2329004 Show attendee\'s IM status when QuickContactBadge is invoked.

Merge commit 'c6c924fb9979b985039329e3ad2bf44f7cf4ceee'

* commit 'c6c924fb9979b985039329e3ad2bf44f7cf4ceee':
  b/2329004 Show attendee's IM status when QuickContactBadge is invoked.

14 years agoam 6f32f8b3: am e2ae1ef8: b/2224837 Changed the plumbing of how alerts/notifications...
Michael Chan [Wed, 16 Dec 2009 16:59:17 +0000 (08:59 -0800)]
am 6f32f8b3: am e2ae1ef8: b/2224837 Changed the plumbing of how alerts/notifications work.

Merge commit '6f32f8b359288c6e52029d73e030be2956ebd98a'

* commit '6f32f8b359288c6e52029d73e030be2956ebd98a':
  b/2224837 Changed the plumbing of how alerts/notifications work.

14 years agob/2202315 Inserted colons after Calendar, Organizer, and time zone labels.
Erik [Wed, 16 Dec 2009 01:19:48 +0000 (17:19 -0800)]
b/2202315 Inserted colons after Calendar, Organizer, and time zone labels.

14 years agoam 9830a458: b/2329004 Show attendee\'s IM status when QuickContactBadge is invoked.
Michael Chan [Wed, 16 Dec 2009 00:27:55 +0000 (16:27 -0800)]
am 9830a458: b/2329004 Show attendee\'s IM status when QuickContactBadge is invoked.

Merge commit '9830a45816b20f4a7219d0f6fef664f48e7a472a' into eclair-mr2-plus-aosp

* commit '9830a45816b20f4a7219d0f6fef664f48e7a472a':
  b/2329004 Show attendee's IM status when QuickContactBadge is invoked.

14 years agob/2329004 Show attendee's IM status when QuickContactBadge is invoked.
Michael Chan [Wed, 16 Dec 2009 00:18:24 +0000 (16:18 -0800)]
b/2329004 Show attendee's IM status when QuickContactBadge is invoked.

Change-Id: I40bb28b386d696042c5f99690b866f45fafc7e17

14 years agoam e2ae1ef8: b/2224837 Changed the plumbing of how alerts/notifications work.
Michael Chan [Tue, 15 Dec 2009 23:27:38 +0000 (15:27 -0800)]
am e2ae1ef8: b/2224837 Changed the plumbing of how alerts/notifications work.

Merge commit 'e2ae1ef8decfddcc4e5802483e92cab93c6fc67c' into eclair-mr2-plus-aosp

* commit 'e2ae1ef8decfddcc4e5802483e92cab93c6fc67c':
  b/2224837 Changed the plumbing of how alerts/notifications work.

14 years agoMerge commit 'goog/eclair-plus-aosp'
Android Git Automerger [Tue, 15 Dec 2009 08:45:05 +0000 (00:45 -0800)]
Merge commit 'goog/eclair-plus-aosp'