summaryrefslogtreecommitdiffstats
path: root/packages/SubscribedFeedsProvider
Commit message (Collapse)AuthorAgeFilesLines
* Reimport translations.Eric Fischer2009-10-1320-8/+256
| | | | Change-Id: I3f59d859605c2744a4a10d06139bc366cc21cf8e
* am 264f9b45: am 3348f14b: Remove GAIA stringCostin Manolache2009-10-012-2/+2
|\ | | | | | | | | | | | | Merge commit '264f9b4530d6ecbd9e9d02cf5c61c7b19f4c6376' * commit '264f9b4530d6ecbd9e9d02cf5c61c7b19f4c6376': Remove GAIA string
| * Remove GAIA stringCostin Manolache2009-09-292-2/+2
| |
| * Import revised translations. DO NOT MERGEEric Fischer2009-09-1720-18/+229
| |
| * Import revised translations. DO NOT MERGEEric Fischer2009-09-089-8/+45
|/
* Set result code in REMOTE_INTENT receiver for subscribed feeds.Ye Wen2009-08-311-1/+5
|
* clean up the too many deletes dialogFred Quintana2009-08-252-1/+6
|
* Only try to sync to subscribedfeeds for google acounts.Cynthia Wong2009-08-251-1/+3
|
* Subscribe to subscribedfeeds whenever the accounts change, this is basically ↵Cynthia Wong2009-08-241-0/+9
| | | | a giant hack to let the gsync server know about the subscriptions for accounts.
* do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from ↵Fred Quintana2009-08-151-4/+4
| | | | master branch
* am c353268c: Merge change 6968 into donutAndroid (Google) Code Review2009-07-138-0/+152
|\ | | | | | | | | | | | | Merge commit 'c353268c20a8ea425ac9f1e328684855cfc805e0' * commit 'c353268c20a8ea425ac9f1e328684855cfc805e0': Import new translations
| * Import new translationsEric Fischer2009-07-138-0/+152
| |
* | - clean up the sync settings names to:Fred Quintana2009-06-231-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | (get|set)SyncAutomatically (get|set)MasterSyncAutomatically - change SYNC_EXTRAS_FORCE to SYNC_EXTRAS_MANUAL to mace clear that this overrides the .*SyncAutomatically settings - make ContentResolver methods that call the sync controls methods in IContentService so that SDK users can use them - rename startSync to requestSync to reinforce the fact that a sync is not immediately or always started when this method is called - add an Account parameter to all the sync settings and control methods - change the sync control methods to take a String authority rather than a Uri uri
* | am 3f4263fa: Merge change 4411 into donutAndroid (Google) Code Review2009-06-172-1/+22
|\ \ | |/ | | | | | | | | | | Merge commit '3f4263fac6bcc68b3c7fff8e6ac9ad2d97b2ad4c' * commit '3f4263fac6bcc68b3c7fff8e6ac9ad2d97b2ad4c': Squashed commit of the following:
| * Squashed commit of the following:Eric Fischer2009-06-172-1/+22
| | | | | | | | | | | | | | | | commit 8e1a200225b7e4756b83d17d679a71a06a38b696 Author: Eric Fischer <enf@google.com> Date: Tue Jun 16 16:32:56 2009 -0700 Make names of Settings, VPN, Subscribed Feeds providers localizable.
* | Fix bug #1863517: use the new signature for data message token in ↵Wei Huang2009-05-201-1/+1
| | | | | | | | SubscribedFeedsIntentService.
* | define Intent.ACTION_REMOTE_INTENT, which replaces the old GTalk data ↵Wei Huang2009-05-132-5/+5
| | | | | | | | | | | | messaging intent "android.intent.action.GTALK_DATA_MESSAGE_RECEIVED". The remote intent concept shouldn't be limited to Google or GTalkService. It should be owned by the Android platform.
* | merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581Dianne Hackborn2009-05-061-9/+9
|\ \ | |/
| * Rewrite SyncStorageEngine to use flat files and in-memory data structures.Dianne Hackborn2009-05-051-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation used a database for storing all of its state, which could cause a significant amount of IO activity as its tables were updated through the stages of a sync. This new implementation replaces that in-memory data structures, with hand-written code for writing them to persistent storage. There are now 4 files associated with this class, holding various pieces of its state that should be consistent. These are everything from a main XML file of account information that must always be retained, to a binary file of per-day statistics that can be thrown away at any time. Writes of these files as scheduled at various times based on their importance of the frequency at which they change. Because the database no longer exists, there needs to be a new explicit interface for interacting with the sync manager database. This is provided by new APIs on IContentService, with a hidden method on ContentResolver to retrieve the IContentService so that various system entities can use it. Other changes in other projects are required to update to the new API. The goal here is to have as little an impact on the code and functionality outside of SyncStorageEngine, though due to the necessary change in API it is still somewhat extensive.
* | change the sync framework and users to understand AccountFred Quintana2009-04-232-24/+38
| |
* | Automated import from //branches/master/...@141380,141380Fred Quintana2009-03-241-6/+9
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-0/+841
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-821/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-033-82/+62
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-023-62/+82
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-5/+10
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+2
|
* Initial ContributionThe Android Open Source Project2008-10-217-0/+815