neslihanturan
ce8c807348
Merge pull request #1279 from knight-shade/Fixes-#1275
...
Fixes #1275 Set proper with of Navigation drawer in both orientations.
2018-03-16 13:04:11 +02:00
Madhur Gupta
a984a302c0
Fix Underline Tag Bug in About Page
2018-03-13 22:34:39 +05:30
Josephine Lim
2516445d68
Merge pull request #1261 from knight-shade/Fixes-#1258
...
Fixes #1258
2018-03-12 16:59:45 +10:00
Ujjwal Agrawal
ede8c76d45
Faqs added in About Activity ( #1256 )
...
* Faqs added in About Activity
* Added CDATA in strings
* removed cdata, added SpannableString
2018-03-11 13:28:26 +05:30
knightshade
4861c4dfa3
Sets the proper width to Navigation drawer in portrait and landscape mode.
...
Fixes #1275
2018-03-11 10:52:09 +05:30
Madhur Gupta
bdd7a86cd5
Revamp the Settings page ( #1259 )
...
* Revamp the Settings page
* Update License Test
2018-03-11 00:56:05 +05:30
Madhur Gupta
de673eb4ca
Add Forgot Password Option in LoginActivity ( #1242 )
...
* Add Forgot Password Option in LoginActivity
* Add Forgot Password Option in LoginActivity
* Add Forgot Password Option in LoginActivity
* Update URL for the "beta" flavor
* Update forgotPassword function
2018-03-10 23:00:05 +05:30
Tanvi Dadu
57bfb7b328
Skip option in Welcome Screen ( #1251 )
...
* Skip option in Welcome Screen
* Tutorial screen Revamped
* fixed the prodDebug visibility
2018-03-10 22:47:21 +05:30
knightshade
0a45e0cc43
Fixed typo.
2018-03-07 00:07:21 +05:30
knightshade
7009537e8e
Wraps string stored in strings.xml with CDATA to prevent PHP's SimpleXML return null when string contains other tags.
...
Fixes #1258
2018-03-06 08:43:30 +05:30
Shradheya Thakre
48de0e9ca4
fix-string-message
2018-03-04 13:12:23 +08:00
Vivek Maskara
4c3513b442
Merge pull request #1211 from tshradheya/1195-give-toast-message
...
Give toast when trying to upload image without giving a Title #1195
2018-03-03 19:23:10 +05:30
Hassan
e49f13ff74
Merge branch 'master' into master
2018-02-28 08:44:03 -06:00
neslihanturan
e207edc0e5
Merge pull request #1188 from ujjwalagrawal17/feat5
...
Rate Us feature added
2018-02-28 11:26:54 +02:00
neslihanturan
5c51e2e00c
Merge pull request #1174 from hismaeel/1130(b)
...
issue #1130 (b)
2018-02-27 16:09:08 +02:00
Ujjwal Agrawal
eeaa9a90ba
Merge branch 'master' into feat5
2018-02-27 12:17:29 +05:30
Ujjwal Agrawal
fc8b522ac4
Rate Us method added to Utils.java and called on AboutActivity.java
2018-02-27 12:04:04 +05:30
Shradheya Thakre
4037972e95
Added Toast message content
2018-02-26 14:11:51 +08:00
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
Ujjwal Agrawal
4432f2ca1a
Rate Us feature added
2018-02-24 17:36:54 +05:30
Hassan
167dabc73d
Update strings.xml
2018-02-21 12:05:52 -05:00
Hassan
6ab4520927
Merge branch 'master' into master
2018-02-20 21:43:14 -06:00
Hassan
03015691c4
Merge branch 'master' into 1130(b)
2018-02-20 20:53:13 -06:00
hismaeel
f9b99f9280
issue #1156 fix
2018-02-20 21:38:22 -05:00
hismaeel
979e407656
issue #1130 (b)
2018-02-20 18:14:00 -05:00
hismaeel
683eb15812
issue #1130 (b)
2018-02-20 17:42:48 -05:00
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