summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2024-05-08Set dummy DNS if none are validDavid Göransson1-0/+17
This is a fix for DNS leaks when no DNS server has been configured due to an underlying OS bug. Lockdown mode ("Block connections without VPN") would also not help in this case. More information on this issue: https://issuetracker.google.com/issues/337961996
2024-05-06Push suppression date for CVE-2022-24329Albin1-1/+1
Reasons: * Not affecting our project. * Transitive dependency that require update in upstream dependencies.
2024-05-06Remove outdated suppression rulesAlbin2-151/+0
2024-04-29Update changelog for android/2024.2-beta1Albin1-1/+13
2024-04-25Download translationsOskar Nyberg38-10/+1034
2024-04-23Update android editorconfig to the latest from ktfmt repositoryJonatan Rhodin1-1/+2
2024-04-22Use only blue as a top bar color in the welcome screenJonatan Rhodin1-13/+2
2024-04-19Add delete custom list entry bottom sheetDavid Göransson5-4/+104
2024-04-19Fix duplicate entries when adding through bottom sheetDavid Göransson2-2/+8
2024-04-18Fix missing cities and relays in custom listJonatan Rhodin4-43/+98
2024-04-17Fix unit testsJonatan Rhodin4-18/+85
2024-04-17Fix ui testsJonatan Rhodin1-2/+1
2024-04-17Do not filter locations for custom listsJonatan Rhodin9-30/+71
With the exception of the select location screen list
2024-04-17Update translationsAlbin19-0/+19
2024-04-17Align server IP override title with desktop appAlbin1-1/+1
2024-04-16Show loading states in purchasing flow an extra amount of timeJonatan Rhodin1-1/+18
2024-04-16Trim custom list name and limit to 30 charactersDavid Göransson15-46/+105
2024-04-16Fix overflow & max lines for custom list nameDavid Göransson3-4/+15
2024-04-15Update F-Droid descriptionAlbin1-24/+20
This commit makes sure the F-Droid description is aligned with the one used in the Play store. The only difference is that we here refer to our website rather than in-app purchases.
2024-04-15Suppress Joda-Time CVE-2024-23080Albin2-0/+18
2024-04-11Rename F-Droid screenshotsAlbin7-0/+0
This is done to address F-Droid not purging old screenshots: https://gitlab.com/fdroid/fdroidserver/-/issues/490
2024-04-10Strip android headers in android changelogAlbin1-46/+1
2024-04-10Add link to main changelogAlbin1-0/+2
2024-04-10Move android changes to android changelogAlbin1-0/+351
2024-04-10Add empty android changelog with instructionsAlbin1-0/+22
The instructions has been duplicated from the main CHANGELOG.md in the root of the repository.
2024-04-09Update Split tunneling descriptionDavid Göransson22-50/+12
2024-04-08Fix floating effect for custom list descriptionJonatan Rhodin1-2/+6
2024-04-05Handle out of memory exception when parsing app icon as bitmapJonatan Rhodin1-0/+3
2024-04-05Avoid rendering bitmaps above 100MBDavid Göransson2-1/+11
2024-04-05Change android map pathAlbin1-1/+1
2024-04-04Fix custom list expand animationsJonatan Rhodin1-4/+22
2024-04-04Fix blocked text colorDavid Göransson1-1/+2
2024-04-04Fix provider text colorDavid Göransson1-2/+2
2024-04-03Enable single-use-lifetimes rustc lintLinus Färnstrand1-1/+1
Removes superfluous lifetime definitions. Simplifying the code
2024-03-26Rename feature graphicAlbin1-0/+0
2024-03-26Update phone screenshotsAlbin14-0/+0
2024-03-22Do not show a toast after dismissing the dns dialogJonatan Rhodin4-12/+12
2024-03-22Update Android dockerfile to use newer base imageMullvad build server1-1/+1
2024-03-22Base animation duration on actual distance estimationDavid Göransson5-12/+61
2024-03-22Add mean functionDavid Göransson1-0/+3
2024-03-21Make reset to default negativeDavid Göransson2-1/+3
2024-03-21Hide the Reset button when already defaultDavid Göransson1-5/+7
2024-03-21Bump gradle wrapperAlbin4-147/+237
2024-03-20Remove suppression of tapjackingJonatan Rhodin1-3/+0
2024-03-20Prevent tapjacking attacksJonatan Rhodin1-0/+3
2024-03-19Add Server IP overrides ViewModel testsDavid Göransson2-0/+181
2024-03-19Add Server IP overrides compose testsDavid Göransson2-0/+240
2024-03-19Add Server IP Overrides UIDavid Göransson21-34/+947
2024-03-19Add translations for Server IP overridesDavid Göransson20-0/+121
2024-03-19Add daemon support for Server IP overridesDavid Göransson13-3/+232