mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	 780af9d07d
			
		
	
	
		780af9d07d
		
	
	
	
	
		
			
			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
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			409 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			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"
 | |
|         />
 |