Commit graph

3531 commits

Author SHA1 Message Date
Vivek Maskara
c51f3f0f02
Merge pull request #1204 from ayushin78/feedbackEmailClients
Show only the email clients in Feedback Feature (#1203)
2018-02-27 01:23:27 +05:30
Meghna Gupta
68ac0db2e1 Formatted text in Tutorial pageviews 2018-02-26 09:25:05 +05:30
knightshade
541976cdff login_credentials textview added to landscape and x-large activity_login.xml 2018-02-26 08:39:38 +05:30
knightshade
e9602f5bb2 Update roboectric. 2018-02-26 07:32:20 +05:30
Ayushi
81064dee10 Show only the email clients in Feedback Feature (#1203)
Instead of showing only the email clients, The Feedback feature was showing multiple unsupported clients (WhatsApp, Bluetooth etc)

* Changes made to let the user choose from the available email related clients only.
2018-02-26 04:18:07 +05:30
knightshade
660fb4a8d6 Add ScrollView in About activity.
Fixes #1177
2018-02-25 20:39:35 +05:30
Josephine Lim
215c97e132
Merge pull request #1183 from maskaravivek/notifications
Change position of notifications item in the hamburger menu
2018-02-25 19:45:03 +10:00
Josephine Lim
12b852f82d
Merge pull request #1184 from maskaravivek/notificationOrder
Fix order of notifications
2018-02-25 19:44:41 +10:00
Josephine Lim
2773e24c94
Merge pull request #1182 from maskaravivek/crashFix
Fix crash in map view fragment
2018-02-25 19:26:11 +10:00
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
Ayushi
ccf68d12ff Remove View Bindings in NotificationActivity
* ButterKnife already used
2018-02-24 20:12:04 +05:30
Ayushi
324e2a60d6 Add ItemDivider in NotificationActivity (#1186)
* Use DividerItemDecoration to add ItemDivider in RecycleView
2018-02-24 20:11:20 +05:30
neslihanturan
1dcf4fb461 Seperate all methods logically, to increase modularity 2018-02-24 12:24:13 +03:00
neslihanturan
0df35beab2 Make boundary check work (finally) 2018-02-24 12:23:36 +03:00
maskara
3045b63f99 Fix order of notifications 2018-02-24 02:22:48 +05:30
maskara
e6e981ed20 Change location of notifications item in the hamburger menu 2018-02-24 02:16:21 +05:30
maskara
2979cfe072 Fix crash in map view fragment 2018-02-24 01:45:15 +05:30
Balakrishnan S
a7a2b51ceb Addition: Pull down to refresh in nearby activity (#1164)
* added pull down to refresh in nearby activity

* Requested changes made
2018-02-24 01:30:13 +05:30
Meghna Gupta
9aceaca95d Hide Keypad when EditText out of focus (#1168)
* Hide Keypad when EditText out of focus
2018-02-24 00:00:45 +05:30
neslihanturan
35ebe0f7a3 Bug fix caused from copy pasting 2018-02-23 20:11:36 +03:00
neslihanturan
2a30ecb2aa Fix being Hansel and Gretel problem 2018-02-23 20:00:52 +03:00
neslihanturan
4ee2e1fa37 Add boundary check to make a significant update 2018-02-23 19:32:15 +03:00
neslihanturan
d2c65cfd27 Refactor method names, increase modularity 2018-02-23 16:24:40 +03:00
neslihanturan
00f142bc5d Add boundaries as an attribute to NearbyMapFragment 2018-02-23 14:25:37 +03:00
neslihanturan
283bc35a4a Calculate boundaries of nearby places, without iterating all of them again 2018-02-23 14:24:28 +03:00
neslihanturan
1320952373 Make camera follow the user 2018-02-22 21:35:57 +03:00
neslihanturan
066df7b695 Pass curLatLng on location update to fragment, in a bundle 2018-02-22 20:20:47 +03:00
neslihanturan
d2d7d607fb Set min update time to a smaller value 2018-02-22 19:54:17 +03:00
translatewiki.net
45aab1ce76 Localisation updates from https://translatewiki.net. 2018-02-22 12:06:27 +01:00
neslihanturan
3df939a846
Merge pull request #1171 from commons-app/PR-template-minor-changes
Minor changes, link about how to take a screenshot
2018-02-20 17:49:09 +03:00
Nicolas Raoul
22b10d1c47
Minor changes, link about how to take a screenshot
I haven't found a good page yet about taking screencasts
2018-02-20 17:25:51 +09:00
neslihanturan
2f647a53e5 Add toast messages to test 2018-02-20 00:06:21 +03:00
neslihanturan
64503aaa63 Add animation of current location marker on slight move 2018-02-19 23:50:34 +03:00
neslihanturan
93eba0e0d5 Add update mapBoxMap method definition to NearbyMapFragment 2018-02-19 23:42:24 +03:00
neslihanturan
244ad5d10f Make use of same fragment 2018-02-19 23:39:32 +03:00
neslihanturan
182f6033d6 Re-call refresh view method with new parameters 2018-02-19 23:36:09 +03:00
neslihanturan
cda75348d2 Add callback for slightly change option to listener 2018-02-19 23:29:17 +03:00
neslihanturan
581483e4ca Add new location change states 2018-02-19 23:18:57 +03:00
neslihanturan
7e999cb364 Measure distances between new and old location 2018-02-19 23:13:34 +03:00
Josephine Lim
dcf11814fe
Merge pull request #1152 from ujjwalagrawal17/feat3
Issue #1146 - Created Template for PR for new contributor
2018-02-20 01:48:40 +10:00
Josephine Lim
80134ed13b
Add newline before second section 2018-02-20 01:48:08 +10:00
Ujjwal Agrawal
f47c3989e6
Update PULL_REQUEST_TEMPLATE.md 2018-02-19 20:05:22 +05:30
translatewiki.net
f6c6d87eb2 Localisation updates from https://translatewiki.net. 2018-02-19 08:56:11 +01:00
Ujjwal Agrawal
6df113b2b3
Update PULL_REQUEST_TEMPLATE.md 2018-02-19 12:15:47 +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
neslihanturan
62aee8c34d
Merge pull request #915 from Bluesir9/fix_896_gps_info_multiple_images
Fixed issue where GPS data was not getting sent when uploading multiple images
2018-02-17 22:43:14 +03:00
Vishan Seru
4fc3040d52 Synced branch with master 2018-02-18 00:32:25 +05:30
ardovic
b9b80e9838 #930 - Added localised screenshots for Turkish and Russian languages (2 folders in design/screenshots, 8 files each). All screenshots are ordered and follow the same pattern with the current English ones on the Google Play app page. 2018-02-17 21:32:56 +09:00
neslihanturan
8dfe9d6bff
Merge pull request #1122 from noloman/bugfix/171
Fixing some lint issues for #171
2018-02-17 14:25:35 +03:00