Commit graph

1976 commits

Author SHA1 Message Date
translatewiki.net
50bcaab15d Localisation updates from https://translatewiki.net. 2020-08-27 15:48:09 +02:00
translatewiki.net
36954db62d Localisation updates from https://translatewiki.net. 2020-08-24 15:22:08 +02:00
translatewiki.net
f0aad31f7e Localisation updates from https://translatewiki.net. 2020-08-21 17:19:03 +02:00
translatewiki.net
4e4ed71c68 Localisation updates from https://translatewiki.net. 2020-08-17 19:15:27 +02:00
neslihanturan
1856196851
Todo for user (#3851)
* Add a simple message

* Categories are edited

* Display categories

* read whole page

* Revert wrong changes

* Add newly added category field

* Doesnt displaey alreasy added categories

* add strings for notifications

* clean code

* Readd accidentally removed imports

* Fix edit layout style

* Fix category update messages

* Pass isWikipediaButtonDisplayed information to fragment

* Remove unused class

* Fix strings

* Fix string

* Add exeption for uncategorised images too

* Revert project.xml changes

* fix update buttonvisibility issue

* Make sure it works for auto added categories too

* make the button visible

* Make the button appear when categories are entered

* Include cancel button

* Make view updated too

* Make category view edited

* Update categories in an hacky way

* Fix unnecessary method call

* Add notes for short term fix to display added category

* Fix tests

* Fix strings

* Fix click issue
2020-08-17 21:30:46 +10:00
translatewiki.net
f5e28834fc Localisation updates from https://translatewiki.net. 2020-08-13 19:13:57 +02:00
translatewiki.net
8f84be4d03 Localisation updates from https://translatewiki.net. 2020-08-07 09:37:37 +02:00
translatewiki.net
fb4af37418 Localisation updates from https://translatewiki.net. 2020-08-03 19:39:17 +02:00
translatewiki.net
baebb7bc5d Localisation updates from https://translatewiki.net. 2020-07-30 15:26:08 +02:00
translatewiki.net
4126fce97d Localisation updates from https://translatewiki.net. 2020-07-27 18:20:00 +02:00
Kaartic Sivaraam
28b8fd2923
Clarify that the caption would also be used as the image title (#3876)
The app uses the fist caption as the file title. This should also
be communicated to the user via the info box as they would not be
aware of it otherwise.
2020-07-23 19:30:05 +10:00
translatewiki.net
a51007de2f Localisation updates from https://translatewiki.net. 2020-07-20 19:44:07 +02:00
translatewiki.net
5f7ac19d49 Localisation updates from https://translatewiki.net. 2020-07-14 10:14:27 +02:00
translatewiki.net
eae564ba69 Localisation updates from https://translatewiki.net. 2020-07-10 11:29:36 +02:00
Vivek Maskara
6f4c60b5ff
With pause and resume for uploads (#3858)
* With pause and resume for uploads

* Dispose current upload

* Make pause and resume work

* Check stash validity

* With java docs

* minor
2020-07-08 00:32:41 +10:00
translatewiki.net
82d8d40b4f Localisation updates from https://translatewiki.net. 2020-07-06 18:43:42 +02:00
translatewiki.net
c1b838e116 Localisation updates from https://translatewiki.net. 2020-07-02 17:43:11 +02:00
Saumia Singhal
764f9281e8
remove nested scroll view in fragment_upload_media_detail_fragment (#3859) 2020-07-01 10:15:08 -07:00
Bryan Hauser
dea629c2c4
#3726 Add map legend (#3839)
* strings: add strings for map legend

* nearby: split description into a layout and add legend

* nearby: add newline at end of file
2020-06-30 02:11:26 +10:00
translatewiki.net
a14bbf5725 Localisation updates from https://translatewiki.net. 2020-06-29 16:17:25 +02:00
Seán Mac Gillicuddy
9d59915459
#3822 Convert SubCategoryImagesListFragment to use Pagination (#3824) 2020-06-25 15:40:02 +03:00
Seán Mac Gillicuddy
7817518462
#3820 Convert CategoryImagesListFragment to use Pagination (#3821) 2020-06-25 12:38:58 +03:00
Seán Mac Gillicuddy
0e5ba98c2e
#3818 Convert SubDepictionListFragment to use Pagination (#3819) 2020-06-25 12:08:15 +03:00
Seán Mac Gillicuddy
34ab6f581b
#3810 Convert DepictedImagesFragment to use Pagination (#3815)
* #3468 Switch from RvRenderer to AdapterDelegates - replace SearchDepictionsRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace UploadCategoryDepictionsRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - update BaseAdapter to be easier to use

* #3468 Switch from RvRenderer to AdapterDelegates - replace SearchImagesRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace SearchCategoriesRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace NotificationRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace UploadDepictsRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace PlaceRenderer

* #3756 Convert SearchDepictionsFragment to use Pagination - convert SearchDepictionsFragment

* #3756 Convert SearchDepictionsFragment to use Pagination - fix presenter unit tests now that view is not nullable - fix Category prefix imports

* #3756 Convert SearchDepictionsFragment to use Pagination - test DataSource related classes

* #3756 Convert SearchDepictionsFragment to use Pagination - reset rx scheduler - ignore failing test

* #3760 Convert SearchCategoriesFragment to use Pagination - extract functionality of pagination to base classes - add category pagination

* #3772 Convert SearchImagesFragment to use Pagination  - convert SearchImagesFragment - tidy up showing the empty view - make search fragments show snackbar with appropriate text

* #3772 Convert SearchImagesFragment to use Pagination  - allow viewpager to load more data

* #3760 remove test that got re-added by merge

* #3760 remove duplicate dependency

* #3772 fix compilation

* #3780 Create media using a combination of Entities & MwQueryResult - construct media with an entity - move fields from media down to contribution - move dynamic fields outside of media - remove unused constructors - remove all unnecessary fetching of captions/descriptions - bump database version

* #3808 Construct media objects that depict an item id correctly - use generator to construct media for DepictedImages

* #3810 Convert DepictedImagesFragment to use Pagination - extract common media paging methods - convert to DepictedImages to use pagination

* #3810 Convert DepictedImagesFragment to use Pagination - rename base classes to better reflect usage

* #3810 Convert DepictedImagesFragment to use Pagination - map to empty result with no pages

* #3810 Convert DepictedImagesFragment to use Pagination - align test with returned values

* #3780 Create media using a combination of Entities & MwQueryResult - update wikicode to align with expected behaviour

* #3780 Create media using a combination of Entities & MwQueryResult - replace old site of thumbnail title with most relevant caption
2020-06-25 18:02:51 +10:00
Seán Mac Gillicuddy
54498e4525
#3836 Fix button attributes on "Next" in Depiction Uploads - make text white (#3837) 2020-06-24 00:15:38 +10:00
translatewiki.net
5c1d1b9263 Localisation updates from https://translatewiki.net. 2020-06-22 17:18:23 +02:00
translatewiki.net
c7d73e167a Localisation updates from https://translatewiki.net. 2020-06-18 21:13:30 +02:00
Vivek Maskara
e4190f3f7d
With option for associating image with wikipedia article (#3783) 2020-06-16 16:51:06 +03:00
translatewiki.net
a4379fde02 Localisation updates from https://translatewiki.net. 2020-06-15 22:10:45 +02:00
translatewiki.net
b7ba1f0f57 Localisation updates from https://translatewiki.net. 2020-06-11 19:22:24 +02:00
Seán Mac Gillicuddy
f4d81eb4ca
#3760 Convert SearchCategoriesFragment to use Pagination (#3770) 2020-06-10 15:57:13 +03:00
translatewiki.net
63ab4a25aa Localisation updates from https://translatewiki.net. 2020-06-08 17:02:27 +02:00
translatewiki.net
884e34887e Localisation updates from https://translatewiki.net. 2020-06-04 17:44:58 +02:00
translatewiki.net
0882516d6e Localisation updates from https://translatewiki.net. 2020-06-01 22:29:08 +02:00
Vivek Maskara
d863a404f1
With lazy loading of contributions (#3566) 2020-05-28 14:54:41 +03:00
Seán Mac Gillicuddy
c216fdf0d4
#3756 Convert SearchDepictionsFragment to use Pagination (#3758) 2020-05-28 14:10:04 +03:00
Sotirios Siamandouras
0ebd59a223
Fixes #3712 Changed button attributes (#3718)
* Fixes #3712 Changed Widget.AppCompat.Button.Borderless to Widget.AppCompat.Button

* Update upload_depicts_fragment.xml

* Update upload_depicts_fragment.xml

Removed unnecessary line
2020-05-28 09:00:09 +01:00
Seán Mac Gillicuddy
b063d6bdfd #3468 Switch from RvRenderer to AdapterDelegates (#3750)
* #3468 Switch from RvRenderer to AdapterDelegates - replace SearchDepictionsRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace UploadCategoryDepictionsRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - update BaseAdapter to be easier to use

* #3468 Switch from RvRenderer to AdapterDelegates - replace SearchImagesRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace SearchCategoriesRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace NotificationRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace UploadDepictsRenderer

* #3468 Switch from RvRenderer to AdapterDelegates - replace PlaceRenderer

* #3468 fix constant import

* #3468 Switch from RvRenderer to AdapterDelegates - resolve id conflict
2020-05-27 19:44:21 +10:00
translatewiki.net
7a49ca12a4 Localisation updates from https://translatewiki.net. 2020-05-26 17:04:25 +02:00
neslihanturan
3f31c3eded
Add bookmarks to Nearby map (#3728)
* Remove bookmark button from row button set and put to upper level list item

* Fix npe caused by lookinf for parent fragment, we don't have one anymore

* style

* Add new icons for bookmarked places

* Change bookmarked info when bookmarked

* Add pic field to bookmark dao so that we can retrieve them later

* Put bookmarks as the first item of list

* Add bookmark as a label

* Add logic to filter nearby

* remove unneeded changes

* fix word

* Remove logs

* Remove unused part of code

* Fix tests

* Remove logs

* simplify icon picking

* remove redundant margin left

* Remove non needed map and swap

* Add main thread annotation

* Fix tests
2020-05-21 20:58:27 +10:00
Cloe Riva
7084fd2535
Nearby: make list resize and display message when empty (#3746)
* Nearby: make list resize and display message when empty

* refactored and renamed for clarity

* refactoring and simplifying based on comments

* refactoring and simplifying based on comments

* removing vertical orientation
2020-05-19 13:43:49 +01:00
translatewiki.net
fbd057b87e Localisation updates from https://translatewiki.net. 2020-05-18 16:02:30 +02:00
translatewiki.net
34f02499e4 Localisation updates from https://translatewiki.net. 2020-05-11 17:35:27 +02:00
translatewiki.net
dc6a3e507b Localisation updates from https://translatewiki.net. 2020-05-07 17:07:32 +02:00
translatewiki.net
70f28b1dcf Localisation updates from https://translatewiki.net. 2020-05-04 15:49:51 +02:00
translatewiki.net
ccdf2646b9 Localisation updates from https://translatewiki.net. 2020-04-30 16:47:25 +02:00
translatewiki.net
83790a6f1f Localisation updates from https://translatewiki.net. 2020-04-27 16:43:48 +02:00
Seán Mac Gillicuddy
36a31a96dc
#3451 Delete CompatTextView - remove all references to CompatTextView (#3709) 2020-04-25 13:21:19 -07:00
Kshitij Bhardwaj
82bf2d757f
Fixes #3679: Issues with new media details UI (#3697) 2020-04-25 12:34:28 +03:00
Seán Mac Gillicuddy
707e3145c2
#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading (#3696)
* #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - fix imageview rendering code

* #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - show selected depictions at the top - ensure updates to nearby places are reflected

* #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - don't set imageUrl when the url is none

* #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - rewrite unit tests

* #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - minor cleanup

* #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - fix erroneous cache access
2020-04-25 12:27:21 +03:00