Commit graph

5377 commits

Author SHA1 Message Date
Josephine Lim
3ce1343e64
Merge branch 'master' into 3.0-release 2021-06-09 20:18:42 +10:00
Josephine Lim
898dbcd751
Update changelog.md 2021-06-09 19:36:10 +10:00
Josephine Lim
65715b734d Versioning for v3.0.1 2021-06-09 19:33:41 +10:00
Amir E. Aharoni
7823b18db9
Remove unnecessary whitespace from a message (#4439) 2021-06-08 11:50:42 +03:00
obsidian-zero
feb75cbb9f
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>
2021-06-07 18:52:19 +03:00
translatewiki.net
c06756b89d Localisation updates from https://translatewiki.net. 2021-06-07 14:45:46 +02:00
Madhur Gupta
9139fd9137
Fix #4283 IllegalStateException (#4440)
* Fix #4283 IllegalStateException

* Fix flickering issue
2021-06-07 16:35:29 +10:00
Brigham Byerly
165c375bbd
UploadMediaDetail: replace discreet error toast with more-noticeable dialog (#4433) 2021-06-04 12:34:46 +03:00
Pratham Pahariya
ca18763e4f
Fixes #2815 - Nominating for deletion is cancelled on leaving the media details (#4295)
* fix issue with nominating for deletion

* Fix UI issue

* minor improvements

* fix App crash

* Added Javadoc and other minor improvements

* Updated string name

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
2021-06-04 11:15:39 +09:00
translatewiki.net
76b30678da Localisation updates from https://translatewiki.net. 2021-06-03 15:10:02 +02:00
Madhur Gupta
d400790d9d
Add more tests for Auth (#4436) 2021-06-03 19:07:57 +10:00
Josephine Lim
b42742ac21 Remove nonexistent method 2021-06-03 18:54:07 +10:00
Vinayak Aggarwal
09d8443e98 Changes made (#4354) 2021-06-03 18:41:15 +10:00
Prince kushwaha
4fa18e5e27
In depictions selection screen, suggest recently selected items (#4361)
* implement in depictions selection screen to suggest recently selected items

*use RoomDataBase
* Add Javadoc

* fix an bug

* minar change and remove extra line of code

* minar changes

* improve implemention strategy

* fix unittest

* Add javadoc

* added javadoc
2021-05-31 19:19:55 +09:00
Ayan Sarkar
18cfc89fa4
TextView blank issue fixed (#4416)
* TextView blank issue fixed

* minor issue fixed
2021-05-31 12:44:04 +03:00
translatewiki.net
a524ac7dfe Localisation updates from https://translatewiki.net. 2021-05-31 10:31:24 +02:00
translatewiki.net
143fb7bd82 Localisation updates from https://translatewiki.net. 2021-05-31 10:00:26 +02:00
translatewiki.net
9ddf17248a Localisation updates from https://translatewiki.net. 2021-05-27 15:35:03 +02:00
translatewiki.net
5816311c8e Localisation updates from https://translatewiki.net. 2021-05-24 13:57:49 +02:00
translatewiki.net
7db6f835a0 Localisation updates from https://translatewiki.net. 2021-05-17 13:06:16 +02:00
neslihanturan
3416504cda
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
2021-05-15 23:52:18 +09:00
Ayan Sarkar
b6ffe9ff06
New review layout UI for landscape view (#4412)
* ReviewActivity landscape layout created successfully

* Minor issues fixed

* minor modification

* crash fixed
2021-05-15 23:43:37 +09:00
Ayan Sarkar
1408fe5e53
Made locale non dependent on phone OS settings, but choosable on app settings (#4366)
* setLocale added

* localization added

* test complete

* resolved conflicts

* issues resolved

* minor issues fixed

* Made methods concise

* Issues fixed
2021-05-15 23:30:03 +09:00
Aditya-Srivastav
9562fd1f2c
added bookmarkLocationFragment unit tests (#4407)
* added bookmarkLocationFragment unit tests

* more lines covered
2021-05-15 18:56:01 +05:30
Ayan Sarkar
a78fea09d7
Added an option to Remove a new language description while uploading (#4406)
* implementation done modification required in card & more

* Remove button reversed

* Code beautification done

* Code beautification done

* minor issues fixed

* java docs added
2021-05-15 09:14:29 +09:00
Madhur Gupta
4b7e75c42c
Add more tests for MainActivity (#4410) 2021-05-14 17:21:12 +10:00
Madhur Gupta
48f2bb8863
Add more tests for Quiz (#4411) 2021-05-14 17:20:46 +10:00
Pratham Pahariya
c7f7b39151
Fixes #3380 - "Nearby Place found" despite already Nearby upload (#4408)
* fix issue with "nearby place found" pop up on nearby upload

* added javadoc

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
2021-05-13 23:00:55 +09:00
Pratham Pahariya
2b62d8487b
Fixes #4286 - Contributions didn't appear after logging in again (#4337)
* fix the issue with contributions not appearing after logging in again

* fix old contribution appearing on top

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
2021-05-10 19:28:32 +03:00
finalrepublic
0fb2f1b7be
Fix #4217 Share button color should be changed from white to black in About Activity (#4373)
* a solution to share-icon problem
2021-05-10 19:13:36 +03:00
Prince kushwaha
0c8b92c7aa
Show media details fragment when on clicking image of Peer Review (#4374)
* * show MediaDetailFragment in ReviewActivity on image click
* Add javadoc
* Reformated code of  ReviewActivity xml

* fix typos

* add unit test

* made minor changes
2021-05-10 19:07:28 +03:00
translatewiki.net
e9069d060c Localisation updates from https://translatewiki.net. 2021-05-10 14:01:44 +02:00
Madhur Gupta
48eb140218
Remove dependency which was causing build to fail for Instrumentation Tests (#4369) 2021-05-10 17:38:53 +10:00
Madhur Gupta
2f4c30416d
Update Test Dependency version (#4405)
* Update Version and Unit Test

* fix failing tests

* update robolectric
2021-05-10 17:22:56 +10:00
Vinayak Aggarwal
117a7805ad
Fixes #4300 Limited connection mode banner occupies too much space (#4375)
* done

* fixed

* minor changes made

changed tv, Tv to text_view, TextView, improved comment for toggleDescriptionListener
2021-05-08 18:49:50 +09:00
Pratham Pahariya
845a901604
Fixes #4385 - App crash On categoryDetail activity when click on image after orientation change (#4397)
* fix issue 4385

* fix orientation change issue

* added javadoc

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
2021-05-08 18:45:32 +09:00
translatewiki.net
3577bd9e3e Localisation updates from https://translatewiki.net. 2021-05-07 10:47:57 +02:00
Madhur Gupta
60993b3109
Fixes #4173 (#4396) 2021-05-05 01:39:32 +10:00
translatewiki.net
6f83accd5f Localisation updates from https://translatewiki.net. 2021-05-03 15:19:21 +02:00
Piyush Goel
cf7583abd4
Login error message is displayed in native phone locale language and not in just English. Fixes #4290 (#4389)
* Login error message is displayed in native phone locale language.

* Login error message is displayed in native phone locale language.
2021-05-03 09:37:14 +09:00
translatewiki.net
f35d6d605b Localisation updates from https://translatewiki.net. 2021-04-30 08:46:14 +02:00
Madhur Gupta
a5154fb7fe
Add few more tests for campaign module (#4384) 2021-04-28 17:12:11 +10:00
Madhur Gupta
cb8a7c22da
Add few more tests for notification module (#4383) 2021-04-28 17:11:52 +10:00
Madhur Gupta
2e0f8e6d68
Add Unit Tests for widget module (#4381) 2021-04-27 11:43:17 +03:00
translatewiki.net
c0c657324e Localisation updates from https://translatewiki.net. 2021-04-26 15:19:05 +02:00
translatewiki.net
950205a2a5 Localisation updates from https://translatewiki.net. 2021-04-22 14:58:11 +02:00
Aditya-Srivastav
f8a8f92070
Fixes #4329 "Back button in edit categories triggers back of media details." (#4346)
* Back button on fragment

* Handled back events

* minor changes

* removed extra lines
2021-04-19 17:19:27 +03:00
translatewiki.net
fd247f6321 Localisation updates from https://translatewiki.net. 2021-04-19 12:42:14 +02:00
Ayan Sarkar
3369d96c49
READ_EXTERNAL_STORAGE permission is not necessary while picking file from gallery (#4356) 2021-04-19 13:31:01 +03:00
Madhur Gupta
a03c04e89c
Add MediaDetailPagerFragment Unit Tests (#4362) 2021-04-19 11:54:34 +03:00