Commit graph

123 commits

Author SHA1 Message Date
Madhur Gupta
2cfbb67f1c Added Basic Pic Of the Day App Widget (#1523)
* Added Basic Pic Of the Day App Widget

* Added Java Lib for XML to JSON

* Added missing json library from xml to json

* Undone formatting

* Consolidate the networking libraries - drop volley in favor of OkHttp

* Extracted a few networking related items into a new Dagger module and finished the process of mocking the main component for tests.

* Refactoring to extract GpsCategoryModel and ensure single-responsibility-principle is maintained in CategoryApi.

* Updated PicOfDayAppWidget class to parse HTML

* fixed featured image back bug

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

* Javadocs added

* Add option to set image as wallpaper (#1535)

* Add option to set image as wallpaper

* Added java docs

* Toast message on setting the wallpaper successfully

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

* Add dependencies to com.android.support.test.rules and runner

Needed for ActivityTestRule used in SettingsActivityTest

* Added Basic Pic Of the Day App Widget

* Added Java Lib for XML to JSON

* Added missing json library from xml to json

* Undone formatting

* Updated PicOfDayAppWidget class to parse HTML
2018-06-14 19:10:52 +10:00
misaochan
3ccfcac130 Reinstate MultipleShareActivity intent 2018-06-04 19:52:14 +10:00
misaochan
4db5dfb5d8 Merge remote-tracking branch 'refs/remotes/commons-app/master' into upload-overhaul-fork 2018-06-04 18:57:30 +10:00
Vivek Maskara
bcbf0db1ff Add option to set image as wallpaper (#1535)
* Add option to set image as wallpaper

* Added java docs

* Toast message on setting the wallpaper successfully
2018-05-30 20:11:36 +10:00
neslihanturan
32d36944fc
Revert "Wmhack2018 (#1536)" (#1539)
This reverts commit 01cb9ccd70.
2018-05-19 23:02:29 +03:00
Elliott Eggleston
01cb9ccd70 Wmhack2018 (#1536)
* Add new activity to manifest

* Create review activity layout base

* Add a new menu item to drawer for peer review

* Add a top menu with randomizer icon to review activity

* Add strings for review button

* Add activity to ActivityBuilderModule for injection

* Add a new drawer item to start review acitivty

* Create base of the Review Activity

* Add fragment pager

* Add new fragment for injection

* Create a fragment pager layout

* Wikimedia hackathon 2018 (#1533)

* First draft of fn to get random recent image

* Use log entries for requests to beta, try to connect refresh button

FIXME: runs http request on main thread, breaks

* Tweak button connection

* Add ReviewController class

* Fix fragments

* Wmhack2018 (#1534)

* tiny fixes

* Load pictures into activities

* Re-use same class for all review fragments (#1537)

And try to add pager indicator

* [WIP] category check

* [WIP] add on-click actions to ReviewActivity

* [WIP] add SendThankTask

* Make it beautiful

* Use standalone category extraction code in MediaDataExtractor

* Add categories to category review page
2018-05-19 23:00:06 +03:00
misaochan
625f582598 Remove MultipleShareActivity from manifest and send SEND_MULTIPLE intent to ShareActivity as well 2018-05-15 19:52:21 +10:00
misaochan
b1f777c674 Add TODOs 2018-05-08 19:54:13 +10:00
Vivek Maskara
9845a6265d Integrate API for displaying featured images (#1456)
* Integrate API for displaying featured images

* Add pagination and refactor code so that it can be reused for category images

* Add license info to the images

* Fix author view

* Remove unused values

* Fix minor issues with featured images

* Fix null license url issue

* Remove some log lines

* Fix back navigation issue

* fix tests

* fix test inits

* Gracefully handling various error situations

* Added java docs
2018-05-07 11:09:23 +03:00
neslihanturan
48c7a0372e Prepare base for new activity 2018-01-09 18:16:17 +03:00
neslihanturan
07d0f2b562 Add Notification activity to manifest 2017-12-20 19:06:35 +03:00
maskara
db8cae95e4 Fix Fresco initialization 2017-12-04 02:33:36 +05:30
Vivek Maskara
52b52c4895
Merge branch 'master' into dependency-injection 2017-12-04 02:17:16 +05:30
maskara
2796e4277c Fix issues around location in nearby activity 2017-12-02 20:58:31 +05:30
Paul Hawke
02b5b9b680 Merge branch 'master' into dependency-injection 2017-11-24 22:30:08 -06:00
Paul Hawke
f134d23ecb Merge branch 'master' into dependency-injection 2017-10-21 17:20:56 -05:00
Vishan Seru
fe57db580e Synced branch with master and fixed bugs specific to accessing of files in Nougat and above 2017-10-21 15:37:02 +05:30
Vishan Seru
836a1e3664 Added option in SettingsFragment to allow users to send the logs as a file via email 2017-10-21 13:44:06 +05:30
Paul Hawke
f55c27a625 Updated theming for the new login screen 2017-10-07 09:37:03 -05:00
Paul Hawke
7880a08c30 Ensure that activities and content providers are integrated into DI. 2017-08-26 08:56:15 -05:00
Yusuke Matsubara
9c69539276 Share file with camera using cache and FileProvider
* Use cache instead of external storage to share file with camera
* Execute ExistingFileAsync after permission is granted
2017-06-10 16:47:37 +09:00
Adam Jones
11e4fae297 Update deprecated values 2017-05-15 16:45:46 +01:00
addshore
367228d758 Switch the main activity to be the LoginActivity 2017-05-15 16:34:54 +02:00
veyndan
b9eafa66b9 Add ActionBar to About screen 2017-04-13 17:40:10 +01:00
Adam Jones
0fe7a05731 Create SettingsFragment 2017-04-02 16:37:46 +01:00
veyndan
0d582100b3 Define versionCode and versionName in build.gradle instead of AndroidManifest.xml 2017-03-24 03:01:00 +00:00
misaochan
3f2206e88a Versioning 2017-03-23 16:40:31 +10:00
veyndan
8cc51c4dd9 Extend from AppCompatActivity instead of Activity 2017-03-20 21:14:22 +00:00
maskara
edcd87f4e2 Fix lint issue: Stylingissues 2017-03-11 02:01:11 +05:30
Josephine Lim
bb1a13452f Manifest should probably not display beta 2017-03-10 18:45:05 +10:00
Josephine Lim
4bedaeaf21 Add beta testing 2017-03-09 18:27:17 +10:00
Josephine Lim
177bbafd65 Versioning 2017-03-09 17:43:58 +10:00
Josephine Lim
4a90f57706 Versioning 2017-03-07 23:55:35 +10:00
Josephine Lim
b5005f0fc6 Versioning for release v1.44 2017-02-28 23:51:04 +10:00
Josephine Lim
df75ef06d4 Versioning 2017-02-28 01:33:23 +10:00
misaochan
28d4758ad7 Versioning 2016-12-31 15:17:18 +13:00
misaochan
59870e0c00 Versioning for release v1.41 2016-12-15 16:59:04 +13:00
misaochan
2d12fe39da Versioning 1.40 for release 2016-12-07 15:55:50 +13:00
misaochan
0c5bf62e0c Versioning 2016-11-18 17:56:04 +13:00
Anirudh S
94e8c991ee Modified extra whitespace lines in source code
Code is much easier to read if there isn't too much of a gap between
lines. Primarily converted multi-line gaps into single line gaps.
2016-10-30 23:01:44 +05:30
misaochan
b428ffecb4 Versioning 2016-10-28 17:28:43 +13:00
misaochan
49e8afe020 Versioning 2016-10-25 16:13:51 +13:00
misaochan
7bcb27c246 Versioning 2016-10-21 14:34:13 +13:00
misaochan
8e8e01e2b7 Versioning 2016-10-09 17:41:14 +13:00
misaochan
b79afa2557 Versioning 2016-10-08 15:39:05 +13:00
misaochan
6961c6c550 Versioning 2016-10-07 17:40:22 +13:00
Nicolas Raoul
1927dfb1b9 Versioning, Update changelog.md 2016-09-20 23:21:18 +09:00
misaochan
89ee06a4c6 Versioning 2016-09-17 17:55:12 +12:00
misaochan
9ba4124e96 Versioning 2016-09-13 16:58:42 +12:00
misaochan
ed21fa8356 Versioning 2016-09-12 16:31:54 +12:00