apps-android-commons/commons/res/xml/modifications_sync_adapter.xml
YuviPanda 780af9d07d Initial cut of Modifications syncing
Provides one naive modifier (which blindly adds categories).
Provides a sync service & a content provider. Insert appropriate
items into the  content provider and wait for the sync to happen.

Sync currently likes to 'fail early' rather than recover.

Blank post upload activity also present, simply adds random category
to the page that was uploaded. Will need appropriate UI
2013-03-27 18:12:49 +05:30

9 lines
409 B
XML

<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="org.wikimedia.commons.modifications.contentprovider"
android:accountType="org.wikimedia.commons"
android:supportsUploading="true"
android:userVisible="true"
android:isAlwaysSyncable="true"
/>