apps-android-commons/app/src/main/java/fr/free/nrw/commons
Vivek Maskara a63b9f88bb
Merge 2.8 release with master (#1887)
* Add Traceur for getting meaningful RxJava stack traces (#1832)

* Hotfix for overwrite issue in 2.8.0  (#1838)

* This solution is an hotfix for overrite issue came back on 2.8.0 version. What I did is checking the extension, and if it is null, adding .jpg suffix. Because commons files always have suffixes, and we should compare file names after adding suffixes. Othervise overrides are possible.

* Check if file title includes an extension already, by checking if is there any dot in it.

* Fix logic error

* Add uncovered tests

* Remove unecessary line breaks

* Make Javadocs more explicit

* Versioning and changelog for v2.8.2 (#1842)

* Versioning for v2.8.2

* Changelog for v2.8.2

* Add logs in wiki data edit and session refresh flow (#1874)

* Fix logout (#1875)

* [WIP] Refactor feedback and quiz to reduce possibility of NPE (#1881)

* Refactor feedback and quiz to reduce possibility of NPE

* Handle throwables in quiz checker

* Minor refactoring

* Set Traceur to only work in DEBUG mode (#1884)

* Bug fix for uploaded images count in achievements activity (#1885)

* Versioning and changelog for v2.8.3 (#1886)

* Update changelog.md

* Versioning for v2.8.3
2018-09-07 05:50:41 +05:30
..
achievements Merge 2.8 release with master (#1887) 2018-09-07 05:50:41 +05:30
auth Merge 2.8 release with master (#1887) 2018-09-07 05:50:41 +05:30
caching Refactoring to extract GpsCategoryModel and ensure single-responsibility-principle is maintained in CategoryApi. 2018-05-25 01:55:03 -05:00
category Work towards eliminating string literals from code. (#1861) 2018-08-27 19:10:50 +10:00
contributions Work towards eliminating string literals from code. (#1861) 2018-08-27 19:10:50 +10:00
data Add feature to Browse commons via app (#1716) 2018-07-24 10:17:24 +03:00
delete Use NotificationChannel and prevent crash in API 26 (#1835) 2018-08-19 13:19:00 +03:00
di Merge 2.8 release with master (#1887) 2018-09-07 05:50:41 +05:30
explore Work towards eliminating string literals from code. (#1861) 2018-08-27 19:10:50 +10:00
location added null check before initialising LatLng after receiving location … (#1791) 2018-08-04 21:33:57 +05:30
media Added CDATA tag (#1836) 2018-08-31 11:44:36 +03:00
modifications Fix conflict between different product flavors (#1726) 2018-07-20 02:03:28 +10:00
mwapi Merge 2.8 release with master (#1887) 2018-09-07 05:50:41 +05:30
nearby Work towards eliminating string literals from code. (#1861) 2018-08-27 19:10:50 +10:00
notification Remove dependency on Glide, Picasso, SVG, and multidex. (#1859) 2018-08-30 14:40:17 +03:00
quiz Merge 2.8 release with master (#1887) 2018-09-07 05:50:41 +05:30
settings Change references to upload.FileUtils 2018-05-25 22:50:22 +10:00
theme Merge branch 'skip_login' of github.com:ujjwalagrawal17/apps-android-commons 2018-08-07 13:12:00 +09:00
ui Allow for settings titles to expand across multiple lines instead of being truncated (#1671) 2018-07-23 08:50:46 +03:00
upload Feature/permissions library (#1855) 2018-09-07 02:57:07 +10:00
utils Improve the algorithm for detecting unwanted images. (#1798) 2018-09-07 05:18:38 +05:30
widget Remove dependency on Glide, Picasso, SVG, and multidex. (#1859) 2018-08-30 14:40:17 +03:00
wikidata Fix issue where Wikidata edits were not happening (#1682) 2018-07-05 20:13:37 +10:00
AboutActivity.java Alignment of language selection dialog in About>Translate #1713 (#1776) 2018-08-02 19:14:56 +10:00
CommonsApplication.java Merge 2.8 release with master (#1887) 2018-09-07 05:50:41 +05:30
HandlerService.java Refactoring based on comments 2018-01-13 23:59:45 +05:30
License.java added JavaDoc comments 2017-12-19 19:25:49 +05:30
LicenseList.java Update LicenseList.java 2017-12-21 20:56:25 +05:30
Media.java Add feature to Browse commons via app (#1716) 2018-07-24 10:17:24 +03:00
MediaDataExtractor.java Bug fix issue #1839, changes (#1845) 2018-08-22 10:13:36 +05:30
MediaThumbnailFetchTask.java First baby steps into the world of dependency injection using Dagger. 2017-08-26 08:56:14 -05:00
MediaWikiImageView.java Fix urgent crashes A and E (#1749) 2018-08-02 06:24:08 +10:00
PageTitle.java Added JavaDocs 2017-12-10 00:28:51 -08:00
TokensTranslations.java Added the functionality 2018-03-17 09:53:17 +05:30
Utils.java Merge 2.8 release with master (#1887) 2018-09-07 05:50:41 +05:30
ViewHolder.java Refactored to move out nearby adapter from the activity 2017-04-02 22:21:05 +05:30
WelcomeActivity.java Added CDATA tag (#1836) 2018-08-31 11:44:36 +03:00
WelcomePagerAdapter.java Added CDATA tag (#1836) 2018-08-31 11:44:36 +03:00