| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-10-12 | Remove unused wireguard layout | Albin | 1 | -121/+0 | |
| 2022-10-12 | Add notification permission for android 13 | saber safavi | 8 | -11/+76 | |
| Also prevent foreground service notification from being dismissed | |||||
| 2022-10-11 | Update android sdk in build instructions | Albin | 1 | -2/+2 | |
| 2022-10-11 | Specify java 8 in android build instructions | Albin | 1 | -1/+1 | |
| 2022-10-11 | Add missing gcc in android build instructions | Albin | 1 | -0/+2 | |
| 2022-10-11 | Include libprotobuf-dev in build instructions | Albin | 1 | -1/+4 | |
| 2022-10-10 | Make Android fetch versionName and versionCode from mullvad-version | Linus Färnstrand | 2 | -2/+29 | |
| 2022-10-07 | Suppress CVE-2022-3171 from automatic audit checks | Albin | 2 | -0/+14 | |
| This suppression only affects the Android app. The CVE will instead be tracked externally and will likely be mitigated by either updating affected dependencies or by identifying that it doesn't affect the app. | |||||
| 2022-10-05 | Prevent normalization of apostrophes in translation-converter | Oskar Nyberg | 1 | -4/+1 | |
| 2022-10-05 | Change straight apostrophes to curly apostrophes | Hank | 1 | -4/+4 | |
| 2022-09-30 | Move build and release instructions to separate documents | David Lönnhager | 2 | -0/+149 | |
| 2022-09-27 | Fix clippy complaints | Emīls Piņķis | 1 | -1/+1 | |
| 2022-09-26 | Add android themed icon | Albin | 2 | -0/+10 | |
| 2022-09-26 | Fix pending intent flags | Albin | 3 | -11/+25 | |
| 2022-09-26 | Refactor sdk dependent calls | Albin | 3 | -15/+24 | |
| 2022-09-26 | Bump android compile/target sdk version to 33 | Albin | 2 | -21/+26 | |
| 2022-09-22 | Disable account creation while entering account number | saber safavi | 2 | -5/+17 | |
| 2022-09-16 | Change custom dns icon | saber safavi | 3 | -12/+12 | |
| remove unused drawable | |||||
| 2022-09-14 | Revert "Merge branch 'migrate-android-talpid-to-dedicated-subproject'" | Albin | 21 | -55/+0 | |
| This reverts commit 0c44c211bdfc0756ad556835d5a988799ee6dfbc, reversing changes made to 49c3a16d927dd9f47a4b8d3780a25a7c5716bc6a. | |||||
| 2022-09-13 | Move talpid classes to talpid subproject | Albin | 16 | -0/+0 | |
| 2022-09-13 | Add empty talpid subproject | Albin | 5 | -0/+55 | |
| Talpid classes will be moved in a following commit. | |||||
| 2022-09-12 | Sort device list by creation date | Albin | 2 | -4/+15 | |
| 2022-09-12 | Expose device creation date to kotlin | Albin | 1 | -1/+2 | |
| 2022-09-12 | Refactor parsing of date string | Albin | 2 | -9/+17 | |
| 2022-09-09 | Update translations | Albin | 19 | -19/+19 | |
| 2022-09-09 | Fix problem report error text | Albin | 1 | -3/+2 | |
| 2022-09-09 | Update translations | Albin | 8 | -8/+8 | |
| 2022-09-09 | Fix problem report follow-up text | Albin | 1 | -1/+1 | |
| 2022-09-09 | Updating version in package files | Albin | 1 | -2/+2 | |
| 2022-09-08 | Fix account number ui in account settings | Albin | 4 | -53/+60 | |
| Changes: * Increases the size of the show/hide and copy buttons. * Auto-resize the account number if the font scaling makes it too wide. | |||||
| 2022-09-08 | Make account number row not clickable | Albin | 1 | -2/+0 | |
| 2022-09-06 | Disable settings button during login | Albin | 2 | -2/+14 | |
| Disabling the settings button during login will prevent some strange UI behavior. It also doesn't make much sense to open it while the login is loading. | |||||
| 2022-09-06 | Refresh device when opening account view | Albin | 1 | -0/+7 | |
| Refreshes the device after the account view is fully visible (after animation) to avoid flickering. | |||||
| 2022-09-06 | Fix non-cleared backstack for device revoked view | Albin | 1 | -0/+1 | |
| 2022-09-06 | Show spinners on missing data in account view | Albin | 1 | -3/+3 | |
| 2022-09-06 | Reduce flickering on login failure | Albin | 2 | -1/+18 | |
| The flickering behavior is reduced by adding a short delay for all states except the loading state. | |||||
| 2022-09-06 | Fix disabled login button on login failure | Albin | 1 | -1/+1 | |
| Instead of disabling the login button on login failure it will now be enabled to let user attempt the log in again. | |||||
| 2022-09-03 | Skip checksum check for gh action plugin | Albin | 1 | -0/+2 | |
| 2022-09-03 | Generate initial gradle dependency checksums | Albin | 1 | -0/+2672 | |
| 2022-09-03 | Prepare aapt for generating gradle checksums | Albin | 3 | -0/+10 | |
| 2022-09-03 | Add gradle checksum verification config | Albin | 1 | -0/+12 | |
| 2022-09-03 | Explicitly export activity and services | Albin | 1 | -1/+19 | |
| This commit also adds brief documentation in the manifest to motivate the export configuration. | |||||
| 2022-09-03 | Add gradle wrapper checksum | Albin | 1 | -0/+2 | |
| This is not fully supported by Android Studio due to a bug in Gradle, however as this is an important security mechanism it should be set. Upcoming versions of Android Studio seem to properly support the checksum mechanism, as seen here: https://developer.android.com/studio/releases/fixed-bugs/studio/2022.1.1#android-studio-electric-eel-canary-3-2022.1.1.3 If Android Studio complains when syncing, click the text saying: 'Use "<checksum>" as checksum for <url> and sync project' See more: https://github.com/gradle/gradle/issues/9361 https://issuetracker.google.com/issues/232933744 | |||||
| 2022-09-01 | Fix view transition crash | Albin | 8 | -13/+13 | |
| Fixes view transition crashes by allowing state loss as view models are used rather than the instance state. | |||||
| 2022-09-01 | Don't strip daemon shared object in development builds | Emīls Piņķis | 1 | -1/+1 | |
| To help with debugging panics in the dameon, the dev builds shouldn't strip the debug symbols from the shared object. However, doing this blows up the gradle build so it's memory limit needs to be bumped too. | |||||
| 2022-09-01 | Fix tunnel info expansion state on resume | Albin | 4 | -19/+44 | |
| Ensures that the tunnel info expansion state is remembered across the pause/resume flow. This is done by replacing the previous state handling with a view model. | |||||
| 2022-08-30 | Fix unsafe cast | Albin | 1 | -1/+1 | |
| 2022-08-29 | Fix Clippy errors | David Lönnhager | 1 | -2/+2 | |
| 2022-08-15 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2022-08-15 | Add missing escape character to Docker readme | David Lönnhager | 1 | -1/+1 | |
