Android (Google) Code Review
9e61acd9ff
Merge change 22105 into eclair
...
* changes:
Add calendar sliding windows setting.
2009-08-20 13:46:06 -07:00
Ken Shirriff
f0f13aeadd
Add calendar sliding windows setting.
...
GOOGLE_CALENDAR_SYNC_WINDOW_UPDATE_DAYS indicates how often to update
the calendar sync window.
2009-08-20 13:19:14 -07:00
Dmitri Plotnikov
1c1629da30
Protecting access to the new Contacts API with a try/catch block.
2009-08-20 08:14:24 -07:00
Dmitri Plotnikov
3c513ed95c
Converting CallerInfo to new Contacts API.
2009-08-19 16:31:01 -07:00
Jeff Sharkey
a1f1879bea
Remove SOURCE_VISIBLE flag that is otherwise unused.
2009-08-19 14:25:56 -07:00
Dmitri Plotnikov
9303295e1d
Redefining phone lookup API.
2009-08-19 11:26:57 -07:00
Jeff Sharkey
a659744041
Flag to make all contacts from specific source visible.
2009-08-19 09:23:33 -07:00
Jeff Sharkey
7b6771a97b
Bring back per-Account Contact-specific settings.
...
These are used for two purposes: a flag indicating the
default sync state for Groups to inherit, and a flag that
marks when Contacts that don't belong to any specific group
should be visible in UI.
2009-08-18 18:14:11 -07:00
Jasperln
ef99e248fe
am f5e6a211: Merge change 21572 into donut
...
Merge commit 'f5e6a211b16e26104b6fb2d32ef4eabbf9fbc2d1' into eclair
* commit 'f5e6a211b16e26104b6fb2d32ef4eabbf9fbc2d1':
Add constants to adjust Vending input and output buffer sizes.
2009-08-18 11:01:11 -07:00
Ken Shirriff
3d037078b8
Add new calendar database columns; do not merge (cherry-picked 1fa64)
...
The columns are guestsCanModify, guestsCanInviteOthers,
guestsCanSeeGuests, organizer, and canInviteOthers.
2009-08-17 17:09:24 -07:00
Jasperln
b95277e762
Add constants to adjust Vending input and output buffer sizes.
...
- Needed for Bug: 2058060
2009-08-17 13:29:11 -07:00
Android (Google) Code Review
106278c402
Merge change 21432 into eclair
...
* changes:
do not merge: cherrypicked 3710f39096 from master branch
2009-08-16 17:14:20 -07:00
Jeff Sharkey
403d7ac7d1
Bring back SHOULD_SYNC flag so sync groups can be edited.
2009-08-16 16:34:35 -07:00
Fred Quintana
ffd0cb04f9
do not merge: cherrypicked 3710f39096 from master branch
2009-08-15 22:40:25 -07:00
Wei Huang
c650bf583d
Get rid of Settings.getJIDResource(), which really should live in GTalkService. Add API to store the JID resource in IM provider settings.
2009-08-14 16:47:10 -07:00
Android (Google) Code Review
ed8cb3931d
Merge change 20419
...
* changes:
new s2d ids table for rmq2; plus Gservices setting for using rmq2 protocol.
2009-08-12 16:56:58 -07:00
Jeff Sharkey
62b83b7fc4
Deprecate extra gd:structuredPostalAddress fields.
...
For the purposes of contact data, there are some postal
address columns that are unsupported, since they don't
directly contribute to a "mailing address" for a person.
http://code.google.com/apis/contacts/docs/3.0/reference.html#structuredPostalAddressRestrictions
http://code.google.com/apis/gdata/docs/2.0/elements.html#gdStructuredPostalAddress
2009-08-12 09:54:19 -07:00
Cynthia Wong
c512760397
Rename gmail-ls log tag to Gmail
2009-08-12 09:13:32 -07:00
Android (Google) Code Review
4cd1b5a15a
Merge change 20787
...
* changes:
Removing primary/default phone number and email on contact from the API.
2009-08-12 07:46:53 -07:00
Wei Huang
1e4807aaf4
new s2d ids table for rmq2; plus Gservices setting for using rmq2 protocol.
2009-08-12 01:38:01 -07:00
Debajit Ghosh
c030a48c1e
add gservices setting for switching sync subscriptions to use a new routing info.
2009-08-11 17:53:20 -07:00
Dmitri Plotnikov
074fbfe627
Removing primary/default phone number and email on contact from the API.
2009-08-11 13:50:21 -07:00
Android (Google) Code Review
81df0d9487
Merge change 8575
...
* changes:
Support INSTALL_DRM permission
2009-08-11 11:31:34 -07:00
Dmitri Plotnikov
507f1607f7
Adding a MARKED_AS_DIRTY parameter to Groups.
2009-08-10 17:37:36 -07:00
Cynthia Wong
0d54b02b75
Add a new setting for controling how much time to wait before discarding uphill operations
2009-08-10 16:53:44 -07:00
Android (Google) Code Review
8cb14280d4
Merge change 20660
...
* changes:
add the deleted flag to the Groups table
2009-08-10 16:30:16 -07:00
Ken Shirriff
326580d59a
Add calendar_sync_window_days setting to control calendar sync window.
2009-08-10 15:00:11 -07:00
Fred Quintana
00c89f6266
add the deleted flag to the Groups table
2009-08-10 14:54:03 -07:00
Christian Sonntag
058779c9bb
Add constant for storing market backup state in shared preferences.
2009-08-07 10:54:46 -07:00
Android (Google) Code Review
fcfd7bea4a
Merge change 20357
...
* changes:
Remove Voice Search constants, factored them out into the Voice Search app.
2009-08-07 09:54:02 -07:00
Dmitri Plotnikov
d4e0b5713a
Clean-up of API for filtering contacts by phone or email. The api is now symmetrical.
...
Also, giving Presence.RAW_CONTACT_ID and Presence.DATA_ID unique ids to allow easy joining. The main rationale for this is that SQLite does not allow cross-database joins in VIEWs, so we cannot hide this join inside a VIEW.
2009-08-06 20:19:29 -07:00
Dmitri Plotnikov
8dcd14021c
Introducing default email and phone number to replace the primary ones on the Contact.
2009-08-06 18:02:30 -07:00
Alex Gruenstein
50dac8c673
Remove Voice Search constants, factored them out into the Voice Search app.
2009-08-06 16:51:51 -07:00
Fred Quintana
8851e163fc
- add several common kinds and beef up some others
...
- change the ContentProviderOperation selection backref store the backref as a long instead of as a string
2009-08-06 15:59:28 -07:00
Jeff Sharkey
6bfe14dea2
Add SHOW_OR_CREATE size modes, trigger from contact header.
...
Added constants so that apps triggering SHOW_OR_CREATE can
request a desired size through EXTRA_MODE. Also added hooks
to internal ContactHeaderWidget to launch SHOW_OR_CREATE
when user taps on photo.
2009-08-06 13:07:20 -07:00
Android (Google) Code Review
d657b72aeb
Merge change 20126
...
* changes:
Removing SyncColumns from Contact - they were put there by accident.
2009-08-05 14:22:41 -07:00
Android (Google) Code Review
46e1198c9e
Merge change 20146
...
* changes:
Calendar attendee support: add columns.
2009-08-05 14:22:05 -07:00
Ken Shirriff
79f0c56b63
Calendar attendee support: add columns.
...
Add HAS_ATTENDEE_DATA and OWNER_ACCOUNT column names to the provider classes.
2009-08-05 13:29:42 -07:00
Dmitri Plotnikov
c9ec66b68b
Removing SyncColumns from Contact - they were put there by accident.
2009-08-05 12:11:22 -07:00
Patrick Scott
2ba1262b42
Add a callback for the url of an apple-touch-icon.
...
Hide the apis until this is a well-tested feature. The url is reported rather
than the actual icon since it may never be used. The apple-touch-icon is meant
for shortcuts on the home screen.
2009-08-05 08:29:40 -04:00
Tadashi G. Takaoka
0f0767d4da
am 94e114c9: Moved Market related Checkin Stats enum to Events enum and merged
...
Merge commit '94e114c951008c831d1a31a2e6773fb40e4e9392'
* commit '94e114c951008c831d1a31a2e6773fb40e4e9392':
Moved Market related Checkin Stats enum to Events enum and merged
2009-08-04 22:20:23 -07:00
Tadashi G. Takaoka
94e114c951
Moved Market related Checkin Stats enum to Events enum and merged
...
Internal Bug: bug1844952
2009-08-04 18:46:29 -07:00
Android (Google) Code Review
1c2a8963d6
Merge change 9693
...
* changes:
add missing types
2009-08-04 14:14:07 -07:00
Fred Quintana
3f86715d77
add missing types
2009-08-04 14:12:21 -07:00
Android (Google) Code Review
ee2805d906
Merge change 9672
...
* changes:
Adaptive heartbeat protocol implementation: server configured settings.
2009-08-04 14:04:02 -07:00
Ye Wen
47b4a55e36
Adaptive heartbeat protocol implementation: server configured settings.
2009-08-04 09:37:37 -07:00
Dmitri Plotnikov
91e4e85752
Adding "service" columns: SYNC1, SYNC2, SYNC3, SYNC4 and SYNC5.
...
These columns will be used for things like sync parameters of a photo or group.
Also removing some obsolete deprecated APIs
2009-08-03 18:06:29 -07:00
Jeff Sharkey
1132200fa1
Added an extra for sharing a target rectangle extra.
...
Used to pass a location using screen coordinates when
starting a SHOW_OR_CREATE_CONTACT activity.
2009-08-01 17:22:34 -07:00
Jeff Sharkey
732da9293a
Separated IM protocol into two fields, similar to TYPE.
...
In previous releases, we had combined well-known protocols
and custom protocols into a single field. This was because
of previous database constraints, which no longer exist
because of our new Data table approach.
2009-08-01 16:08:40 -07:00
Android (Google) Code Review
b995b21d67
Merge change 9198
...
* changes:
Fix missed Aggregate->Contact name change.
2009-07-30 13:04:33 -07:00