| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: Iadb22f39d1cb3d57d1636360df24ef484a9edb58
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I5fbbf8d6830a8fdecde2f74b51420bfede87cde9
|
| | |
| |
| |
| | |
Change-Id: I375f6ca9a0ebe03b256bdb089c943571d06c9e6d
|
| |/
|
|
|
|
|
|
| |
Private interfaces do not get included in the api for classes
that implement them. We need to make them at least protected
before they will show up in the apis.
Change-Id: Ie90d2b58c7f123e734f0a6af5ec6402be6984f82
|
| |
|
|
|
|
|
| |
Name changes for db upgrade and reorganization for easier
referencing of calendar/event columns.
Change-Id: Ic892729e1fa11c7971d99ec17d930db9300d44e9
|
| |
|
|
|
|
|
|
|
| |
Some of the internal doc references were using non-public ways to
get at constants.
Bug 4575374
Change-Id: I4884d8db964950d92b3f26634724b201674bea8c
|
| |
|
|
|
|
|
|
| |
Part of a larger Calendar provider change.
Bug 4473786
Change-Id: I0cb4260ea590da0c48b55d0ca3ee586e00d37b36
|
| |
|
|
|
|
|
|
| |
Events.lastSynced: flag marking this as a duplicate of the lastSynced sate of the event
Events.sync_data7: General purpose sync column (will be used for editUrl in Google Sync Adapter)
Calendars.canPartiallyUpdate: Flag indicating sync adapter can perform partial updates.
Change-Id: I5c153fb9cbf43dd1def0267c2f912a59038b28c1
|
| |
|
|
|
|
|
|
| |
Added comments. Made internal only stuff private. Added @hide to
methods only used by the provider. Added/altered methods for
consistency across contract classes.
Change-Id: I4d810995042583f1ab05b859f320828f83329e90
|
| |
|
|
| |
Change-Id: I756ff09c43f39ad52a8793011d3192d59eb574eb
|
| |
|
|
|
|
| |
Also removed dtstart2 and dtend2 definitions.
Change-Id: Id0408c6bf535a800c715ea08b78aabb2ede2dc9c
|
| |
|
|
| |
Change-Id: I8e922f97733faed800a91ea926e1a3bea229ebea
|
| |
|
|
| |
Change-Id: I76d649f52e5f2a8bde4b52036df3366c5c5a979a
|
| |
|
|
|
|
| |
Renamed some columns.
Change-Id: I61ad8cfd1c78a58b5f9ade656a98ea45a77ad419
|
| |
|
|
| |
Change-Id: I1d5423ceda17b0e594520b3236e984584fedcbbb
|
| |
|
|
|
|
|
|
| |
entries created on the device)
- modify EventsEntity iterator to take care of the SYNC_ADAPTER_DATA column
Change-Id: I3d08a4ebdca5b595aad7c56b9f5d6259522297e2
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
hidden api" into gingerbread
Merge commit '86e1991428c2bc78354965c51b2821ae16f32a55'
* commit '86e1991428c2bc78354965c51b2821ae16f32a55':
Adds time zone functionality into fw as a hidden api
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
This is the start of work towards pushing api that is needed for
Calendar to become unbundled into frameworks. This adds functions
for getting and setting time zones for the Calendar app. The new
methods are currently hidden.
Change-Id: I1b4265b23630c46d9730a179ec02da8d6c0e03ea
|
| | |
| |
| |
| | |
Change-Id: I716eba966ad072ac62a61f3cfbfe15b623f8ab94
|
| | |
| |
| |
| |
| |
| |
| | |
- suppress the "hidden" column from the Calendar API
- add generic "sync5" column which will contain the "hidden" calendar state from the server
Change-Id: Ib2048e9f0fc59f4f544bc6f1787af82fde3984d5
|
| | |
| |
| |
| |
| |
| |
| |
| | |
visible on the web.)
- introduce "sync4" column into Calendars table to store "selected" from Web calendar
Change-Id: I2dfebb6e4a2ec85e758626a4e2b9c8b1315f095f
|
| | |
| |
| |
| |
| |
| |
| | |
- suppress deprecated "url" column
- replace eventsUrl / editUrl / selfUrl columns by sync1 / sync2 / sync3
Change-Id: I2bff61a90655c98ee0964a880934c514b42ac342
|
| | |
| |
| |
| |
| |
| |
| |
| | |
"eventsUrl" column)
- suppress references to Calendars.URL
Change-Id: Ic1fa5059516ff294940345addf930554aef0a0a9
|
| | |
| |
| |
| |
| |
| | |
- use constants defined into Calendar interfaces
Change-Id: I0cb8f71f7fbad61c9d9ee97db5ffeb307cd8169f
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- add more properties to Calendars: selfUrl, editUrl, eventsUrl and deleted
- add CalendarsEntity and associated iterator
- cleaup interfaces definition for Calendars / Events columns by factorising Sync and Account columns
Change-Id: I730e9d377316d458f7d225ce85966c7048ad26a9
|
| |/
|
|
|
|
|
| |
This adds public access to DTSTART2, DTEND2, and EVENT_TIMEZONE2. These are being used
for work on allDay events.
Change-Id: I5b10eff08e2e61a71bf628ddea70dfb201a5c2b3
|
| |
|
|
|
|
|
|
|
|
|
| |
* ExtendedValues' "name" and "value" columns are exposed in Entry
entity subvalues, but it is clumsy to change a value, as the _id
of the ExtendedValues row isn't also exposed. (We otherwise have to
perform a potentially slow query)
* This CL adds the _id column to the columns exposed
Bug: 2638762
Change-Id: Iaffeffed620af78439f5f73aa5f3257b0f8a0fd0
|
| |
|
|
|
|
|
|
| |
Snoozing alarms was causing a leapfrog effect which would drop the
alert in the middle because of PendingIntent. By making each intent
unique to a given time this will no longer occur.
Change-Id: I6ca6821f7f8879a299775f4fca4e2ad0de55f1bc
|
| |
|
|
| |
Change-Id: I6c3030772fb769546175a024804f8cd2debfd98c
|
| |
|
|
|
|
|
| |
- use sql bindargs and extract usefull sql statements
- code cleaning and formatting
Change-Id: I717bf063b3f009e7369b70618f834d780ad6baa3
|
| | |
|
| |
|
|
|
|
|
| |
* This is being used as a discretionary column by Exchange calendar
sync, so rename to avoid association with old usage
Change-Id: I544e285fa04d252c945c1953b57ef67da0e588ae
|
| |
|
|
|
|
|
| |
* This column is used by the Exchange sync adapter when sending change
emails to attendees.
Change-Id: Ib23c07a30b41bfcbae874ae8aaa448fae2cfb6c3
|
| |
|
|
| |
Change-Id: I567ca24770fb401ed5a2bdfce5709e77b6fb4202
|
| |
|
|
|
|
|
|
| |
Some code was using "account_name" and some was using "_sync_account".
Also move definitions so they can be accessed by Event, Calendar,
and EventsEntity.
bug 2420732
|
| |
|
|
|
|
| |
The iterator was using the wrong cursor.
bug 2399618
|
| |
|
|
| |
bug 2388178
|
| |
|
|
| |
This parallels the SyncState on ContactsContract.
|
| |
|
|
|
|
| |
This will allow the calendar authority to be changed later.
bug 2388178
|
| |
|
|
| |
The EventsEntity names need to match the rest of the Calendar names.
|
| |
|
|
|
| |
Removed the rest of the busyBit functionality. Along with other changes all busyBits
uses should now be removed.
|
| |
|
|
|
| |
Changed query so that all days an event occurs on can be marked. Also
fixes index out of bounds error.
|
| |
|
|
|
|
| |
Made changes to start stripping out busybits and replace them with checks only to see if an event eists on a given day.
This file ties into several other areas so not all busybits references were removed and those that were have been
commented out to make it easier to find errors.
|
| |
|
|
|
|
|
|
| |
Instead of processing each notification separately event (scheduling an alarm with AlarmManager for each event, posting notification to NotificationManager for each event, etc), only one alarm should be fired for each wake-up time. AlertService will look through the CalendarAlerts table and decides how to update the notication manager. This is more efficient and simplifies the codecode. It is also the long-term fix to elimiate overlapping notification ring tones e.g. DrooDrooDrooooid b/2194249
Also consolidated alarm scheduling code to one place.
Change-Id: If58ce278d55b28abad703f8aeee466d44952fcd0
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- removed the parcelling ability from Entity and EntityIterator and made them public
- added an EntityIterator abstract implementation that allow easy wrapping of a Cursor
- changed the VCard code to use the new APIs
|
| | |
|
| | |
|