| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-03-24 | Limit openUrl to predefined URLs | Oskar Nyberg | 3 | -5/+10 |
| 2021-03-24 | Block renderer navigation | Oskar Nyberg | 1 | -0/+9 |
| 2021-03-24 | Automatically deny permission requests | Oskar Nyberg | 1 | -0/+8 |
| 2021-03-24 | Merge branch 'workaround-for-uncaught-error-text' | Oskar Nyberg | 1 | -1/+28 |
| 2021-03-24 | Remove "Uncaught Error" prefix on error messages | Oskar Nyberg | 1 | -1/+28 |
| 2021-03-24 | Merge branch 'change-missing-translation-detection' | Janito Vaqueiro Ferreira Filho | 2 | -16/+27 |
| 2021-03-24 | Unescape quotes in normalized gettext message | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-03-24 | Ensure the last message entry is correctly loaded | Janito Vaqueiro Ferreira Filho | 1 | -5/+9 |
| 2021-03-24 | Don't add to template what's already there | Janito Vaqueiro Ferreira Filho | 1 | -11/+14 |
| 2021-03-24 | Derive `Clone`, `Debug` for `gettext::Translation` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-03-24 | Merge branch 'silence-noisy-crate' | David Lönnhager | 1 | -1/+1 |
| 2021-03-24 | Silence logs from noisy 'tracing' crate | David Lönnhager | 1 | -1/+1 |
| 2021-03-24 | Merge branch 'remove-travis-jobs' | David Lönnhager | 2 | -113/+0 |
| 2021-03-23 | Drop Travis jobs | David Lönnhager | 2 | -113/+0 |
| 2021-03-23 | Merge branch 'split-settings-listener' | Janito Vaqueiro Ferreira Filho | 26 | -130/+276 |
| 2021-03-23 | Send current settings when registering listener | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2021-03-23 | Use UI side `SettingsListener` | Janito Vaqueiro Ferreira Filho | 4 | -4/+6 |
| 2021-03-23 | Create new UI-side `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -0/+48 |
| 2021-03-23 | Send settings update events | Janito Vaqueiro Ferreira Filho | 2 | -4/+13 |
| 2021-03-23 | Add `SettingsUpdate` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-03-23 | Make `Settings` parcelable | Janito Vaqueiro Ferreira Filho | 10 | -16/+62 |
| 2021-03-23 | Make some model class properties read-only | Janito Vaqueiro Ferreira Filho | 3 | -10/+10 |
| 2021-03-23 | Refactor `null` handling in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -20/+16 |
| 2021-03-23 | Move `SettingsListener` into `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 9 | -9/+15 |
| 2021-03-23 | Remove creation of duplicate array list | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-03-23 | Don't use listener's `settings` property directly | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2021-03-23 | Remove requirement for initial settings | Janito Vaqueiro Ferreira Filho | 6 | -25/+39 |
| 2021-03-23 | Use intermittent daemon in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 2 | -5/+25 |
| 2021-03-23 | Use settings notifier instance directly | Janito Vaqueiro Ferreira Filho | 3 | -6/+6 |
| 2021-03-23 | Don't initialize toggles with settings values | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
| 2021-03-23 | Don't animate toggle transition if it isn't shown | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 |
| 2021-03-23 | Refactor to move private method to the bottom | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2021-03-23 | Avoid reading `settings` field in `LaunchFragment` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2021-03-23 | Use `notifiable` delegate in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -8/+4 |
| 2021-03-23 | Unsubscribe DNS options listeners in destructor | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-03-23 | Replace relay settings callback with a notifier | Janito Vaqueiro Ferreira Filho | 2 | -12/+5 |
| 2021-03-23 | Merge branch 'extract-login-content-view' | Andrej Mihajlov | 5 | -311/+345 |
| 2021-03-23 | Extract LoginContentView | Andrej Mihajlov | 5 | -311/+345 |
| 2021-03-23 | Merge branch 'packagemanager-helpers' | Aleksandr Granin | 6 | -3/+265 |
| 2021-03-23 | Create ApplicationsProvider and AppplicationsIcon cache | Aleksandr Granin | 6 | -3/+265 |
| 2021-03-22 | Merge branch 'add-gh-actions-for-ios' | Andrej Mihajlov | 2 | -2/+30 |
| 2021-03-22 | Tests: use project wide deployment target (iOS 12.0) | Andrej Mihajlov | 1 | -2/+0 |
| 2021-03-22 | Add github workflow for iOS tests | Andrej Mihajlov | 1 | -0/+30 |
| 2021-03-22 | Merge branch 'extract-main-content-view' | Andrej Mihajlov | 6 | -210/+235 |
| 2021-03-22 | RootContainer: Fix additionalSafeAreaInsets calculation | Andrej Mihajlov | 1 | -2/+2 |
| 2021-03-22 | Use fixed dimensions for the split button side button | Andrej Mihajlov | 1 | -19/+11 |
| 2021-03-22 | Extract the main content view into a separate class | Andrej Mihajlov | 4 | -189/+222 |
| 2021-03-22 | Merge branch 'location-data-source' | Andrej Mihajlov | 14 | -522/+797 |
| 2021-03-22 | Add LocationDataSource | Andrej Mihajlov | 13 | -522/+774 |
| 2021-03-22 | Add UIMetrics | Andrej Mihajlov | 2 | -0/+23 |
