summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-26Merge branch 'change-time-left'Janito Vaqueiro Ferreira Filho2-3/+9
2020-05-27Describe time left formatting in the changelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-05-27Show remaining time in days if less than 3 monthsJanito Vaqueiro Ferreira Filho1-3/+5
2020-05-26Upgrade miow and mio to fix named pipes crashLinus Färnstrand2-21/+24
2020-05-26Merge branch 'use-job-tracker-in-fragments'Janito Vaqueiro Ferreira Filho14-154/+74
2020-05-26Use the job tracker in `ProblemReportFragment`Janito Vaqueiro Ferreira Filho1-12/+10
2020-05-26Use the job tracker in `SelectLocationFragment`Janito Vaqueiro Ferreira Filho1-18/+13
2020-05-26Refactor `LaunchFragment` to use the job trackerJanito Vaqueiro Ferreira Filho1-9/+7
2020-05-26Refactor `SettingsFragment` to use the job trackerJanito Vaqueiro Ferreira Filho1-23/+8
2020-05-26Refactor `AdvancedFragment` to use the job trackerJanito Vaqueiro Ferreira Filho1-10/+2
2020-05-26Refactor `PreferencesFragment` to use `jobTracker`Janito Vaqueiro Ferreira Filho1-8/+1
2020-05-26Refactor `ConnectFragment` to use the job trackerJanito Vaqueiro Ferreira Filho1-25/+8
2020-05-26Refactor `AccountFragment` to use a job trackerJanito Vaqueiro Ferreira Filho1-15/+14
2020-05-26Use `jobTracker` in `ServiceDependentFragment`Janito Vaqueiro Ferreira Filho1-4/+1
2020-05-26Automatically cancel jobs when destroying viewsJanito Vaqueiro Ferreira Filho6-12/+6
2020-05-26Move `jobTracker` field to `ServiceAwareFragment`Janito Vaqueiro Ferreira Filho6-14/+3
2020-05-26Remove unnecessary job scheduleJanito Vaqueiro Ferreira Filho1-4/+1
2020-05-26Merge branch 'upgrade-gradle-plugin'Janito Vaqueiro Ferreira Filho2-20/+2