summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Use string resources for titlesAmit Kumar2021-05-177-10/+12
|
* Configure signing from system keys for e-debug variantAmit Kumar2021-05-141-62/+91
|
* Use MaterialToolbar from MDC instead of android ToolbarAmit Kumar2021-05-149-36/+43
|
* Extract toolbar implementation and add back navigation supportAmit Kumar2021-05-1418-142/+143
|
* Remove 32dp padding from mapviewAmit Kumar2021-05-121-3/+13
|
* Remove unnecessary delay of two secondsAmit Kumar2021-05-121-1/+0
|
* Add DI container to inject dependencies in features and viewmodelsAmit Kumar2021-05-129-54/+178
| | | | | | Other changes: - Safely parse latitude and longitude. - Hide marker when map state is set to disabled after being enabled.
* Update applicationId to foundation.e.privacycentralappAmit Kumar2021-05-121-2/+2
|
* Update launcher iconAmit Kumar2021-05-1216-212/+17
|
* Try to force real location (failed)Seweryn Fornalik2021-05-114-1/+28
|
* Add temporary location delegate classSeweryn Fornalik2021-05-113-60/+97
|
* Fix spotless code check style issuesSeweryn Fornalik2021-05-101-7/+11
|
* Fix missing flavorsSeweryn Fornalik2021-05-101-0/+15
|
* Add API integrationSeweryn Fornalik2021-05-104-0/+66
|
* Add random city array and fix issue with location picking with mapAmit Kumar2021-05-076-179/+367
|
* Sign debug build with default android certificatesAmit Kumar2021-05-071-0/+10
|
* Reformat codeAmit Kumar2021-05-072-2/+9
|
* Add mapview to pick location from mapAmit Kumar2021-05-067-30/+292
|
* Add MapBox sdkAmit Kumar2021-05-051-0/+3
|
* Add permission feature and improve code qualityAmit Kumar2021-05-0315-154/+434
|
* Fix feature name for InternetPrivacyFeatureAmit Kumar2021-05-031-1/+1
|
* Add FakeLocation and InternetActivityPrivacy featureAmit Kumar2021-05-0317-269/+1171
|
* Connect multiple featuresAmit Kumar2021-05-0234-375/+1753
|
* Add dashboard feature UIAmit Kumar2021-04-2915-43/+456
|
* Add Home featureAmit Kumar2021-04-287-21/+115
|
* Add initial implementation of mvi based on kotlin flowAmit Kumar2021-04-284-0/+29
|
* Initial setupAmit Kumar2021-04-2726-0/+459