summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-03-27Ignore translations workflow changes in daemon jobJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-27Ignore desktop GUI workflow changes in daemon jobJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-27Ignore iOS workflow changes in daemon workflow jobJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-27Add GitHub Actions workflow for translationsJanito Vaqueiro Ferreira Filho1-0/+50
2021-03-27Add missing Android translations to template fileJanito Vaqueiro Ferreira Filho1-0/+185
2021-03-27Fix incorrect escaping in translated messageJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-27Remove obsoleted translation messageJanito Vaqueiro Ferreira Filho18-18/+0
2021-03-27Extract latest GUI messagesJanito Vaqueiro Ferreira Filho1-175/+40
2021-03-27Refactor `normalize` to return `MsgString`Janito Vaqueiro Ferreira Filho1-6/+6
2021-03-27Use `MsgString` for `MsgValue::Plural.plural_id`Janito Vaqueiro Ferreira Filho2-4/+9
2021-03-27Use `MsgString` for `MsgEntry.id`Janito Vaqueiro Ferreira Filho2-9/+14
2021-03-27Use `gettext::MsgString` for message valuesJanito Vaqueiro Ferreira Filho2-7/+9
2021-03-27Create `gettext:MsgString` typeJanito Vaqueiro Ferreira Filho1-0/+33
2021-03-27Sort entries appended to messages template fileJanito Vaqueiro Ferreira Filho1-1/+4
2021-03-26Merge branch 'linux-systemd-fix-shutdown'Emīls2-55/+72
2021-03-26Fix deadlock in systemd-resolvedEmīls2-55/+72
2021-03-26Merge branch 'add-keyboard-responder'Andrej Mihajlov4-100/+150
2021-03-26Add automatic keyboard responder helperAndrej Mihajlov4-100/+150
2021-03-26Merge branch 'retry-problem-report-send'David Lönnhager2-5/+28
2021-03-26Retry using different endpoints if a problem report cannot be sentDavid Lönnhager2-5/+28
2021-03-26Merge branch 'split-location-info-cache'Janito Vaqueiro Ferreira Filho13-190/+217
2021-03-25Refactor to simplify fetcher loopJanito Vaqueiro Ferreira Filho1-28/+19
2021-03-25Move `delays` to be a `fetchRetryDelays` propertyJanito Vaqueiro Ferreira Filho1-8/+8
2021-03-25Remove `LocationInfoCache` from `ServiceInstance`Janito Vaqueiro Ferreira Filho2-4/+0
2021-03-25Send current location when registering listenerJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-25Send location events from the serviceJanito Vaqueiro Ferreira Filho1-7/+2
2021-03-25Update `LocationInfoCache` to listen for locationsJanito Vaqueiro Ferreira Filho2-7/+20
2021-03-25Create `NewLocation` event variantJanito Vaqueiro Ferreira Filho1-0/+4
2021-03-25Make `GeoIpLocation` parcelableJanito Vaqueiro Ferreira Filho1-1/+4
2021-03-25Use UI-side `LocationInfoCache` in the UIJanito Vaqueiro Ferreira Filho2-2/+3
2021-03-25Create UI-side `LocationInfoCache`Janito Vaqueiro Ferreira Filho1-0/+13
2021-03-25Move `LocationInfoCache` into `ServiceEndpoint`Janito Vaqueiro Ferreira Filho5-24/+26
2021-03-25Don't change `LocationInfoCache` from UIJanito Vaqueiro Ferreira Filho2-32/+0
2021-03-25Obtain selected relay location from relay settingsJanito Vaqueiro Ferreira Filho2-1/+16
2021-03-25Add `location` property to `LocationConstraint`Janito Vaqueiro Ferreira Filho1-5/+21
2021-03-25Remove unused `code` propertyJanito Vaqueiro Ferreira Filho1-5/+4
2021-03-25Allow changing source of tunnel state eventsJanito Vaqueiro Ferreira Filho2-7/+9
2021-03-25Remove callback in `LocationInfoCache.onDestory`Janito Vaqueiro Ferreira Filho1-0/+2
2021-03-25Use intermittent daemon in `LocationInfoCache`Janito Vaqueiro Ferreira Filho4-6/+12
2021-03-25Merge branch 'fix-target-cache'David Lönnhager2-28/+30
2021-03-25Prevent target state cache from being modified after prepare-restartDavid Lönnhager1-8/+10
2021-03-25Update changelogDavid Lönnhager1-0/+4
2021-03-25Initialize target state correctlyDavid Lönnhager1-22/+18
2021-03-25Merge branch 'update-key-rotation'David Lönnhager13-84/+355
2021-03-25Update changelogDavid Lönnhager1-0/+2
2021-03-25Implement Error trait for rotation interval errorDavid Lönnhager2-3/+23
2021-03-25Add log entries for settings migrationDavid Lönnhager2-0/+4
2021-03-25Display default rotation interval in CLIDavid Lönnhager1-6/+17
2021-03-25Migrate old rotation interval settingDavid Lönnhager4-18/+190
2021-03-25Use mandatory key rotation interval with limited rangeDavid Lönnhager9-63/+125