Commit graph

356 commits

Author SHA1 Message Date
Madhur Gupta
14efac1000
Add ImageUtils Tests (#4542) 2021-08-12 16:00:34 +10:00
Madhur Gupta
3314905cfa
Add ContributionsListFragment Unit Tests (#4533) 2021-08-02 19:23:57 +10:00
Ayan Sarkar
3b7aa0376d
Added option for sharing achievements and a back button in ProfileActivity (#4489)
* UI done

* Share added

* Minor modification

* tests added

* tests added

* tests added

* modified

* modifications

* modification

* Entered if

* Entered if

* 97% coverage

* Separate

* Minor modifications

* Minor modifications
2021-07-18 05:40:32 +05:30
Madhur Gupta
4be7e7b274
Add UploadMediaDetailFragment Unit Tests (#4492) 2021-07-05 16:11:02 +10:00
Madhur Gupta
93d7ef33ba
Fix Tests Errors (#4491) 2021-07-05 16:10:49 +10:00
Madhur Gupta
07060cf94f
Add Contributions Fragment Unit Tests (#4490) 2021-07-05 16:10:37 +10:00
Madhur Gupta
810c797be2
Add UploadCategoriesFragment Unit Tests (#4473) 2021-06-21 14:02:10 +10:00
Jamie Brown
ca9f6f5e47
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>
2021-06-21 12:33:11 +09:00
Madhur Gupta
d400790d9d
Add more tests for Auth (#4436) 2021-06-03 19:07:57 +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
Aditya-Srivastav
9562fd1f2c
added bookmarkLocationFragment unit tests (#4407)
* added bookmarkLocationFragment unit tests

* more lines covered
2021-05-15 18:56:01 +05:30
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
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
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
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
Madhur Gupta
a03c04e89c
Add MediaDetailPagerFragment Unit Tests (#4362) 2021-04-19 11:54:34 +03:00
neslihanturan
4bca142321
Revert "Add Unit Tests for Upload Service (#4322)" (#4353)
This reverts commit fba7fb8532.
2021-04-13 02:22:30 +10:00
Madhur Gupta
fba7fb8532
Add Unit Tests for Upload Service (#4322) 2021-04-12 17:38:32 +03:00
Ashish
ecbff7e3b8
Fixes #3790- Use WorkManagers to upload contributions (#4298)
* Fixes #3790
Use WorkManagers to process upload contributions
** Removed UploadService and Added UploadWorker to process contributions Upload
** Made nescessary changes to remove the usages of the Service from the classes
** UI Fxies- Minor changes in the retry and cancel uplaod icons to give them a clickable area of 48 dp

* Fixes #3790
Use WorkManagers to process upload contributions
** Removed UploadService and Added UploadWorker to process contributions Upload
** Made nescessary changes to remove the usages of the Service from the classes
** UI Fxies- Minor changes in the retry and cancel uplaod icons to give them a clickable area of 48 dp

* Updated JavaDocs in UploadWorker, Fixed Test cases

* Updated JavaDocs in UploadWorker, Fixed Test cases

* Updated gradle

* Revert "Updated gradle"

This reverts commit c8979fe6dc.

* rolledback to compileSDKVersion 28, fixed tests

* Don't call the show notifications on the main thread

* Bug Fix- Duplicate contributions, handle upload stash errors
2021-04-08 15:59:07 +03:00
Aditya-Srivastav
0a7ff3e068
Added LocationUtilsTest for LocationUtils (#4319)
* added location utils test

* requested changes
2021-04-08 15:40:28 +03:00
Madhur Gupta
b939db91e0
Update Tests for Profile Activity (#4324) 2021-04-05 11:30:36 +03:00
Madhur Gupta
5ddbc9e27a
Add More Unit Tests for NotificationActivity (#4314) 2021-04-02 12:44:28 +03:00
Pratham Pahariya
a479dd5bb1
#4048 - "copy to subsequent media" button (#4308)
* added copy to subsequent media button

* minor change

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
2021-04-02 09:12:11 +03:00
Madhur Gupta
6449d8f639
Add Grid View Adapter Unit Tests (#4301) 2021-03-23 12:57:24 +03:00
Pratham Pahariya
944225c3a3
Fixes #4260 - Item with P582 (end time) shown as existing (#4292)
* fix issue with item with endtime shown as existing

* Removed destroyed and endtime, Added comments and also fixed the broken tests

* minor fix

* Added comments

* fix no such column location_exists error

* minor improvement

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
2021-03-18 00:05:08 +09:00
Aditya-Srivastav
5c02b2fc0a
changed column name (#4288) 2021-03-04 16:55:21 +03:00
Aditya-Srivastav
7a5774e479
Fixes #4281 "Wrong language pre-selected in Nearby upload" (#4285)
* location added

* tests

* changes requested

* comments

* Test fixed, minor improvement
2021-03-04 15:51:28 +03:00
Madhur Gupta
64993dfbc8
Add few more unit tests for AchievementsFragment (#4272) 2021-02-23 19:43:20 +10:00
Madhur Gupta
5f1dda146e
Add BookmarkPicturesFragment Unit Tests (#4264) 2021-02-22 21:15:12 +10:00
Aditya-Srivastav
7d8ea51c4f
Added bookmark section in not-logged-in version (#4256)
* added bookmark in not-logged-in version

* javadoc

* javadoc update

* spacing

* added unit test
2021-02-22 00:23:41 +09:00
Taco
ee50bc8188
Update AndroidX Browser and ExifInterface to latest version (#4223) 2021-02-15 21:35:20 +09:00
Adam Jones
89737b2640
#747: Convert action package (ThanksClient and PageEditClient) to Kotlin (#4075) 2021-01-23 14:36:01 +05:30
Madhur Gupta
aec563efe9
Added Few more Login Activity Tests (#4164) 2021-01-14 02:41:09 +10:00
Madhur Gupta
c8753e8b38
Added Settings Activity Tests (#4165)
* Added Settings Activity Tests

* Remove extra lines
2021-01-14 02:40:10 +10:00
Madhur Gupta
653a41ce24
Added Notification Activity Tests (#4166) 2021-01-14 02:40:04 +10:00
Madhur Gupta
381f54c5ef
Added Review Activity Tests (#4167)
* Added Review Activity Tests

* Remove Unused Code
2021-01-14 02:39:47 +10:00
Madhur Gupta
9296ef6fbd
Extend About Activity Tests (#4168) 2021-01-14 02:39:27 +10:00
Madhur Gupta
cd3ba67cfb
Add Category Details Activity Unit Tests (#4169) 2021-01-14 02:39:14 +10:00
Madhur Gupta
a62c2f5cf0
Add Main Activity Unit Tests (#4171) 2021-01-14 02:38:51 +10:00
Madhur Gupta
7f2316fe46
Add More Bottom Sheet Fragments Unit Tests (#4172)
* Add More Bottom Sheet Fragment Unit Tests

* Add More Bottom Sheet Logged Out Fragment Unit Tests
2021-01-14 02:38:31 +10:00
Madhur Gupta
57aab1927a
Add Achievements Fragment Tests (#4162) 2021-01-12 00:30:04 +00:00
Madhur Gupta
67a9bd56fb
Add Login Activity Test (#4160) 2021-01-12 00:17:27 +00:00
Madhur Gupta
e36640377a
Added Search Activity Unit Tests (#4149) 2021-01-05 03:05:59 +10:00
Madhur Gupta
c3700c9234
Added Signup Activity Test (#4134) 2020-12-28 20:23:03 +10:00
Madhur Gupta
c1659f2bc0
Added Tests for Profile Activity (#4062) 2020-12-05 18:49:25 +00:00
Ashish
d720750ab4
Fixes invalid authorname in explore (#4054)
* Fixes #3341, #4018
* Defined two feild author and user in Media and used them at the corresponding places
Minor bug fixes
-displaying userName in uploadedBy.
-modified HTML parsing in getArtist.
-Replaced creator with author.

* Fixes #3341, #4018
* Defined two feild author and user in Media and used them at the corresponding places
Minor bug fixes
-displaying userName in uploadedBy.
-modified HTML parsing in getArtist.
-Replaced creator with author.
2020-12-01 23:56:41 +10:00
Madhur Gupta
2ed5a74b4d
Added Test for BookmarksPagerAdapter (#4027) 2020-11-10 20:25:01 +10:00