summaryrefslogtreecommitdiffstats
path: root/app/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Use string resources for titlesAmit Kumar2021-05-176-10/+7
|
* Use MaterialToolbar from MDC instead of android ToolbarAmit Kumar2021-05-142-4/+5
|
* Extract toolbar implementation and add back navigation supportAmit Kumar2021-05-149-79/+106
|
* Remove unnecessary delay of two secondsAmit Kumar2021-05-121-1/+0
|
* Add DI container to inject dependencies in features and viewmodelsAmit Kumar2021-05-128-54/+177
| | | | | | Other changes: - Safely parse latitude and longitude. - Hide marker when map state is set to disabled after being enabled.
* Try to force real location (failed)Seweryn Fornalik2021-05-113-1/+21
|
* Add temporary location delegate classSeweryn Fornalik2021-05-113-60/+97
|
* Fix spotless code check style issuesSeweryn Fornalik2021-05-101-7/+11
|
* Add API integrationSeweryn Fornalik2021-05-101-0/+54
|
* Add random city array and fix issue with location picking with mapAmit Kumar2021-05-074-137/+302
|
* Reformat codeAmit Kumar2021-05-072-2/+9
|
* Add mapview to pick location from mapAmit Kumar2021-05-062-25/+241
|
* Add permission feature and improve code qualityAmit Kumar2021-05-0313-152/+427
|
* Fix feature name for InternetPrivacyFeatureAmit Kumar2021-05-031-1/+1
|
* Add FakeLocation and InternetActivityPrivacy featureAmit Kumar2021-05-0312-65/+928
|
* Connect multiple featuresAmit Kumar2021-05-0215-68/+764
|
* Add dashboard feature UIAmit Kumar2021-04-293-5/+25
|
* Add Home featureAmit Kumar2021-04-284-7/+102
|
* Add initial implementation of mvi based on kotlin flowAmit Kumar2021-04-284-0/+29
|
* Initial setupAmit Kumar2021-04-271-0/+28