summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
AgeCommit message (Expand)AuthorFilesLines
2020-05-11Skip using `serviceInstance` propertyJanito Vaqueiro Ferreira Filho1-20/+13
2020-05-11Save subscription ID for unsubscribing laterJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-11Force unsubscription from tunnel eventsJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-11Format Android XML filesJanito Vaqueiro Ferreira Filho21-178/+119
2020-05-08Move `AccountCache` to service packageJanito Vaqueiro Ferreira Filho6-8/+9
2020-05-08Don't fetch expiry when account isn't setJanito Vaqueiro Ferreira Filho1-13/+14
2020-05-08Don't overwrite expiry if fetch failedJanito Vaqueiro Ferreira Filho1-4/+3
2020-05-08Use `JobTracker` in `AccountCache`Janito Vaqueiro Ferreira Filho3-35/+28
2020-05-07Remove premature tear-down of `SettingsListener`Janito Vaqueiro Ferreira Filho1-1/+0
2020-05-07Use embeded TLS certificatesEmīls3-9/+4
2020-05-05Fix order of `AppVersionInfo` ctor. parametersJanito Vaqueiro Ferreira Filho1-2/+2
2020-05-05Sort relay list alphabeticallyEmīls1-1/+8
2020-05-04Promise service is foreground in quick-settingsJanito Vaqueiro Ferreira Filho1-1/+6
2020-05-04Promise service is foreground in notificationJanito Vaqueiro Ferreira Filho1-2/+7
2020-05-04Check login status before handling pending actionJanito Vaqueiro Ferreira Filho1-13/+14
2020-05-04Change how the service knows if user is logged inJanito Vaqueiro Ferreira Filho1-5/+6
2020-05-04Replace callback function with event notifierJanito Vaqueiro Ferreira Filho2-15/+8
2020-05-04Refactor ctor. parameter order for consistencyJanito Vaqueiro Ferreira Filho2-2/+2
2020-05-04Remove left-over codeJanito Vaqueiro Ferreira Filho1-3/+1
2020-05-04Unpack relay list from APK when upgradedEmīls2-3/+10
2020-05-01Use `SettingsListener` in `LaunchFragment`Janito Vaqueiro Ferreira Filho2-21/+2
2020-05-01Restart initialization if daemon acts weirdJanito Vaqueiro Ferreira Filho2-5/+12
2020-05-01Refactor to create `setUpInstance` methodJanito Vaqueiro Ferreira Filho1-17/+21
2020-05-01Move `SettingsListener` to service packageJanito Vaqueiro Ferreira Filho8-7/+17
2020-05-01Refactor to simplify service clean-upJanito Vaqueiro Ferreira Filho2-23/+22
2020-04-30Copy account token to clipboard when clickedJanito Vaqueiro Ferreira Filho2-3/+26
2020-04-30Advance to Connect screen when payment is detectedJanito Vaqueiro Ferreira Filho1-1/+33
2020-04-30Enable Buy Credit buttonJanito Vaqueiro Ferreira Filho1-0/+5
2020-04-30Show account number in Welcome screenJanito Vaqueiro Ferreira Filho1-0/+49
2020-04-30Implement Settings button behaviorJanito Vaqueiro Ferreira Filho1-1/+10
2020-04-30Enter Welcome screen after creating a new accountJanito Vaqueiro Ferreira Filho1-9/+17
2020-04-30Create Welcome screen for newly created accountsJanito Vaqueiro Ferreira Filho3-0/+108
2020-04-30Fix `Button` still clickable when disabledJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-30Cache text color valueJanito Vaqueiro Ferreira Filho1-8/+15
2020-04-30Clear named jobs mapJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-30Separate actual jobs from reaper jobsJanito Vaqueiro Ferreira Filho1-1/+10
2020-04-28Implement creating a new accountJanito Vaqueiro Ferreira Filho2-14/+29
2020-04-28Implement `MullvadDaemon.createNewAccount`Janito Vaqueiro Ferreira Filho1-0/+5
2020-04-28Register Create Account button's on click actionJanito Vaqueiro Ferreira Filho1-1/+3
2020-04-28Refactor `LoginFragment` to use `JobTracker`Janito Vaqueiro Ferreira Filho1-27/+25
2020-04-28Implement tracking background computationsJanito Vaqueiro Ferreira Filho1-0/+9
2020-04-28Use custom button widget in login screenJanito Vaqueiro Ferreira Filho1-7/+6
2020-04-28Pass resource directory to problem reportEmīls2-4/+6
2020-04-27Set full public key as informationJanito Vaqueiro Ferreira Filho2-1/+2
2020-04-27Allow setting a maximum length for the informationJanito Vaqueiro Ferreira Filho2-1/+15
2020-04-27Change generate key button text when regeneratingJanito Vaqueiro Ferreira Filho1-3/+8
2020-04-27Reset to idle state when resumingJanito Vaqueiro Ferreira Filho1-0/+2
2020-04-27Show generation error messagesJanito Vaqueiro Ferreira Filho1-9/+15
2020-04-27Allow showing errors in `InformationView`Janito Vaqueiro Ferreira Filho2-5/+28
2020-04-27Allow changing the information text colorJanito Vaqueiro Ferreira Filho2-0/+14