summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Reset focus on navigationOskar Nyberg3-26/+100
2020-09-29Merge branch 'unix-reset-firewall-on-uninstall'Emīls3-0/+9
2020-09-29Update changelogEmīls1-0/+4
2020-09-29Reset firewall from MacOS uninstall scriptEmīls Piņķis1-0/+3
2020-09-29Reset firewall from Linux build-scriptsEmīls1-0/+2
2020-09-28Merge branch 'fix-cli-autoconenct-typo'Emīls1-1/+1
2020-09-28Fix auto-connect setting messageEmīls1-1/+1
2020-09-28Merge branch 'fix-start-key-rotation'Emīls3-42/+35
2020-09-28Start key rotation after first key createdEmīls3-40/+31
2020-09-25Add extra logging for when key rotation doesn't startEmīls1-1/+1
2020-09-25Decrease key rotation start delay to 3 minutesEmīls1-1/+3
2020-09-25Merge branch 'dont-use-dns-for-api-address'Emīls7-500/+329
2020-09-25Always use fallback addressEmīls1-0/+4
2020-09-25Use an address cache for reaching the APIEmīls7-500/+325
2020-09-25Merge branch 'allow-removal-from-account-history'Janito Vaqueiro Ferreira Filho13-8/+163
2020-09-25Describe remove from history in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-25Keep account login static when removing entriesJanito Vaqueiro Ferreira Filho1-1/+8
2020-09-25Remove account from history when button is pressedJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-25Refactor to use `.apply` blockJanito Vaqueiro Ferreira Filho1-2/+3
2020-09-25Add `AccountCache.removeAccountFromHistory` methodJanito Vaqueiro Ferreira Filho1-0/+7
2020-09-25Add `AccountLogin.onRemoveFromHistory` callbackJanito Vaqueiro Ferreira Filho1-0/+4
2020-09-25Add account entry removal callback to the adapterJanito Vaqueiro Ferreira Filho1-0/+2
2020-09-25Add `onRemove` callback to `AccountHistoryHolder`Janito Vaqueiro Ferreira Filho1-0/+5
2020-09-25Implement `MullvadDaemon.removeAccountFromHistory`Janito Vaqueiro Ferreira Filho2-0/+30
2020-09-25Add `DaemonInterface::remove_account_from_history`Janito Vaqueiro Ferreira Filho1-0/+8
2020-09-25Add remove button to the account history entriesJanito Vaqueiro Ferreira Filho1-0/+6
2020-09-25Create drawables for the remove buttonJanito Vaqueiro Ferreira Filho3-0/+84
2020-09-25Use a `FrameLayout` for the account history entryJanito Vaqueiro Ferreira Filho1-5/+4
2020-09-25Merge branch 'keep-generated-key-up-to-date' into masterOskar Nyberg7-5/+71
2020-09-25Reload duration since key was generated every minute and when the app is openedOskar Nyberg7-5/+71
2020-09-25Merge branch 'improve-location-picker-accessibility' into masterOskar Nyberg7-362/+220
2020-09-25Refactor CountryRow, CityRow and LocationRow into one componentOskar Nyberg7-362/+220
2020-09-24Merge branch 'format-account-in-login-screen'Janito Vaqueiro Ferreira Filho6-10/+44
2020-09-24Format account history entriesJanito Vaqueiro Ferreira Filho2-3/+14
2020-09-24Create `SegmentedTextFormatter` helper classJanito Vaqueiro Ferreira Filho1-0/+13
2020-09-24Format account string in `AccountInput`Janito Vaqueiro Ferreira Filho1-0/+7
2020-09-24Replace XML attributes with `KeyListener` instanceJanito Vaqueiro Ferreira Filho2-2/+5
2020-09-24Treat input as `EditText` instead of `TextView`Janito Vaqueiro Ferreira Filho1-3/+3
2020-09-24Fix use of separator in `SegmentedInputFormatter`Janito Vaqueiro Ferreira Filho1-2/+2
2020-09-24Merge branch 'improve-accessibility4' into masterOskar Nyberg15-156/+295
2020-09-24Add labels to extLink icons and use them as descriptions for buttonsOskar Nyberg6-63/+184
2020-09-24Make BlockingButton use a context instead of cloning childrenOskar Nyberg2-79/+82
2020-09-24Add alert role to text in Launch and ErrorBoundaryOskar Nyberg2-2/+2
2020-09-24Add aria-label on select location button when disconnectedOskar Nyberg1-1/+7
2020-09-24Change which elements are considered headingsOskar Nyberg6-11/+20
2020-09-24Merge branch 'allow-expanding-locations-with-one-relay-on-android'Janito Vaqueiro Ferreira Filho2-6/+2
2020-09-24Refactor to improve consistencyJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-24Remove obsoleted methodsJanito Vaqueiro Ferreira Filho2-4/+0
2020-09-24Allow expanding country with cities but no relaysJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-24Allow expanding locations that only have one relayJanito Vaqueiro Ferreira Filho2-2/+2