apps-android-commons/app/src/main/res
Aditya-Srivastav 4382cdaf14 [GSoC] Master rebase. (#4505)
* Localisation updates from https://translatewiki.net.

* Fixes #4357  After switching to different account, contributions screen shows pictures of previous account (#4421)

* Update UploadMediaDetailFragment.java

* Update LoginActivity.java

Clear CompositeDisposable after logging in successfully. It may help solve the problem of saving the contribution to the previous account

* Revert "Update UploadMediaDetailFragment.java"

This reverts commit b1b4257f20.

Co-authored-by: Obsidian_zero <1198474846@qq.com>

* Remove unnecessary whitespace from a message (#4439)

* Merge v3.0.1 into master (#4446)

* Versioning and changelog for v3.0.0 (#4152)

* Versioning for v3.0.0

* Update changelog.md

* Handled migration 8-9-10 in BookmarksLocationDao (#4154)

* #Fixes #4141
- Handled migrations for BookmarkLocationsDao from 8-9-10

* #Fixes #4141
- Handled migrations for BookmarkLocationsDao from 8-9-10

* Fixes #4179 (#4180)

* Handled null pointer exception in MainActivity->ContributionsFragment#backButtonClicked()
* Updated >ContributionsFragment#backButtonClicked() to handle back press properly

* Fixes #4179 (#4181)

* Handled possible null check on MediaDetails in BookmarkListRootFragment#backPressed()

* Cherrypick for hotfix3.1 (#4205)

* Fixes #4159 On Explore Tab, All Available Options on toolbar in media detail view are only targeting the first media in the list.

Fixes #4159 On Explore Tab, All Available Options on toolbar in media detail view are only targeting the first media in the list.

* fixed bug: App crashes on viewing review in Review Fragment #4132 (#4146)

* fixed bug:app crashes on viewing review in Review Fragment #4135

* Fixed the issue with back button in contribution tab. (#4177)

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>

* Fixed the issue with back navigation button on toolbar in explore tab. (#4175)

* Fix (#4148) Issues on theme change

* fixed themeChange crashes

* fixed comments

* Overlooked the title bar

Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Aditya-Srivastav <54016427+4D17Y4@users.noreply.github.com>

* Fixes #4173 (#4396)

* Fix #4147  Pre-fill desc in Nearby uploads with Wikidata item's label + description (#4390)

* Update query to fetch descriptions

* Make description added to NearbyResultItem

* Make string operations to display description and label in a combined way

* Fix reviews, remove long description from list and swap label and description texts

* Fix repeated information issue

* Fix double information issue

* fix style issues

* Remove douplicated information

* Changes made (#4354)

* Remove nonexistent method

* Fix #4283 IllegalStateException (#4440)

* Fix #4283 IllegalStateException

* Fix flickering issue

* Versioning for v3.0.1

* Update changelog.md

Co-authored-by: Ashish <ashishkumar468@gmail.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>
Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Aditya-Srivastav <54016427+4D17Y4@users.noreply.github.com>
Co-authored-by: Madhur Gupta <30932899+madhurgupta10@users.noreply.github.com>
Co-authored-by: Vinayak Aggarwal <56196007+vinayak0505@users.noreply.github.com>

* Localisation updates from https://translatewiki.net.

* Added a feature for editing coordinates (#4418)

* not

* Place Picker added

* Pick location and API call linked

* minor warnings resolved

* Code conventions followed

* issue fixed

* Wikitext edited properly

* minor modification

* Location Picker added

* Bottom sheet removed

* Location picker fully implemented

* credit added

* credit added

* issues fixed

* issues fixed

* minor issue fixed

* Some build issues occured merging release v3.0 are fixed. One paranthesis issue is solved, a method about UploadService is removed, since we don't use it anymore. (#4451)

* Localisation updates from https://translatewiki.net.

* Fixes 4344 - Duplicate Uploads (#4442)

* Fixes 4344
- Update the retention policy of the Work Manager to ExistingWorkPolicy.APPEND_OR_REPLACE- which would append the new work to the end of existing one. This helps remove the while loop in UploadWorker which was meant to handle the cases where a new worker would be created for retries. The while loop seemed to have race conditions uploading duplicate entries.

* Update states to IN_PROGRESS before uploads are processed

* Fixes #3694 Pre-select places as depictions (#4452)

* WikidataEditService: stop automatically adding WikidataPlace as a depiction

When the user initiates the upload process from Nearby and also manually adds the place as a depiction, the depiction is added twice. Since this behavior is invisible to the user, it is being removed in preparation for auto-selecting the place as a depiction on the DepictsFragment screen.

* DepictsFragment: auto-select place as a depiction

Pass the Place reference from UploadActivity to DepictsFragment and select the corresponding DepictedItem. Using the place id, retrieve the corresponding Entity to create and select a DepictedItem.

* UploadRepository: use Place from UploadItem to obtain a DepictedItem

Instead of passing a Place object from UploadActivity to DepictsFragment and then passing the Place object up the chain to obtain and select a DepictedItem, retrieve the Place object directly within UploadRepository

* DepictsFragment: select Place depiction when fragment becomes visible

* UploadDepictsAdapter: make adapter aware of selection state

Update selection state when recycled list items are automatically selected, preventing automatically selected items from appearing as unselected until they are forced to re-bind (i.e. after scrolling)

* DepictsFragment: pre-select place depictions for all UploadItems

If several images are selected and set to different places, pre-select all place depictions to reinforce the intended upload workflow philosophy (i.e. all images in a set are intended to be from/of the same place). See discussion in commons-app/apps-android-commons#3694

* DepictsFragment: scroll to the top every time list is updated

* Typo fixes (#4461)

* Fixed typo on class documentation of TextUtils

* corrected comma placement in documentation

* Fixed typos in comments

* fix-issue-4424 (#4445)

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>

* fix edit categories ui (#4414)

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>

* Fix doom version issue (#4463)

* Update db version

* DBOpenHelper version update

* fix :Back Pressed Event not work in Explore tab when user not login (#4404)

* fix :Back Pressed Event not work in Explore tab

* minor changes

* fix :Upload count or number of contribution does not get updated when media  is successful uploaded (#4399)

* * fix:Number of Contributions not updated
 * Add javadocs

* minor changes

* made minor changes

* String was nonsense and untranslatible, fixed (#4466)

* Ability to show captions and descriptions in all entered languages (#4355)

* implement Ability to show captions and descriptions in all entered languages
*Add Javadoc

* handle Back event of fragment(mediaDetailFragment)

* fix minor bugs

* add internationalization

* revert previous changes

* fix visibility bug

* resolve conflict

* Fixes #4437 - Changed indentation on files with 2 spaces to 4 spaces (#4462)

* Edited Project.xml to make indent size 4

* Changed files with 2 space indentation to use 4 space indentation

* Edited Project.xml to make indent size 4

* changed files with 2 space indent to 4 space indent

* fix :Back Pressed Event not work in Explore tab when user not login (#4404)

* fix :Back Pressed Event not work in Explore tab

* minor changes

* fix :Upload count or number of contribution does not get updated when media  is successful uploaded (#4399)

* * fix:Number of Contributions not updated
 * Add javadocs

* minor changes

* made minor changes

* String was nonsense and untranslatible, fixed (#4466)

* Ability to show captions and descriptions in all entered languages (#4355)

* implement Ability to show captions and descriptions in all entered languages
*Add Javadoc

* handle Back event of fragment(mediaDetailFragment)

* fix minor bugs

* add internationalization

* revert previous changes

* fix visibility bug

* resolve conflict

Co-authored-by: Prince kushwaha <65972015+Prince-kushwaha@users.noreply.github.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>

* Use more understandable strings (#4470)

* Fix #3792 Missing Column Issue (#4468)

* Fix Missing Column Issue

* Fix tests

* Add UploadCategoriesFragment Unit Tests (#4473)

* Panorama (#4467)

* panoramic images fixed

* made requested changes

* Minor refactoring

Co-authored-by: Aditya Srivastava <iamaditya2009@gmail.com>

* Localisation updates from https://translatewiki.net.

* Main activity title is sometimes "Contributions", sometimes "Commons" (#4472)

Fixes #4438  Replace == with equals() in onRestoreInstanceState

* Localisation updates from https://translatewiki.net.

* caption and description copyable (#4481)

* Removed next button in quiz (#4382)

* issues resolved

* modification done

* warning fixed

* issues resolved

* Button added

* don't know function added

* Button added

* modification done

* modification done

* Localisation updates from https://translatewiki.net.

* Added option to show and modify location while uploading (#4475)

* initial commit

* Everything done

* minor modification

* minor modification

* Issues fixed

* minor modifications

* issue fixed

* Issues fixed

* Tutorial removed from log out state (#4479)

* tutorial removed from log out state

* Issue removed

* Update changelog.md

* Versioning for v3.0.2

* Fix #4482 (#4484)

* Fix crash when image resolution is very high (#4483)

* Localisation updates from https://translatewiki.net.

* Add Contributions Fragment Unit Tests (#4490)

* Fix Tests Errors (#4491)

* Add UploadMediaDetailFragment Unit Tests (#4492)

* Localisation updates from https://translatewiki.net.

* Localisation updates from https://translatewiki.net.

* Localisation updates from https://translatewiki.net.

* Initialised xmls, made folder and image item.

* xmls done

* xmls completed

* removed unwanted attribute

* Created models, adapters and view models (#4441)

* created models, adapters and view models

* Added Image Fragment

* back button linked

* Documentation and refractor

* spaces

* Butterknife annotation

* DiffUtil

* Added Examples

* Extended Custom selector From Base Activity

* made view model injectable

* [GSOC] Added Image Fetch (#4449)

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code

* [GSoC] Image Selection (#4457)

* Localisation updates from https://translatewiki.net.

* Fixes #4357  After switching to different account, contributions screen shows pictures of previous account (#4421)

* Update UploadMediaDetailFragment.java

* Update LoginActivity.java

Clear CompositeDisposable after logging in successfully. It may help solve the problem of saving the contribution to the previous account

* Revert "Update UploadMediaDetailFragment.java"

This reverts commit b1b4257f20.

Co-authored-by: Obsidian_zero <1198474846@qq.com>

* Remove unnecessary whitespace from a message (#4439)

* Merge v3.0.1 into master (#4446)

* Versioning and changelog for v3.0.0 (#4152)

* Versioning for v3.0.0

* Update changelog.md

* Handled migration 8-9-10 in BookmarksLocationDao (#4154)

* #Fixes #4141
- Handled migrations for BookmarkLocationsDao from 8-9-10

* #Fixes #4141
- Handled migrations for BookmarkLocationsDao from 8-9-10

* Fixes #4179 (#4180)

* Handled null pointer exception in MainActivity->ContributionsFragment#backButtonClicked()
* Updated >ContributionsFragment#backButtonClicked() to handle back press properly

* Fixes #4179 (#4181)

* Handled possible null check on MediaDetails in BookmarkListRootFragment#backPressed()

* Cherrypick for hotfix3.1 (#4205)

* Fixes #4159 On Explore Tab, All Available Options on toolbar in media detail view are only targeting the first media in the list.

Fixes #4159 On Explore Tab, All Available Options on toolbar in media detail view are only targeting the first media in the list.

* fixed bug: App crashes on viewing review in Review Fragment #4132 (#4146)

* fixed bug:app crashes on viewing review in Review Fragment #4135

* Fixed the issue with back button in contribution tab. (#4177)

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>

* Fixed the issue with back navigation button on toolbar in explore tab. (#4175)

* Fix (#4148) Issues on theme change

* fixed themeChange crashes

* fixed comments

* Overlooked the title bar

Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Aditya-Srivastav <54016427+4D17Y4@users.noreply.github.com>

* Fixes #4173 (#4396)

* Fix #4147  Pre-fill desc in Nearby uploads with Wikidata item's label + description (#4390)

* Update query to fetch descriptions

* Make description added to NearbyResultItem

* Make string operations to display description and label in a combined way

* Fix reviews, remove long description from list and swap label and description texts

* Fix repeated information issue

* Fix double information issue

* fix style issues

* Remove douplicated information

* Changes made (#4354)

* Remove nonexistent method

* Fix #4283 IllegalStateException (#4440)

* Fix #4283 IllegalStateException

* Fix flickering issue

* Versioning for v3.0.1

* Update changelog.md

Co-authored-by: Ashish <ashishkumar468@gmail.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>
Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Aditya-Srivastav <54016427+4D17Y4@users.noreply.github.com>
Co-authored-by: Madhur Gupta <30932899+madhurgupta10@users.noreply.github.com>
Co-authored-by: Vinayak Aggarwal <56196007+vinayak0505@users.noreply.github.com>

* Localisation updates from https://translatewiki.net.

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code

* Added a feature for editing coordinates (#4418)

* not

* Place Picker added

* Pick location and API call linked

* minor warnings resolved

* Code conventions followed

* issue fixed

* Wikitext edited properly

* minor modification

* Location Picker added

* Bottom sheet removed

* Location picker fully implemented

* credit added

* credit added

* issues fixed

* issues fixed

* minor issue fixed

* Some build issues occured merging release v3.0 are fixed. One paranthesis issue is solved, a method about UploadService is removed, since we don't use it anymore. (#4451)

* Localisation updates from https://translatewiki.net.

* Fixes 4344 - Duplicate Uploads (#4442)

* Fixes 4344
- Update the retention policy of the Work Manager to ExistingWorkPolicy.APPEND_OR_REPLACE- which would append the new work to the end of existing one. This helps remove the while loop in UploadWorker which was meant to handle the cases where a new worker would be created for retries. The while loop seemed to have race conditions uploading duplicate entries.

* Update states to IN_PROGRESS before uploads are processed

* Image selection added

* Forwarded activity result to upload wizard

* Initialised xmls, made folder and image item.

* xmls done

* xmls completed

* removed unwanted attribute

* Created models, adapters and view models (#4441)

* created models, adapters and view models

* Added Image Fragment

* back button linked

* Documentation and refractor

* spaces

* Butterknife annotation

* DiffUtil

* Added Examples

* Extended Custom selector From Base Activity

* made view model injectable

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code

* Image selection added

* Forwarded activity result to upload wizard

* [GSOC] Added Image Fetch (#4449)

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code

* fixed merge errors

* Documented the remaining function

Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
Co-authored-by: obsidian-zero <63155026+obsidian-zero@users.noreply.github.com>
Co-authored-by: Obsidian_zero <1198474846@qq.com>
Co-authored-by: Amir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Co-authored-by: Josephine Lim <josephinelim86@gmail.com>
Co-authored-by: Ashish <ashishkumar468@gmail.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>
Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Madhur Gupta <30932899+madhurgupta10@users.noreply.github.com>
Co-authored-by: Vinayak Aggarwal <56196007+vinayak0505@users.noreply.github.com>
Co-authored-by: Ayan Sarkar <71203077+Ayan-10@users.noreply.github.com>

* [GSoC] Show uploaded images differently. (#4464)

* uploaded images shown differently

* Loaded images before query

* Handled exceptions, Made ImageLoader injectable, Document and clean code

* [GSoC] Added Uploaded status table in room database. (#4476)

* added Uploaded status table in room database

* Added unique property, minor refractoring

* Database intigrated

* Database integrated

* Handled result null exception

* Exceptions handled and refractored

* Introduced constants

* moved to sealed class

* No database insert on network error

* queried original image

* documented the code

* Updated uploaded status on upload success

* Image Helper test (#4485)

* [GSoC] Adapter Tests (#4488)

* Added FolderAdapterTest

* Image Adapter Test

* merge fix

* rebase fix

Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
Co-authored-by: obsidian-zero <63155026+obsidian-zero@users.noreply.github.com>
Co-authored-by: Obsidian_zero <1198474846@qq.com>
Co-authored-by: Amir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Co-authored-by: Josephine Lim <josephinelim86@gmail.com>
Co-authored-by: Ashish <ashishkumar468@gmail.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>
Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Madhur Gupta <30932899+madhurgupta10@users.noreply.github.com>
Co-authored-by: Vinayak Aggarwal <56196007+vinayak0505@users.noreply.github.com>
Co-authored-by: Ayan Sarkar <71203077+Ayan-10@users.noreply.github.com>
Co-authored-by: Brigham Byerly <6891883+byerlyb20@users.noreply.github.com>
Co-authored-by: Jamie Brown <jamiejbrown521@gmail.com>
Co-authored-by: Prince kushwaha <65972015+Prince-kushwaha@users.noreply.github.com>
Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
Co-authored-by: Ashar <asharalikhan200@gmail.com>
2021-08-09 16:23:42 +05:30
..
anim Add icons to FABs 2018-03-02 23:18:07 +05:30
color Fixes #2843 New main screen UI in v3.0 (#3891) 2020-11-07 02:04:04 +10:00
drawable xmls completed 2021-08-09 16:10:34 +05:30
drawable-anydpi-v24 Fixes #2843 New main screen UI in v3.0 (#3891) 2020-11-07 02:04:04 +10:00
drawable-hdpi Added a feature for editing coordinates (#4418) 2021-06-13 12:36:47 +09:00
drawable-ldpi Initialised xmls, made folder and image item. 2021-08-09 16:08:59 +05:30
drawable-mdpi Added a feature for editing coordinates (#4418) 2021-06-13 12:36:47 +09:00
drawable-xhdpi Added a feature for editing coordinates (#4418) 2021-06-13 12:36:47 +09:00
drawable-xxhdpi Added a feature for editing coordinates (#4418) 2021-06-13 12:36:47 +09:00
drawable-xxxhdpi Added a feature for editing coordinates (#4418) 2021-06-13 12:36:47 +09:00
layout [GSOC] Added Image Fetch (#4449) 2021-08-09 16:12:03 +05:30
layout-land New review layout UI for landscape view (#4412) 2021-05-15 23:43:37 +09:00
layout-xlarge Fixes #3197 Replace hardcoded dimensions with dimen resource values (#3402) 2020-02-11 21:26:33 -07:00
menu Fix #4217 Share button color should be changed from white to black in About Activity (#4373) 2021-05-10 19:13:36 +03:00
mipmap-anydpi-v26 Fixes #814 Added App Shortcuts (#3381) 2020-02-25 15:05:00 -07:00
mipmap-hdpi Fixes #814 Added App Shortcuts (#3381) 2020-02-25 15:05:00 -07:00
mipmap-mdpi Fixes #814 Added App Shortcuts (#3381) 2020-02-25 15:05:00 -07:00
mipmap-xhdpi Fixes #814 Added App Shortcuts (#3381) 2020-02-25 15:05:00 -07:00
mipmap-xxhdpi Fixes #814 Added App Shortcuts (#3381) 2020-02-25 15:05:00 -07:00
mipmap-xxxhdpi Fixes #814 Added App Shortcuts (#3381) 2020-02-25 15:05:00 -07:00
values [GSoC] Master rebase. (#4505) 2021-08-09 16:23:42 +05:30
values-ab Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-af Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-ar Localisation updates from https://translatewiki.net. 2021-07-05 13:01:31 +02:00
values-arc Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-as Localisation updates from https://translatewiki.net. 2021-05-31 10:00:26 +02:00
values-ast Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-az Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-azb Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-b+be+tarask Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-b+hif+Latn Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-b+kk+Cyrl Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-b+ms+Arab Localisation updates from https://translatewiki.net. 2021-05-31 10:00:26 +02:00
values-b+nds+NL Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-b+roa+tara Localisation updates from https://translatewiki.net. 2021-05-10 14:01:44 +02:00
values-b+sr+Latn Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-b+tg+Cyrl Localisation updates from https://translatewiki.net. 2021-03-08 15:48:37 +01:00
values-b+tt+Cyrl Renamed resource file to prevent build from failing (#3189) 2019-10-30 15:13:19 +05:30
values-ba Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-ban Localisation updates from https://translatewiki.net. 2021-07-01 13:40:48 +02:00
values-bcl Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-bg Localisation updates from https://translatewiki.net. 2021-07-12 13:01:15 +02:00
values-bn Localisation updates from https://translatewiki.net. 2021-06-21 12:26:56 +02:00
values-br Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-bs Localisation updates from https://translatewiki.net. 2021-05-17 13:06:16 +02:00
values-ca Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-ce Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-ckb Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-cs Localisation updates from https://translatewiki.net. 2021-04-19 12:42:14 +02:00
values-csb Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-cy Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-da Localisation updates from https://translatewiki.net. 2021-06-21 12:26:56 +02:00
values-de Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-diq Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-dty Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-el Localisation updates from https://translatewiki.net. 2021-06-21 12:26:56 +02:00
values-en-rGB Localisation updates from https://translatewiki.net. 2021-02-22 16:35:19 +01:00
values-eo Localisation updates from https://translatewiki.net. 2021-05-07 10:47:57 +02:00
values-es Localisation updates from https://translatewiki.net. 2021-07-08 13:01:13 +02:00
values-eu Localisation updates from https://translatewiki.net. 2021-06-21 12:26:56 +02:00
values-fa Localisation updates from https://translatewiki.net. 2021-07-01 13:40:48 +02:00
values-fi Localisation updates from https://translatewiki.net. 2021-07-19 13:01:25 +02:00
values-fit Localisation updates from https://translatewiki.net. 2019-09-06 06:46:07 +02:00
values-fo Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-fr Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-frp Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-frr Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-fur Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-gl Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-gu Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-haw Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-he Remove dead translations 2017-07-26 16:07:47 +01:00
values-hi Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-hr Localisation updates from https://translatewiki.net. 2021-06-03 15:10:02 +02:00
values-hrx Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-hsb Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-hu Localisation updates from https://translatewiki.net. 2021-06-21 12:26:56 +02:00
values-hy Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-hyw Localisation updates from https://translatewiki.net. 2020-07-27 18:20:00 +02:00
values-ia Localisation updates from https://translatewiki.net. 2021-06-07 14:45:46 +02:00
values-id Fixed problem where strings files were accepting multiple variables but no order was specified (#1116) 2018-02-01 18:41:46 +09:00
values-in Localisation updates from https://translatewiki.net. 2021-06-10 16:38:00 +02:00
values-is Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-it Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-iw Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-ja Localisation updates from https://translatewiki.net. 2021-08-05 13:01:19 +02:00
values-ji Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-jv Localisation updates from https://translatewiki.net. 2021-06-10 16:38:00 +02:00
values-ka Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-kab Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-kjp Localisation updates from https://translatewiki.net. 2018-12-13 09:02:03 +01:00
values-km Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-kn Localisation updates from https://translatewiki.net. 2021-06-07 14:45:46 +02:00
values-ko Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-ko-rKP Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-krc Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-ksh Localisation updates from https://translatewiki.net. 2016-12-19 18:58:23 +01:00
values-ku Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-kum Localisation updates from https://translatewiki.net. 2021-03-08 15:48:37 +01:00
values-ky Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-la Localisation updates from https://translatewiki.net. 2021-07-05 13:01:31 +02:00
values-lag Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-land Sets the proper width to Navigation drawer in portrait and landscape mode. 2018-03-11 10:52:09 +05:30
values-lb Localisation updates from https://translatewiki.net. 2021-06-21 12:26:56 +02:00
values-lez Localisation updates from https://translatewiki.net. 2020-10-12 15:47:21 +02:00
values-li Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-lrc Localisation updates from https://translatewiki.net. 2019-03-25 18:57:07 +01:00
values-lt Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-lv Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-mg Localisation updates from https://translatewiki.net. 2021-03-08 15:48:37 +01:00
values-mk Localisation updates from https://translatewiki.net. 2021-07-29 13:01:43 +02:00
values-ml Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-mn Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-mni Localisation updates from https://translatewiki.net. 2021-03-08 15:48:37 +01:00
values-mnw Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-mr Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-ms Localisation updates from https://translatewiki.net. 2021-05-07 10:47:57 +02:00
values-mt Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-my Localisation updates from https://translatewiki.net. 2021-04-19 12:42:14 +02:00
values-nb Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-ne Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-nl Localisation updates from https://translatewiki.net. 2021-07-15 13:01:22 +02:00
values-nqo Localisation updates from https://translatewiki.net. 2021-07-19 13:01:25 +02:00
values-oc Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-or Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-pa Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-pl Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-pms Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-ps Localisation updates from https://translatewiki.net. 2021-03-08 15:48:37 +01:00
values-pt Localisation updates from https://translatewiki.net. 2021-04-26 15:19:05 +02:00
values-pt-rBR Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-qq Localisation updates from https://translatewiki.net. 2021-06-21 12:26:56 +02:00
values-ro Localisation updates from https://translatewiki.net. 2021-04-26 15:19:05 +02:00
values-ru Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-sah Localisation updates from https://translatewiki.net. 2019-04-18 16:57:09 +02:00
values-sat Localisation updates from https://translatewiki.net. 2020-10-22 12:57:24 +02:00
values-sd Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-sh Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-si Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-sk Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-skr Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-sl Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-sr Localisation updates from https://translatewiki.net. 2021-05-03 15:19:21 +02:00
values-su Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-sv Localisation updates from https://translatewiki.net. 2021-07-29 13:01:43 +02:00
values-sw Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-szy Localisation updates from https://translatewiki.net. 2019-10-16 20:36:51 +02:00
values-ta Localisation updates from https://translatewiki.net. 2021-08-05 13:01:19 +02:00
values-tcy Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-te Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-th Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-tr Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-ug Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-uk Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-ur Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-uz Localisation updates from https://translatewiki.net. 2021-05-17 13:06:16 +02:00
values-vec Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-vi Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-xmf Localisation updates from https://translatewiki.net. 2021-07-12 13:01:15 +02:00
values-yi Fixed problem where strings files were accepting multiple variables but no order was specified (#1116) 2018-02-01 18:41:46 +09:00
values-yue Localisation updates from https://translatewiki.net. 2018-04-05 09:15:25 +02:00
values-zgh Localisation updates from https://translatewiki.net. 2021-04-12 15:40:57 +02:00
values-zh Localisation updates from https://translatewiki.net. 2021-07-26 13:01:49 +02:00
values-zh-rCN Fixed problem where strings files were accepting multiple variables but no order was specified (#1116) 2018-02-01 18:41:46 +09:00
values-zh-rTW Localisation updates from https://translatewiki.net. 2021-07-29 13:01:43 +02:00
xml Made locale non dependent on phone OS settings, but choosable on app settings (#4366) 2021-05-15 23:30:03 +09:00