Commit graph

196 commits

Author SHA1 Message Date
Meghna Gupta
68ac0db2e1 Formatted text in Tutorial pageviews 2018-02-26 09:25:05 +05:30
Ujjwal Agrawal
96173e26cf Changed Webviews to Custom Tabs in Nearby Places Dialog, AboutUsActivity (#1185)
* Changed Webviews to Custom Tabs in Nearby Places Dialog, AboutUsActivity

* Created method handleWebUrl in Utils.java
2018-02-25 00:27:49 +05:30
Tanvi Dadu
a52680d646 Add explicit mention of beta server to login screen (#1102)
* Add explicit mention of beta server to login screen of beta product flavour

* Add explicit mention of beta server to login screen of beta product flavour

* Add explicit mention of beta server to login screen of beta product flavour

* Add explicit mention of beta server to login screen of beta product flavour

* Add explicit mention of beta server to login screen of beta product flavour

* Add explicit mention of beta server to login screen of beta product flavour
2018-02-24 22:09:52 +05:30
Vishan Seru
054fa93460 Detecting pictures that are too dark (#926)
* Made the following changes:
->Added OpenCV library to the project
->Added functionality to detect if an image being uploaded is too dark
->Added functionality to detect if an image being uploaded is blurred

* Made corrections and changes based on gradle checkstyle requirements

* Updated gitignore to remove binary files related to OpenCV from project

* Image blurriness detection was undone. Images are checked only for being too dark now

* Removed OpenCV documentation folder containing a lot of html files

* Removed unnecessary buildScript usage in build.gradle file for opencv library and also added abi splits

* Removed OpenCV library usages and references from project

* Removed OpenCV library folder from project
2018-02-18 15:01:42 +05:30
Yusuke Matsubara
e01c06e6a2 Use different labels for different buttons (toggle vs refresh) 2018-02-06 10:21:06 +09:00
Carlos Valencia
696f3744e1 Fixed problem where strings files were accepting multiple variables but no order was specified (#1116) 2018-02-01 18:41:46 +09:00
Josephine Lim
3697eb5b2d
Merge pull request #1089 from maskaravivek/notifications
Integrated Notifications API
2018-01-26 00:28:25 +10:00
Shradheya Thakre
17915f7794 Reduce size of icon 2018-01-24 21:12:46 +08:00
Shradheya Thakre
b4e577fedf Compatability with both themes 2018-01-23 15:38:47 +08:00
maskara
28a6a3b71d Integrate notifications API 2018-01-22 03:46:54 +05:30
maskara
d78c7befbd Revert "Revert "Merge pull request #1024 from neslihanturan/displayNotificationsUI""
This reverts commit d253db5444.
2018-01-21 14:54:25 +05:30
Shradheya Thakre
a92ca04e43 Resources valued added 2018-01-20 14:12:32 +08:00
misaochan
d253db5444 Revert "Merge pull request #1024 from neslihanturan/displayNotificationsUI"
This reverts commit 031e53c988, reversing
changes made to 0aa20effe0.

revert UI notifications
2018-01-16 18:52:25 +10:00
maskara
a85da9d0a5 Merge branch 'uıForNotifications' of https://github.com/commons-app/apps-android-commons 2018-01-08 01:41:21 +05:30
neslihanturan
38d3edfe1d
Merge pull request #1027 from psh/consistent-sizes-with-dimens
Tech-improvement: Better use of dimens.xml for common sizes
2018-01-01 20:35:34 +03:00
Nicolas Raoul
836baf2ae3
Removed redundant category
"Sydney Opera House from the west" already contains the category "Sydney Opera House", so it is not recommended to include it.
I understand this is just an example, but still better show the right thing when educating users.
2017-12-28 18:58:17 +09:00
Paul Hawke
d9d174398d Initial pass to use standard margins/padding (in dimens.xml) 2017-12-22 15:24:30 -06:00
neslihanturan
ecb1f8ccb3 Add strings 2017-12-20 19:11:46 +03:00
Nicolas Raoul
861a145f05 Fixed syntax 2017-12-18 18:13:53 +09:00
Nicolas Raoul
3f9177662c
Merge pull request #964 from gokberksahin/master
Fixed issue #963
2017-12-13 11:24:42 +09:00
maskara
2796e4277c Fix issues around location in nearby activity 2017-12-02 20:58:31 +05:30
maskara
b6441ef89f Lock location after the list is loaded once 2017-11-23 02:38:24 +05:30
maskara
a61124a580 Fix: Location update in nearby activity 2017-11-22 01:11:02 +05:30
gokberk
ff5e141c22 added the line deleted by mistake 2017-11-16 19:40:40 +03:00
gokberk
d9e1d44e89 Fixed issue #963 2017-11-15 23:57:59 +03:00
Vishan Seru
0cc096c5ab Changed capital 'L' to small 'l' in the 'Send log file' string 2017-10-21 21:34:39 +05:30
Vishan Seru
1d0a701dd3 Changed usage of 'logs' to 'log file' to better fit the grammar 2017-10-21 20:48:52 +05:30
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
accd7edb7d Merge branch 'master' into login-screen-improvement 2017-10-10 22:13:25 -05:00
Paul Hawke
7e5d8c4c79 Merge pull request #905 from misaochan/about-activity-update
Modify disclaimer in About activity per WMF's request
2017-10-10 22:00:02 -05:00
misaochan
473d5f62a2 Futureproof privacy policy link 2017-10-11 01:34:50 +10:00
misaochan
9e0a790b8a Modify privacy policy URL 2017-10-11 00:33:17 +10:00
misaochan
dcb9ad0a96 Replace About text with version drafted by WMF lawyer 2017-10-11 00:33:17 +10:00
Vishan Seru
6b96b65203 Synced branch to master 2017-10-10 19:51:29 +05:30
Paul Hawke
e416a0f48d Simplified the style.xml to remove items that remain constant across day/night mode. 2017-10-09 18:47:44 -05:00
Paul Hawke
cc2bb36560 Code cleanup to make the class more readable, extracted string resource and dealt with warnings. 2017-10-07 16:42:06 -05:00
Paul Hawke
f55c27a625 Updated theming for the new login screen 2017-10-07 09:37:03 -05:00
Paul Hawke
7dd3dced35 Fixed merge conflicts 2017-09-26 22:33:59 -05:00
Josephine Lim
62750de0c1 Merge pull request #756 from veyndan/nearby-list-redesign
Redesign Nearby Places list items
2017-09-06 15:49:46 +10:00
Vishan Seru
11f9511495 When location permission request is denied in NearbyActivity, instead of the NoPermissionsFragment, now an AlertDialog is shown providing options to either retry the permission request or cancel and quit the activity. 2017-09-05 20:53:55 +05:30
Paul Hawke
97bbd51e13 Removed the popup and nav-drawer item relating to developer plans. 2017-08-24 22:19:43 -05:00
neslihanturan
e3455b630e Merge pull request #796 from akaita/media_detail_enhance
Enhance behaviour of Media detail enhance
2017-08-08 15:29:33 +03:00
Mikel
7754c7c7c4 Fix vectors for drawableStart in API 17 2017-08-07 20:44:35 +01:00
Josephine Lim
4e1d239822 Merge branch 'master' into master 2017-07-30 18:20:42 +10:00
Amire80
437ebe3813 Remove the preference_tracking and preference_tracking_summary messages
These strings don't seem to be used anywhere.
2017-07-29 17:30:12 +03:00
mebr1416
c69a1b397c - Fixed conflicts 2017-07-28 17:30:38 +03:00
mebr1416
a27ad4a8e8 - Information by upload fields
- Fixed conflicts
2017-07-28 17:04:50 +03:00
mebr1416
b32320b344 - Information by upload fields
- Fixed conflicts
2017-07-28 16:26:56 +03:00
mebr1416
05bdfb588e Information by upload fields 2017-07-28 12:19:37 +03:00