Commit graph

3875 commits

Author SHA1 Message Date
tanvidadu
deca177151 added level info and returned level info 2018-05-28 15:18:18 +05:30
tanvidadu
c43fce6d84 Added Class for calculating level 2018-05-28 13:10:39 +05:30
tanvidadu
9174dbd8c7 added ProgressBar 2018-05-26 23:40:15 +05:30
tanvidadu
5f45401d49 FeaturedImages statistics rendered and Javadocs added 2018-05-25 15:37:24 +05:30
tanvidadu
4d942a86c0 fetch and rendered the upload count 2018-05-25 15:22:15 +05:30
tanvidadu
bdb18575ec Render thanks , images used in articles on screen 2018-05-25 14:59:54 +05:30
Vivek Maskara
1aabc3f687
Merge pull request #1524 from tanvidadu/feedback
Feedback on how my pictures get used [WIP}
2018-05-24 23:21:55 +05:30
tanvidadu
dbd2051982 Improved the quality of pr 2018-05-24 02:30:46 +05:30
tanvidadu
e09706c132 fixed strings file 2018-05-24 02:10:33 +05:30
tanvidadu
f40a566e10 Added JavaDocs and improved quality 2018-05-23 02:34:32 +05:30
tanvidadu
157e744ba3 Fetch JsonObject from the api using JavaRx and OkHttp 2018-05-23 01:49:54 +05:30
tanvidadu
aa26cbe814 Updated JavaDocs and fetch the username 2018-05-22 19:50:48 +05:30
tanvidadu
b2dddaec89 Removed the unecessary functionality 2018-05-22 11:19:03 +05:30
tanvidadu
a451dbf4fc Added Info icon 2018-05-21 20:12:11 +05:30
tanvidadu
b0f9687a46 Changed the bounds of the image 2018-05-21 19:38:25 +05:30
tanvidadu
3797d714a1 Wired to navigation drawer 2018-05-21 10:56:29 +05:30
tanvidadu
fe82581472 Improved the quality of Pr 2018-05-21 10:54:57 +05:30
tanvidadu
3851d37a38 Improved the Image Bound and added strings 2018-05-21 10:54:57 +05:30
tanvidadu
22766fc634 Share Screenshot using cache 2018-05-21 10:54:57 +05:30
tanvidadu
2a6ac7a5c6 Layout made screen independent and menu inflated 2018-05-21 10:54:57 +05:30
tanvidadu
8fc7f795f6 Basic Structure Implemented 2018-05-21 10:54:56 +05:30
tanvidadu
6744940970 Implemented Statistics 2018-05-21 10:54:25 +05:30
misaochan
e028658051 Merge remote-tracking branch 'refs/remotes/origin/master' into feedback-gamification 2018-05-16 19:07:21 +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
translatewiki.net
6ab6a21e40 Localisation updates from https://translatewiki.net. 2018-05-10 10:11:14 +02: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
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
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
neslihanturan
35f05be8df
fix memory leaks (they happened due to hiding keyboard) and lint null pointer warnings in the same code (#1471) 2018-04-30 14:42:19 +03:00
Balakrishnan S
6d2c41b91e Help button (#1415)
* Help button added to tutorial

* debug typo removed

* Help changed to more info

* More option moved to bottom

* Alignment changes made
2018-04-30 14:31:27 +03:00
Abhishek Poonia
0223c5ab76 Error messages in LoginActivity persist after orientation change. (#1407) 2018-04-30 14:27:35 +03:00
neslihanturan
3c2cc26d3b
Fix conflicts from #1366 fixing lint issues (#1470)
* lint issue #171 - added Locale.getDefault()

* lint issue #171 - added Locale.getDefault()

* lint issue #171 - added %d

* lint issue #171 - Changed version

* lint issue #171 - added singleLine="true"

* lint issue #171 - changed commit to apply

* lint issue #171 - added Locale.getDefault()

* lint issue #171 - added Locale.getDefault()

* Codacy issues #778 - nested if loop

* Codacy issues #778 - nested if loop

* Revert "lint issue #171 - added %d" since we dont edit translated string files

This reverts commit e4917cddcf.
2018-04-30 14:05:47 +03:00
Mansi Agarwal
f80311d9f6 fixed crash while uploadiing certain images (#1388) 2018-04-30 13:49:03 +03:00
Ujjwal Agrawal
b017d1c99a Changed webview to Custom Tabs in Settings Page (#1328)
* Changed Webview to Custoom tabs in Settings Page

* Get COntext changed to getActivity
2018-04-30 12:24:37 +03:00
translatewiki.net
5ebaa7418e Localisation updates from https://translatewiki.net. 2018-04-30 08:19:57 +02:00
translatewiki.net
8a06aa5c14 Localisation updates from https://translatewiki.net. 2018-04-26 07:51:15 +02:00
Tanvi Dadu
9c91d7a799 Zoom (#1300)
*  Basic Zoom feature added along with button to control it

*  Pinch Zoom added

*  Merge Conflicts Resolved

*  Icons Changed

*  Compressed the high resolution images

* Fixed null pointer exception

* Fixed null pointer exception

*  Fixed exception

*  Fixed error

*  Fixed Resource availability issue
2018-04-26 03:18:58 +05:30
Vivek Maskara
fed9b1dc00
Merge pull request #1461 from misaochan/remove-author
Remove author Javadocs for FeaturedImagesListFragment.java
2018-04-25 02:28:33 +05:30
Vivek Maskara
07bdb42d84
Merge pull request #1460 from misaochan/fix-travis
Fix Travis
2018-04-25 02:28:16 +05:30