aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
AgeCommit message (Collapse)AuthorLines
2022-03-24Translated using Weblate (Spanish)Jose Manuel López-0/+18
Currently translated at 100.0% (108 of 108 strings) Translation: /e/ Privacy-Central/PrivacyCentralApp Translate-URL: https://i18n.e.foundation/projects/privacycentral/privacycentralapp/es/
2022-03-24Translated using Weblate (German)F Wildermuth-1/+58
Currently translated at 85.1% (92 of 108 strings) Translation: /e/ Privacy-Central/PrivacyCentralApp Translate-URL: https://i18n.e.foundation/projects/privacycentral/privacycentralapp/de/
2022-03-23Merge branch 'use_system_resources' into 'main'Romain Hunault-419/+44
Use system theme colors. #5082 See merge request e/privacy-central/privacycentralapp!31
2022-03-22Translated using Weblate (German)F Wildermuth-0/+12
Currently translated at 39.8% (43 of 108 strings) Translation: /e/ Privacy-Central/PrivacyCentralApp Translate-URL: https://i18n.e.foundation/projects/privacycentral/privacycentralapp/de/
2022-03-22Fix widget name.jacquarg-1/+1
2022-03-22Use system theme colors. #5082jacquarg-420/+45
2022-03-22Update app name #5084.jacquarg-2/+2
2022-03-22Translated using Weblate (French)aud us-1/+102
Currently translated at 100.0% (90 of 90 strings) Translation: /e/ Privacy-Central/PrivacyCentralApp Translate-URL: https://i18n.e.foundation/projects/privacycentral/privacycentralapp/fr/
2022-03-22Translated using Weblate (German)F Wildermuth-1/+36
Currently translated at 36.6% (33 of 90 strings) Translation: /e/ Privacy-Central/PrivacyCentralApp Translate-URL: https://i18n.e.foundation/projects/privacycentral/privacycentralapp/de/
2022-03-21Add PVC Widget #5076Guillaume Jacquart-20/+558
2022-03-21Attach system apps to a dummy system app instead of settings app.jacquarg-0/+4
2022-03-19Translated using Weblate (Italian)Paolo Pantaleo-1/+102
Currently translated at 100.0% (90 of 90 strings) Translation: /e/ Privacy-Central/PrivacyCentralApp Translate-URL: https://i18n.e.foundation/projects/privacycentral/privacycentralapp/it/
2022-03-19Translated using Weblate (Spanish)Jose Manuel López-1/+102
Currently translated at 100.0% (90 of 90 strings) Translation: /e/ Privacy-Central/PrivacyCentralApp Translate-URL: https://i18n.e.foundation/projects/privacycentral/privacycentralapp/es/
2022-03-16Added translation using Weblate (Italian)Romain Hunault-0/+2
2022-03-16Added translation using Weblate (French)Romain Hunault-0/+2
2022-03-16Added translation using Weblate (Spanish)Romain Hunault-0/+2
2022-03-16Added translation using Weblate (German)Romain Hunault-0/+2
2022-03-14Update main screen UI, #4963jacquarg-58/+78
2022-03-11Fix typo in label. #4598jacquarg-1/+1
2022-03-03Update wordings #4743jacquarg-25/+24
2022-03-03Warning message when enabling Tor is long. #4610jacquarg-0/+1
2022-03-01Show trackers counts for each apps in tracekr screen, #4589jacquarg-5/+32
2022-03-01Add trackers summary count on apptrackers, #4597jacquarg-0/+8
2022-03-01Rephrase country of origin #4607jacquarg-1/+1
2022-03-01Hide systems app behind parameter app in lists.Guillaume Jacquart-14/+34
2022-02-24Access trackers list when QP disabled: #4591, #4596, #4601Guillaume Jacquart-0/+6
2022-02-24Update graph UI, #4582Guillaume Jacquart-21/+135
2022-02-04 i4583 fix subtitles wordings on main screen.jacquarg-3/+2
2022-01-14Switch IpSCrambling radio button positionjacquarg-7/+7
2022-01-13Update some wodrings.jacquarg-8/+19
2021-11-15Update graph designjacquarg-1/+1
2021-11-12UI fixes on locationjacquarg-5/+34
2021-11-12Update fake locationjacquarg-32/+0
2021-11-12Integrate trackers module, small UI fixesjacquarg-16/+25
2021-11-05Embed trackerfilter aar, ui fixes.jacquarg-87/+159
2021-11-01Add trackers UIjacquarg-30/+134
2021-10-31Add graph view on home dashboard.jacquarg-20/+61
2021-10-30update UI on fake locationjacquarg-53/+54
2021-10-29Update IPScrambling UIjacquarg-118/+194
2021-10-29Centralise activate IPScrambling funcitonnalityjacquarg-2/+11
2021-10-28Update dashboard UI and featurejacquarg-405/+415
2021-08-31Feature/ipscramblingGuillaume Jacquart-2/+91
2021-06-16Fix UI bugs and reformat codeAmit Kumar-248/+289
2021-06-16Add tracker UI and integrate lineage blocker serviceAmit Kumar-8/+109
2021-06-01Add dummy tracker feature to trigger blocker system serviceAmit Kumar-0/+46
2021-05-17Use string resources for titlesAmit Kumar-0/+5
2021-05-15Use MaterialToolbar from MDC instead of android ToolbarAmit Kumar-32/+38
2021-05-14Extract toolbar implementation and add back navigation supportAmit Kumar-63/+34
2021-05-12Remove 32dp padding from mapviewAmit Kumar-3/+13
2021-05-12Add DI container to inject dependencies in features and viewmodelsAmit Kumar-0/+1
Other changes: - Safely parse latitude and longitude. - Hide marker when map state is set to disabled after being enabled.