summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-28Automatically update expiry after adding timeJanito Vaqueiro Ferreira Filho1-1/+28
2020-05-28Allow adding an extra action in the `UrlButton`Janito Vaqueiro Ferreira Filho1-1/+7
2020-05-28Invalidate account expiry when voucher is redeemedJanito Vaqueiro Ferreira Filho1-0/+22
2020-05-28Refactor to create `handleAddedTime` methodJanito Vaqueiro Ferreira Filho1-5/+7
2020-05-28Update `AccountCache` to look for an expiry updateJanito Vaqueiro Ferreira Filho1-5/+39
2020-05-28Add Redeem Voucher buttonJanito Vaqueiro Ferreira Filho2-0/+19
2020-05-28Add Buy More Time buttonJanito Vaqueiro Ferreira Filho2-1/+14
2020-05-28Use custom Button widget in Account screenJanito Vaqueiro Ferreira Filho2-9/+14
2020-05-28Merge branch 'account-cache-event-notifier'Janito Vaqueiro Ferreira Filho7-49/+69
2020-05-28Don't spawn job while updating dataJanito Vaqueiro Ferreira Filho1-14/+16
2020-05-28Clear expiry before changing the account numberJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-28Remove old event notificationsJanito Vaqueiro Ferreira Filho1-15/+1
2020-05-28Use new event notifiers in `SettingsFragment`Janito Vaqueiro Ferreira Filho1-9/+13
2020-05-28Use new event notifiers in `WelcomeFragment`Janito Vaqueiro Ferreira Filho1-2/+6
2020-05-28Use new event notifiers in `OutOfTimeFragment`Janito Vaqueiro Ferreira Filho1-2/+2
2020-05-28Use new event notifiers in `ConnectFragment`Janito Vaqueiro Ferreira Filho1-2/+2
2020-05-28Use new event notifiers in `AccountFragment`Janito Vaqueiro Ferreira Filho1-7/+12
2020-05-28Add event notifiers to `AccountCache`Janito Vaqueiro Ferreira Filho1-1/+14
2020-05-28Implement `EventNotifier.hasListeners` methodJanito Vaqueiro Ferreira Filho1-0/+6
2020-05-28Merge branch 'handle-app-suspension'Andrej Mihajlov4-71/+92
2020-05-28Update CHANGELOGAndrej Mihajlov1-0/+1
2020-05-28Propagate Wireguard public key via TunnelManager.publicKey and keep it up to ...Andrej Mihajlov2-70/+70
2020-05-28Refresh tunnel status when the app becomes active againAndrej Mihajlov2-1/+21
2020-05-27Merge branch 'automatic-wireguard-key-verification'Oskar Nyberg1-14/+25
2020-05-27Add automatic WireGuard key verificationOskar Nyberg1-14/+25
2020-05-27Merge branch 'improve-map-loading-times'Oskar Nyberg2-24/+45
2020-05-27Replace Map.tsx onLayout to componentDidMount/UpdateOskar Nyberg2-24/+45
2020-05-27Merge branch 'convert-app-button-to-styled-components'Oskar Nyberg16-299/+234
2020-05-27Convert AppButton from ReactXPOskar Nyberg16-299/+234
2020-05-27Merge branch 'show-wireguard-in-relay-list'Oskar Nyberg2-4/+8
2020-05-27Show WireGuard servers on Linux and macOS when automatic protocolOskar Nyberg2-4/+8
2020-05-27Merge branch 'use-gradle-play-publisher'Janito Vaqueiro Ferreira Filho20-2/+84
2020-05-27Don't track Google Play API key file in repositoryJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-27Apply Gradle Play Publisher pluginJanito Vaqueiro Ferreira Filho1-0/+6
2020-05-27Add release notesJanito Vaqueiro Ferreira Filho1-0/+7
2020-05-27Add phone screenshotsJanito Vaqueiro Ferreira Filho5-0/+0
2020-05-27Add high-resolution icon imageJanito Vaqueiro Ferreira Filho2-0/+9
2020-05-27Rename `icon-ios.svg` into `icon-square.svg`Janito Vaqueiro Ferreira Filho3-2/+2
2020-05-27Move Android feature graphics to metadata dir.Janito Vaqueiro Ferreira Filho2-0/+10
2020-05-27Add product information metadataJanito Vaqueiro Ferreira Filho6-0/+49
2020-05-27Merge branch 'disable-tunnel-actions-while-locked'Janito Vaqueiro Ferreira Filho3-9/+40
2020-05-27Describe lock screen behavior in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-27Hide notification action button on lock screenJanito Vaqueiro Ferreira Filho2-3/+27
2020-05-27Remove obsolete listener IDJanito Vaqueiro Ferreira Filho1-1/+0
2020-05-27Ignore (dis)connect commands when device is lockedJanito Vaqueiro Ferreira Filho1-5/+12
2020-05-27Merge branch 'remove-seconds-from-account-expiry'Janito Vaqueiro Ferreira Filho1-8/+5
2020-05-27Remove seconds from shown account expiry timestampJanito Vaqueiro Ferreira Filho1-8/+5
2020-05-27Merge branch 'format-account-number-on-android'Janito Vaqueiro Ferreira Filho2-4/+28
2020-05-27Show account number with spacesJanito Vaqueiro Ferreira Filho1-1/+17
2020-05-27Add `displayFormatter` prop. to `InformationView`Janito Vaqueiro Ferreira Filho1-3/+11