Commit graph

3988 commits

Author SHA1 Message Date
Josephine Lim
f28cc6fc8c Update pull_request_template.md (#1476)
* Update pull_request_template.md

* Remove Javadocs mention

* Added required/optional notes
2018-05-18 16:52:11 +05:30
Vivek Maskara
30d7b5d35c 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-18 16:52:11 +05:30
translatewiki.net
c4f55d2fe8 Localisation updates from https://translatewiki.net. 2018-05-18 16:52:11 +05:30
translatewiki.net
80a97c5037 Localisation updates from https://translatewiki.net. 2018-05-17 08:24:27 +02:00
misaochan
ea5f3a6ea9 Add Javadocs 2018-05-15 20:43:21 +10:00
misaochan
b1c3e8a0ac Tidying up code 2018-05-15 20:41:15 +10:00
misaochan
e62022ab55 Tidy up onRequestPermissionsResult() 2018-05-15 20:25:42 +10:00
misaochan
c22d4ce071 Shift helper methods to more logical place 2018-05-15 20:13:59 +10:00
misaochan
478c4900df Tidy initViewsAndListeners() 2018-05-15 20:13:03 +10:00
misaochan
3bd4214246 More FAB tidying 2018-05-15 20:09:22 +10:00
misaochan
11d3517b70 Create initViewsAndListeners() method to tidy onCreate 2018-05-15 20:07:34 +10:00
misaochan
aa73165964 Create new receiveIntent() method to tidy onCreate 2018-05-15 20:03:46 +10:00
misaochan
c0c74f68d2 Clear lint warnings 2018-05-15 19:57:22 +10:00
misaochan
66245d25a5 Remove check for Storage permissions and snackbar in onCreate() 2018-05-15 19:56:47 +10: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
cd2a3b345d Merge remote-tracking branch 'refs/remotes/commons-app/upload-overhaul' into upload-overhaul-fork 2018-05-15 19:31:57 +10:00
misaochan
ddc8530f6c Merge remote-tracking branch 'refs/remotes/origin/master' into upload-overhaul 2018-05-15 19:28:35 +10:00
Vivek Maskara
d891b8f310 Fix security exception crash while accessing network location provider (#1498)
* Fix security exception crash while accessing network location provider

* Added java docs
2018-05-15 17:25:37 +10:00
translatewiki.net
93b0db9ecd Localisation updates from https://translatewiki.net. 2018-05-14 08:13:34 +02:00
Ashish Kumar
b6e4fb2d68 Bug fix #1504 (#1506)
* Bug fix #1504

* Filtered messages with ConnectException [issue #1504]

* A generalised message for exceptions in Nearby Activity [issue #1504]
2018-05-12 16:49:43 +05:30
Ashish
5a6f22d369 Merge branch 'master' of https://github.com/commons-app/apps-android-commons into feature/switch_to_butterknife 2018-05-10 14:17:25 +05:30
Ashish
66b275b19d Implemented butterknife in SimilarImageFragment [issue #1491] 2018-05-10 14:16:08 +05:30
translatewiki.net
6ab6a21e40 Localisation updates from https://translatewiki.net. 2018-05-10 10:11:14 +02:00
Ashish
8f76dd0b61 Implemented butterknife in ShareActivity [issue #1491] 2018-05-10 13:32:03 +05:30
Ashish
2d1f166ac7 Implemented butterknife in MultipleUploadListFragment [issue #1491] 2018-05-09 17:57:59 +05:30
Ashish
d378d9b9c8 Merge branch 'master' of https://github.com/commons-app/apps-android-commons into feature/switch_to_butterknife 2018-05-09 14:59:14 +05:30
misaochan
f4cef8da1b Add TODOs 2018-05-09 02:29:52 +10:00
misaochan
cf583c5a77 Add TODOs and Javadocs 2018-05-08 20:21:10 +10:00
misaochan
b1f777c674 Add TODOs 2018-05-08 19:54:13 +10:00
misaochan
7f58b21fa0 Add Javadocs to ShareActivity.java 2018-05-08 19:52:49 +10:00
misaochan
f8cb469b48 Create new UploadUtils class 2018-05-08 19:33:21 +10:00
misaochan
49a808fbf3 Merge remote-tracking branch 'refs/remotes/commons-app/master' 2018-05-08 17:38:14 +10:00
Ashish Kumar
d960029775 Feature/switch to butterknife (#1494)
* Implemented butterknife in MediaDetailFragment [issue #1491]

* Implemented butterknife in MediaDetailPagerFragment [[issue #1491]]

* post merge upstream master wip [[issue #1491]]
2018-05-08 09:51:13 +03:00
Kaartic Sivaraam
cbca264dbc CONTRIBUTING: fix formatting of the gist of the guidelines (#1453)
* CONTRIBUTING: fix formatting of the gist of the guidelines

First level headings for a gist seems to be overkill.

So, replace first level headings with an ordered-list which
sounds more meaningful.

* CONTRIBUTING: specify clearly that 'blame' is a feature of "Git"

The contributing file specifies about the ability to know who wrote
something without the need of @author javadoc tags but incorrectly
attributes the feature to GitHub.

Correctly attribute the feature to where it belongs, Git, and specify
the name of the feature to help users easily take advantage of it.
2018-05-08 09:34:09 +03:00
neslihanturan
2a98bd21ce Add nearby tutorial (#1467)
* Add dependency for MaterialShowcase

* Add actionview class to get a reference to material showcase

* Create a NearbyMaterialShowcaseSequence class

* Apply sequence steps

* Add first three steps of nearby showcase

* Add sequence id constants to make sure they will be displayed only once

* Add last step of sequence to explain plus fab

* Create an object to prevent customize all sequences every time

* Fix typo

* Code cleanup

* Add strings to strings.xml

* Code cleanup

* Revert irrelevant change

* Revert irrelevant change

* Remove showcaseview for recenter button

* Use single showcaseView instead of sequence

* Add single showcase view insted of sequence to be able to edit text style

* Make sure it will be displayed only once

* Cleanup

* Update strings

* Change dismiss text style
2018-05-07 22:05:20 +10:00
Tanvi Dadu
4f6b791c93 Open map of place where picture was taken (#1360)
* Intent to map added

*  Merge conflicts resolved

*  Added the functionality to hide FAB incase of null coordinate

*  Merge Conflict resolved

*  Improve pr quality

* Improve Quality

*  Added nested FAB animations

* Nested FAB implemented

*  Improve Quality

*  Added up arrow

*  Javadocs Added
2018-05-07 12:57:59 +03:00
Ashish
285961ec16 Resolved merge conflicts [#1494] 2018-05-07 15:12:53 +05:30
Man Parvesh Singh Randhawa
bd86dde444 resolves #1464 : MediaDataExtractor is making inefficient (redundant) server calls (#1496) 2018-05-07 12:32:11 +03:00
Josephine Lim
e36ebfeffe Update pull_request_template.md (#1476)
* Update pull_request_template.md

* Remove Javadocs mention

* Added required/optional notes
2018-05-07 12:27:14 +03: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
translatewiki.net
96eae8c0a6 Localisation updates from https://translatewiki.net. 2018-05-07 07:54:16 +02:00
Josephine Lim
228aa21290 Update contributing.md (#1477) 2018-05-06 23:35:55 +05:30
Ashish
3fcbc378c9 Merge branch 'feature/switch_to_butterknife' of https://github.com/ashishkumar468/apps-android-commons into feature/switch_to_butterknife 2018-05-05 15:49:26 +05:30
Ashish
f9989ba1a3 post merge upstream master wip [[issue #1491]] 2018-05-05 14:03:59 +05:30
Ashish
f7ad2cbf8f Implemented butterknife in MediaDetailPagerFragment [[issue #1491]] 2018-05-04 19:05:35 +05:30
Ashish
d3057979d1 Implemented butterknife in MediaDetailFragment [issue #1491] 2018-05-04 16:04:14 +05:30
Ujjwal Agrawal
693c37f2ec Updated share feature (#1474) 2018-05-04 12:56:13 +03:00
translatewiki.net
bcb90db16c Localisation updates from https://translatewiki.net. 2018-05-03 09:21:58 +02:00
Ujjwal Agrawal
d3597b80a6 Added hideKeyboard in ViewUtil (#1488) 2018-05-03 02:47:56 +05:30
Anubhav
dcd767351b Deprecation removed 2018-05-01 17:03:59 +05:30