summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
AgeCommit message (Collapse)AuthorFilesLines
2020-05-25Reset UI state if VPN permission is neededJanito Vaqueiro Ferreira Filho1-0/+2
2020-05-25Clear activity reference from connection proxyJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-25Add missing flag to start the activityJanito Vaqueiro Ferreira Filho1-2/+4
2020-05-25Remove old subscription API from `EventNotifier`Janito Vaqueiro Ferreira Filho1-12/+0
2020-05-25Remove old API from `SettingsListener`Janito Vaqueiro Ferreira Filho1-4/+0
2020-05-25Use new API in `PreferencesFragment`Janito Vaqueiro Ferreira Filho1-3/+4
2020-05-25Use new API in `AdvancedFragment`Janito Vaqueiro Ferreira Filho1-3/+4
2020-05-25Use new API in `AppVersionInfoCache`Janito Vaqueiro Ferreira Filho1-5/+7
2020-05-25Add new subscription API to `SettingsListener`Janito Vaqueiro Ferreira Filho1-1/+5
2020-05-25Use new `EventNotifier` API in `SettingsListener`Janito Vaqueiro Ferreira Filho1-5/+7
2020-05-25Use new API in `WireguardKeyFragment`Janito Vaqueiro Ferreira Filho1-11/+4
2020-05-25Use new API in `ServiceAwareFragment`Janito Vaqueiro Ferreira Filho1-6/+2
2020-05-25Use new API in `RedeemVoucherDialogFragment`Janito Vaqueiro Ferreira Filho1-5/+2
2020-05-25Use new API in `TunnelStateUpdater`Janito Vaqueiro Ferreira Filho1-3/+3
2020-05-25Use new API in `ForegroundNotificationManager`Janito Vaqueiro Ferreira Filho1-15/+10
2020-05-25Use new `EventNotifier` API in `OutOfTimeFragment`Janito Vaqueiro Ferreira Filho1-7/+2
2020-05-25Use new `EventNotifier` API in `MainActivity`Janito Vaqueiro Ferreira Filho1-9/+2
2020-05-25Use new `EventNotifier` API in `ConnectFragment`Janito Vaqueiro Ferreira Filho1-11/+4
2020-05-25Use new `EventNotifier` API in `MullvadVpnService`Janito Vaqueiro Ferreira Filho1-1/+1
2020-05-25Use new `EventNotifier` API in `LocationInfoCache`Janito Vaqueiro Ferreira Filho1-13/+14
2020-05-25Use new `EventNotifier` API in `AccountCache`Janito Vaqueiro Ferreira Filho1-4/+7
2020-05-25Document `EventNotifier`'s object ID usage risksJanito Vaqueiro Ferreira Filho1-0/+8
2020-05-25Refactor `EventNotifier` to use objects as IDsJanito Vaqueiro Ferreira Filho1-4/+10
2020-05-25Remove unnecessary class specifierJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-22Try to fetch account expiry at least onceJanito Vaqueiro Ferreira Filho1-2/+2
2020-05-22Set-up listener before requesting account fetchJanito Vaqueiro Ferreira Filho1-2/+2
2020-05-20Replace callback with event notifierJanito Vaqueiro Ferreira Filho3-19/+17
2020-05-20Consider unbound when `onUnbind` is calledJanito Vaqueiro Ferreira Filho1-9/+3
2020-05-20Promise that the service will run in foregroundJanito Vaqueiro Ferreira Filho1-1/+7
2020-05-14Refetch account expiry in Account screen if neededJanito Vaqueiro Ferreira Filho1-0/+4
2020-05-14Stop fetch retries when listener is removedJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-14Retry fetching expiry if it failsJanito Vaqueiro Ferreira Filho1-3/+22
2020-05-14Refactor expiry fetch in `AccountCache`Janito Vaqueiro Ferreira Filho1-16/+13
2020-05-14Always enable the beta program in beta versionsDavid Lönnhager2-2/+2
2020-05-12Periodically poll account expiryJanito Vaqueiro Ferreira Filho1-0/+9
2020-05-12Advance to Connect screen on account time increaseJanito Vaqueiro Ferreira Filho1-0/+28
2020-05-12Change header bar color based on stateJanito Vaqueiro Ferreira Filho1-0/+5
2020-05-12Disable buy buttons when app has no connectivityJanito Vaqueiro Ferreira Filho1-2/+12
2020-05-12Hide disconnect button when already disconnectedJanito Vaqueiro Ferreira Filho1-0/+43
2020-05-12Implement Disconnect button behaviorJanito Vaqueiro Ferreira Filho1-0/+8
2020-05-12Implement Redeem Voucher button behaviorJanito Vaqueiro Ferreira Filho1-0/+15
2020-05-12Implement Buy More Credit button behaviorJanito Vaqueiro Ferreira Filho1-0/+12
2020-05-12Implement settings button behaviorJanito Vaqueiro Ferreira Filho1-1/+10
2020-05-12Open Out Of Time screen from the Login screenJanito Vaqueiro Ferreira Filho2-10/+28
2020-05-12Recheck account time when expiry time is reachedJanito Vaqueiro Ferreira Filho1-0/+20
2020-05-12Open Out Of Time screen from Connect screenJanito Vaqueiro Ferreira Filho1-0/+20
2020-05-12Create Out Of Time screenJanito Vaqueiro Ferreira Filho3-0/+107
2020-05-12Implement support for custom red buttonsJanito Vaqueiro Ferreira Filho2-1/+6
2020-05-11Update message about payment methodsJanito Vaqueiro Ferreira Filho1-2/+2
2020-05-11Handle voucher submission errorsJanito Vaqueiro Ferreira Filho2-0/+21