| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-03-30 | Update script to build Android App Bundle | Janito Vaqueiro Ferreira Filho | 1 | -11/+28 |
| 2020-03-30 | Bump iOS build (11) | Andrej Mihajlov | 1 | -4/+4 |
| 2020-03-30 | Merge branch 'fix-outdated-expiry-label' | Andrej Mihajlov | 1 | -1/+12 |
| 2020-03-30 | Reload account expiry after purchase | Andrej Mihajlov | 1 | -1/+12 |
| 2020-03-30 | Bump iOS build (10) | Andrej Mihajlov | 1 | -4/+4 |
| 2020-03-30 | Merge branch 'format-account-token' | Andrej Mihajlov | 5 | -6/+70 |
| 2020-03-30 | Format account token in Account view | Andrej Mihajlov | 5 | -6/+70 |
| 2020-03-30 | Merge branch 'add-payments-ui' | Andrej Mihajlov | 7 | -41/+463 |
| 2020-03-30 | Add in-app purchases UI | Andrej Mihajlov | 7 | -41/+463 |
| 2020-03-30 | Updating version in package files2020.4-beta1 | Linus Färnstrand | 10 | -18/+18 |
| 2020-03-30 | Add 2020.4-beta1 changelog header | Linus Färnstrand | 1 | -0/+3 |
| 2020-03-27 | Merge branch 'improve-location-info-cache' | Janito Vaqueiro Ferreira Filho | 10 | -50/+90 |
| 2020-03-27 | Describe location info. fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-03-27 | Make sure location is updated atomically | Janito Vaqueiro Ferreira Filho | 1 | -4/+6 |
| 2020-03-27 | Limit to one fetch at a time | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
| 2020-03-27 | Refactor fetch job tracking logic | Janito Vaqueiro Ferreira Filho | 1 | -22/+41 |
| 2020-03-27 | Update `LocationInfo` in UI thread | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 |
| 2020-03-27 | Only fetch real location when disconnected | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-03-27 | Listen for tunnel events in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 3 | -2/+8 |
| 2020-03-27 | Move `ConnectionProxy` to `service` package | Janito Vaqueiro Ferreira Filho | 6 | -7/+3 |
| 2020-03-27 | Move `LocationInfoCache` to the `service` package | Janito Vaqueiro Ferreira Filho | 5 | -8/+16 |
| 2020-03-27 | Decouple `LocationInfoCache` from relay listener | Janito Vaqueiro Ferreira Filho | 3 | -14/+21 |
| 2020-03-27 | Merge branch 'deny-unused-parens' | Linus Färnstrand | 3 | -5/+4 |
| 2020-03-27 | Removed unnecessary parens | Linus Färnstrand | 1 | -3/+2 |
| 2020-03-27 | Deny unused_parens warning in CI | Linus Färnstrand | 2 | -2/+2 |
| 2020-03-27 | Merge branch 'add-payments' | Andrej Mihajlov | 6 | -23/+580 |
| 2020-03-27 | Change expiry privacy modifier when logging | Andrej Mihajlov | 1 | -1/+1 |
| 2020-03-27 | Wire up payment manager | Andrej Mihajlov | 2 | -23/+58 |
| 2020-03-27 | Add payment manager and publisher | Andrej Mihajlov | 3 | -0/+447 |
| 2020-03-27 | Add Combine publisher for SKPaymentQueue | Andrej Mihajlov | 2 | -0/+75 |
| 2020-03-27 | Merge branch 'add-travis-for-ios' | Andrej Mihajlov | 1 | -0/+7 |
| 2020-03-27 | Add iOS to travis builds | Andrej Mihajlov | 1 | -0/+7 |
| 2020-03-27 | Merge branch 'fix-npe-intent' | Janito Vaqueiro Ferreira Filho | 2 | -1/+2 |
| 2020-03-27 | Describe NPE fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-03-27 | Fix NPE when `Intent` is `null` when starting | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-03-27 | Merge branch 'add-map-improvement-to-changelog' | Oskar Nyberg | 1 | -0/+1 |
| 2020-03-27 | Add changelog entry about map improvements | Oskar Nyberg | 1 | -0/+1 |
| 2020-03-26 | Merge branch 'disconnect-on-revoke' | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-03-26 | Don't stop the service on revoke of VPN permission | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-03-26 | Merge branch 'format-account-number' | Oskar Nyberg | 5 | -13/+44 |
| 2020-03-26 | Format account number when displaying it | Oskar Nyberg | 5 | -13/+44 |
| 2020-03-26 | Merge branch 'formalize-spinner-sizes' | Andrej Mihajlov | 1 | -1/+33 |
| 2020-03-26 | Formalize spinner sizes and visual appearance | Andrej Mihajlov | 1 | -1/+33 |
| 2020-03-26 | Merge branch 'appstore-receipt-handling' | Andrej Mihajlov | 4 | -0/+233 |
| 2020-03-26 | Add AppStoreReceipt reader | Andrej Mihajlov | 2 | -0/+83 |
| 2020-03-26 | Add Combine publishers for SKRequest subclasses | Andrej Mihajlov | 2 | -0/+125 |
| 2020-03-26 | Add a method to submit the appstore receipt to API | Andrej Mihajlov | 1 | -0/+25 |
| 2020-03-26 | Merge branch 'fix-open-ui-from-service' | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-03-26 | Add missing flag to start the main activity | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-03-26 | Merge branch 'add-beta-channel-button' | Oskar Nyberg | 6 | -0/+42 |
