mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	With data-client added as library module (#3656)
* With data-client added as library module * Fix build
This commit is contained in:
		
							parent
							
								
									9ee04f3df4
								
							
						
					
					
						commit
						32ee0b4f9a
					
				
					 258 changed files with 34820 additions and 2 deletions
				
			
		
							
								
								
									
										161
									
								
								data-client/src/test/res/raw/announce_2016_11_21.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										161
									
								
								data-client/src/test/res/raw/announce_2016_11_21.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,161 @@ | |||
| { | ||||
|   "announce": [ | ||||
|     { | ||||
|       "id": "EN1116SURVEYIOS", | ||||
|       "type": "survey", | ||||
|       "start_time": "2016-11-15T17:11:12Z", | ||||
|       "end_time": "2016-11-30T17:11:12Z", | ||||
|       "platforms": [ | ||||
|         "iOSApp" | ||||
|       ], | ||||
|       "text": "Answer three questions and help us improve Wikipedia.", | ||||
|       "action": { | ||||
|         "title": "Take the survey", | ||||
|         "url": "https://survey.url?survey_id=12345&source=iOS" | ||||
|       }, | ||||
|       "caption_HTML": "<p>Survey data handled by a third party. <a href=\"https://wikimediafoundation.org/wiki/Survey_Privacy_Statement\">Privacy</a>.</p>", | ||||
|       "countries": [ | ||||
|         "US", | ||||
|         "CA", | ||||
|         "GB" | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "EN11116SURVEYANDROID", | ||||
|       "type": "survey", | ||||
|       "start_time": "2016-11-15T17:11:12Z", | ||||
|       "end_time": "2016-11-30T17:11:12Z", | ||||
|       "platforms": [ | ||||
|         "AndroidAppV2" | ||||
|       ], | ||||
|       "text": "Answer three questions and help us improve Wikipedia.", | ||||
|       "action": { | ||||
|         "title": "Take the survey", | ||||
|         "url": "https://survey.url?survey_id=12345&source=android" | ||||
|       }, | ||||
|       "caption_HTML": "<p>Survey data handled by a third party. <a href=\"https://wikimediafoundation.org/wiki/Survey_Privacy_Statement\">Privacy</a>.</p>", | ||||
|       "countries": [ | ||||
|         "US", | ||||
|         "CA", | ||||
|         "GB" | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "EN11116FUNDRAISINGANDROID", | ||||
|       "type": "fundraising", | ||||
|       "start_time": "2016-11-15T17:11:12Z", | ||||
|       "end_time": "2016-11-30T17:11:12Z", | ||||
|       "platforms": [ | ||||
|         "AndroidAppV2" | ||||
|       ], | ||||
|       "text": "Help Wikipedia by making a donation.", | ||||
|       "image_url" : "https://image.url", | ||||
|       "action": { | ||||
|         "title": "Donate", | ||||
|         "url": "https://donate.url?campaign_id=12345&source=android" | ||||
|       }, | ||||
|       "caption_HTML": "By donating, you are agreeing to our <a href=\"https://wikimediafoundation.org/wiki/Special:LandingCheck?basic=true&landing_page=Donor_policy&country=%1$slanguage=%2$s&uselang=%2$s&utm_medium=androidapp\">donor privacy policy</a>.", | ||||
|       "countries": [ | ||||
|         "US", | ||||
|         "CA", | ||||
|         "GB" | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "AnnouncementWithInvalidDates", | ||||
|       "type": "fundraising", | ||||
|       "start_time": null, | ||||
|       "end_time": null, | ||||
|       "platforms": [ | ||||
|         "AndroidAppV2" | ||||
|       ], | ||||
|       "text": "Help Wikipedia by making a donation.", | ||||
|       "action": { | ||||
|         "title": "Donate", | ||||
|         "url": "https://donate.url?campaign_id=12345&source=android" | ||||
|       }, | ||||
|       "countries": [ | ||||
|         "US", | ||||
|         "CA", | ||||
|         "GB" | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "AnnouncementWithNoDates", | ||||
|       "type": "fundraising", | ||||
|       "platforms": [ | ||||
|         "AndroidAppV2" | ||||
|       ], | ||||
|       "text": "Help Wikipedia by making a donation.", | ||||
|       "action": { | ||||
|         "title": "Donate", | ||||
|         "url": "https://donate.url?campaign_id=12345&source=android" | ||||
|       }, | ||||
|       "countries": [ | ||||
|         "US", | ||||
|         "CA", | ||||
|         "GB" | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "AnnouncementWithNoCountries", | ||||
|       "type": "fundraising", | ||||
|       "start_time": "2016-11-15T17:11:12Z", | ||||
|       "end_time": "2016-11-30T17:11:12Z", | ||||
|       "platforms": [ | ||||
|         "AndroidAppV2" | ||||
|       ], | ||||
|       "text": "Help Wikipedia by making a donation.", | ||||
|       "action": { | ||||
|         "title": "Donate", | ||||
|         "url": "https://donate.url?campaign_id=12345&source=android" | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "id": "AnnouncementForBetaWithVersions", | ||||
|       "type": "fundraising", | ||||
|       "start_time": "2016-11-15T17:11:12Z", | ||||
|       "end_time": "2016-11-30T17:11:12Z", | ||||
|       "platforms": [ | ||||
|         "AndroidAppV2" | ||||
|       ], | ||||
|       "text": "Help Wikipedia by making a donation.", | ||||
|       "image_url" : "https://image.url", | ||||
|       "action": { | ||||
|         "title": "Donate", | ||||
|         "url": "https://donate.url?campaign_id=12345&source=android" | ||||
|       }, | ||||
|       "caption_HTML": "By donating, you are agreeing to our <a href=\"https://wikimediafoundation.org/wiki/Special:LandingCheck?basic=true&landing_page=Donor_policy&country=%1$slanguage=%2$s&uselang=%2$s&utm_medium=androidapp\">donor privacy policy</a>.", | ||||
|       "countries": [ | ||||
|         "US", | ||||
|         "CA", | ||||
|         "GB" | ||||
|       ], | ||||
|       "beta": true, | ||||
|       "min_version": 200, | ||||
|       "max_version": 10000 | ||||
|     }, | ||||
|     { | ||||
|       "id": "AnnouncementForOldVersion", | ||||
|       "type": "fundraising", | ||||
|       "start_time": "2016-11-15T17:11:12Z", | ||||
|       "end_time": "2016-11-30T17:11:12Z", | ||||
|       "platforms": [ | ||||
|         "AndroidAppV2" | ||||
|       ], | ||||
|       "text": "Help Wikipedia by making a donation.", | ||||
|       "image_url" : "https://image.url", | ||||
|       "action": { | ||||
|         "title": "Donate", | ||||
|         "url": "https://donate.url?campaign_id=12345&source=android" | ||||
|       }, | ||||
|       "caption_HTML": "By donating, you are agreeing to our <a href=\"https://wikimediafoundation.org/wiki/Special:LandingCheck?basic=true&landing_page=Donor_policy&country=%1$slanguage=%2$s&uselang=%2$s&utm_medium=androidapp\">donor privacy policy</a>.", | ||||
|       "countries": [ | ||||
|         "US", | ||||
|         "CA", | ||||
|         "GB" | ||||
|       ], | ||||
|       "max_version": 200 | ||||
|     } | ||||
|   ] | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vivek Maskara
						Vivek Maskara