summaryrefslogtreecommitdiffstats
path: root/app/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Embed trackerfilter aar, ui fixes.jacquarg2021-11-0513-193/+592
|
* Add trackers UIjacquarg2021-11-019-40/+302
|
* Add graph view on home dashboard.jacquarg2021-10-317-122/+175
|
* WIP fix location featurejacquarg2021-10-303-2/+66
|
* update UI on fake locationjacquarg2021-10-301-105/+117
|
* Update IPScrambling UIjacquarg2021-10-297-184/+177
|
* Centralise activate IPScrambling funcitonnalityjacquarg2021-10-2912-83/+272
|
* Update dashboard UI and featurejacquarg2021-10-2816-203/+344
|
* add local settings repositoryjacquarg2021-10-282-0/+64
|
* Feature/ipscramblingGuillaume Jacquart2021-08-315-56/+422
|
* Fix incorrect hex codesAmit Kumar2021-06-221-3/+3
|
* Update trackers' domain namesAmit Kumar2021-06-221-6/+6
|
* Use hexed domain instead of simple stringAmit Kumar2021-06-211-4/+4
|
* Fix bug with tracker stateAmit Kumar2021-06-185-15/+51
|
* Add descriptive name to dummy trackersAmit Kumar2021-06-162-7/+10
|
* Fix UI bugs and reformat codeAmit Kumar2021-06-158-28/+45
|
* Add tracker UI and integrate lineage blocker serviceAmit Kumar2021-06-1514-30/+529
|
* Add dummy tracker feature to trigger blocker system serviceAmit Kumar2021-06-013-0/+73
|
* 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