summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-20Merge branch 'fix-bind-handling'Janito Vaqueiro Ferreira Filho2-9/+4
2020-05-20Describe unbind handling in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-20Consider unbound when `onUnbind` is calledJanito Vaqueiro Ferreira Filho1-9/+3
2020-05-20Merge branch 'fix-start-service-in-main-activity'Janito Vaqueiro Ferreira Filho2-1/+11
2020-05-20Describe foreground promise in the changelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-05-20Promise that the service will run in foregroundJanito Vaqueiro Ferreira Filho1-1/+7
2020-05-20Merge branch 'add-instruction-to-locales-readme'Oskar Nyberg1-0/+2
2020-05-20Add instruction for adding new language to app.tsxOskar Nyberg1-0/+2
2020-05-19Merge branch 'fdroid-build-scripts'Janito Vaqueiro Ferreira Filho8-46/+210
2020-05-19Add scripts to configure F-Droid build serverJanito Vaqueiro Ferreira Filho3-0/+97
2020-05-19Allow building libwg-go without NDK scriptJanito Vaqueiro Ferreira Filho1-1/+8
2020-05-19Fail WireGuard-Go build with undefined variablesJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-19Add flag to only configure Android versionJanito Vaqueiro Ferreira Filho2-29/+42
2020-05-19Don't use Docker for F-Droid buildJanito Vaqueiro Ferreira Filho2-6/+23
2020-05-19Export GOPATH so that it is used by `make`Janito Vaqueiro Ferreira Filho1-1/+1
2020-05-19Detect gradle command to use for buildingJanito Vaqueiro Ferreira Filho1-3/+16
2020-05-19Add separate build type for F-Droid APKJanito Vaqueiro Ferreira Filho2-3/+20
2020-05-19Replace usage of `node` to get the product versionJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-19Simplify Maven URL syntaxJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-19Bump iOS version (2020.3, build 3)Andrej Mihajlov1-4/+4
2020-05-19Merge branch 'fix-ipv6-support'Andrej Mihajlov7-116/+131
2020-05-19Update CHANGELOGAndrej Mihajlov1-0/+1
2020-05-19Fix DNS64 resolution and IPv6 supportAndrej Mihajlov6-116/+130
2020-05-19Merge branch 'add-timout-before-leaving-voucher-alert'Oskar Nyberg2-10/+30
2020-05-19Add delay before dismissing voucher alert on successOskar Nyberg1-10/+18
2020-05-19Add useScheduler hookOskar Nyberg1-0/+12
2020-05-19Merge branch 'ensure-localization-context-consistency'Oskar Nyberg2-1/+41
2020-05-19Make pgettext and npgettext require predefined-contextOskar Nyberg2-1/+41
2020-05-19Merge branch 'add-voucher-payment-to-account-view'Oskar Nyberg5-85/+120
2020-05-19Add voucher payment to account viewOskar Nyberg3-49/+84
2020-05-19Refactor redeem voucher alert to RedeemVoucher.tsxOskar Nyberg3-36/+36
2020-05-18Merge branch 'update-wireguard-go'Andrej Mihajlov5-26/+11
2020-05-18Update wireguard-go to the latestAndrej Mihajlov5-26/+11
2020-05-18Merge branch 'convert-redeem-voucher-to-styled-components'Oskar Nyberg6-199/+173
2020-05-18Convert RedeemVoucher.tsx to styled components and functional componentsOskar Nyberg4-195/+149
2020-05-18Add hook for getting app context in functional componentsOskar Nyberg1-4/+15
2020-05-18Add hook for getting redux actions in a functional componentOskar Nyberg1-0/+9
2020-05-18Merge branch 'fix-logging'David Lönnhager2-8/+2
2020-05-18Fix log messagesDavid Lönnhager2-8/+2
2020-05-18Bump iOS version (2020.3, build 2)Andrej Mihajlov1-4/+4
2020-05-18Merge branch 'rotation-timer'Andrej Mihajlov2-20/+29
2020-05-18Switch to using DispatchWallTime and DispatchSourceTimer in key rotationAndrej Mihajlov2-20/+29
2020-05-18Updating version in package files2020.5-beta1Linus Färnstrand10-18/+18
2020-05-18Add 2020.5-beta1 changelog release headerLinus Färnstrand1-3/+8
2020-05-18Merge branch 'improve-localization-contexts'Oskar Nyberg5-13/+11
2020-05-15Improve localization contextsOskar Nyberg5-13/+11
2020-05-15Merge branch 'align-text-in-launch-view-correctly'Oskar Nyberg1-0/+1
2020-05-15Align subtitle in Launch.tsxOskar Nyberg1-0/+1
2020-05-15Merge branch 'add-scroll-to-wg-and-out-of-time-views'Oskar Nyberg6-70/+112
2020-05-15Make out-of-time view scrollableOskar Nyberg2-20/+31