Commit graph

1098 commits

Author SHA1 Message Date
misaochan
fef6e52201 Add onClickListeners for camera and gallery FAB 2018-03-02 23:47:55 +05:30
Paul Hawke
a38c302b72 Now that Place and LatLng can handle their own status and rendering (respectively) go through and cleanup usages to reduce feature envy. Converted anonymous inner classes to lambdas. 2018-03-02 23:40:58 +05:30
Paul Hawke
4f4587fd4d Moved code to reduce feature envy. 2018-03-02 23:40:58 +05:30
Paul Hawke
e589d0eb6f Dead/redundent code and import removal. 2018-03-02 23:39:24 +05:30
neslihanturan
42bab3d6c6 Remove button texts of list items 2018-03-02 23:38:03 +05:30
neslihanturan
dea92307b6 Make list bottom sheet closed default 2018-03-02 23:38:03 +05:30
neslihanturan
561a73acb2 Remove bottom bar which was a added to make UI prettier with no function previously 2018-03-02 23:38:03 +05:30
neslihanturan
6ca841fd18 Remove texts when they dont fit to one line 2018-03-02 23:38:03 +05:30
neslihanturan
0c131b46fe Move commons button to out of expanded FABs 2018-03-02 23:38:03 +05:30
neslihanturan
c9118293aa Use hide() to hide FAB which handles click event too 2018-03-02 23:38:03 +05:30
neslihanturan
2726b9ef7e Remove unnecessary Log.d 2018-03-02 23:38:03 +05:30
neslihanturan
c23dc75c90 Fix Fabs stays at left upper corner bug 2018-03-02 23:38:03 +05:30
neslihanturan
5c3c4499dc Add theme dependencies 2018-03-02 23:38:03 +05:30
neslihanturan
b0a54ca89d Add forgotten commons link button to fabs 2018-03-02 23:36:22 +05:30
neslihanturan
8e8472800b Remove show list FAB, since using multple fabs is not recommended. Use list button in menu instead 2018-03-02 23:36:22 +05:30
neslihanturan
e70b8b2e6a Add overlay menu items and functions 2018-03-02 23:27:02 +05:30
neslihanturan
ae215cdba1 Add actions for buttons 2018-03-02 23:26:44 +05:30
neslihanturan
e099c72cc9 Easy bug fix due to focus 2018-03-02 23:25:50 +05:30
neslihanturan
b594c111b3 Add actions and click effects to detailled bottom sheet buttons 2018-03-02 23:25:50 +05:30
neslihanturan
693ddef897 Use switch case instead of if-else 2018-03-02 23:24:50 +05:30
neslihanturan
d993ee8110 Use DaggerFragment instead 2018-03-02 23:24:50 +05:30
neslihanturan
87f6548ab0 Cleanup commented out old codes 2018-03-02 23:24:25 +05:30
neslihanturan
16966546dd Cleanup commented out old codes 2018-03-02 23:24:25 +05:30
neslihanturan
03c1bf87c8 Fix strings 2018-03-02 23:24:25 +05:30
neslihanturan
08cf0990ce Remove toggle view code 2018-03-02 23:22:51 +05:30
neslihanturan
5688be9d4b Arrance list row layout 2018-03-02 23:18:07 +05:30
neslihanturan
e3107adedf Handle orientation changes 2018-03-02 23:18:07 +05:30
neslihanturan
00ad5a7a71 Add icon to bottom sheet details 2018-03-02 23:18:07 +05:30
neslihanturan
78948a67ae Block click while transparent view is active 2018-03-02 23:18:07 +05:30
neslihanturan
14dc1b95ab Pass information to bottom sheet 2018-03-02 23:18:07 +05:30
neslihanturan
e15daa15e1 Fix conflicts 2018-03-02 23:18:07 +05:30
neslihanturan
88cf1bdcd7 Fix transparency 2018-03-02 23:18:07 +05:30
neslihanturan
f2edf158f6 Add .xml of nearby lit items 2018-03-02 23:17:07 +05:30
neslihanturan
a9a03e2036 Add list item animations and layout 2018-03-02 23:15:08 +05:30
neslihanturan
cfae4feb4a Implement back button logic 2018-03-02 23:15:08 +05:30
neslihanturan
de2b05fc0b Add map marker listener 2018-03-02 23:15:08 +05:30
neslihanturan
e2a7b4ffd8 Add actions 2018-03-02 23:15:08 +05:30
neslihanturan
7fe9696920 Add animations 2018-03-02 23:15:08 +05:30
neslihanturan
4a3ef4892c Add FAB buttons 2018-03-02 23:15:08 +05:30
neslihanturan
0da8b93ebb Fix conflicts 2018-03-02 23:15:08 +05:30
neslihanturan
df884c8f79 Remove unused imports 2018-03-02 23:15:08 +05:30
neslihanturan
a86398dd3b Set display list button visibility according to bottom sheet visibility 2018-03-02 23:15:08 +05:30
neslihanturan
b81cd4e167 Add nearby list fragment to bottom sheet 2018-03-02 23:15:08 +05:30
neslihanturan
a5c5da8b14 Fix conflicts 2018-03-02 23:15:08 +05:30
maskara
7408d89abd Remove CSV option for nearby places 2018-03-02 23:08:20 +05:30
Vivek Maskara
88a4e50bd3
Merge pull request #1193 from ayushin78/notificationItemDivider
Add ItemDivider in NotificationActivity
2018-02-27 01:27:39 +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
Josephine Lim
12b852f82d
Merge pull request #1184 from maskaravivek/notificationOrder
Fix order of notifications
2018-02-25 19:44:41 +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