summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/kotlin/net
AgeCommit message (Expand)AuthorFilesLines
2020-08-18Animate toggle back to its current stateJanito Vaqueiro Ferreira Filho1-7/+7
2020-08-17Log if service was requested to startJanito Vaqueiro Ferreira Filho1-0/+1
2020-08-17Don't start service while quittingJanito Vaqueiro Ferreira Filho1-7/+13
2020-08-17Add logs for UI connection events to the serviceJanito Vaqueiro Ferreira Filho1-0/+5
2020-08-17Don't show expired notification for new accountsJanito Vaqueiro Ferreira Filho1-2/+3
2020-08-17Add `newlyCreatedAccount` field to `AccountCache`Janito Vaqueiro Ferreira Filho1-0/+10
2020-08-17Use `AccountCache` for account expiry notificationJanito Vaqueiro Ferreira Filho2-12/+20
2020-08-17Use `AccountCache` for setting the account numberJanito Vaqueiro Ferreira Filho2-3/+13
2020-08-11Tweak Cell widget paddingsJanito Vaqueiro Ferreira Filho3-7/+6
2020-07-31Create dimension values for common text sizesJanito Vaqueiro Ferreira Filho3-4/+4
2020-07-29Use `observable` Kotlin property delegateJanito Vaqueiro Ferreira Filho1-7/+6
2020-07-29Remove old `HeaderBar` controllerJanito Vaqueiro Ferreira Filho1-37/+0
2020-07-29Use new `HeaderBar` widgetJanito Vaqueiro Ferreira Filho4-15/+12
2020-07-29Create `HeaderBar` widgetJanito Vaqueiro Ferreira Filho1-0/+70
2020-07-28Move common sentence to a separate stringJanito Vaqueiro Ferreira Filho2-0/+9
2020-07-28Parameterize problem report response messageJanito Vaqueiro Ferreira Filho1-8/+27
2020-07-28Use `AppVersionCell` widgetJanito Vaqueiro Ferreira Filho1-28/+6
2020-07-28Create `AppVersionCell` widgetJanito Vaqueiro Ferreira Filho1-0/+90
2020-07-28Remove obsoleted `CellInput` controller classJanito Vaqueiro Ferreira Filho1-60/+0
2020-07-28Use `MtuCell` widgetJanito Vaqueiro Ferreira Filho1-15/+7
2020-07-28Create `MtuCell` widget for WireGuard MTU valueJanito Vaqueiro Ferreira Filho1-0/+91
2020-07-28Allow sub-classes to request a cell footerJanito Vaqueiro Ferreira Filho1-10/+25
2020-07-28Configure `NavigateCell` target fragmentsJanito Vaqueiro Ferreira Filho2-49/+13
2020-07-28Make `NavigateCell` navigate to fragmentsJanito Vaqueiro Ferreira Filho1-0/+24
2020-07-28Remove obsoleted `RemainingTimeLabel`Janito Vaqueiro Ferreira Filho1-47/+0
2020-07-28Use the `AccountCell` widgetJanito Vaqueiro Ferreira Filho2-7/+6
2020-07-28Create an `AccountCell` widgetJanito Vaqueiro Ferreira Filho2-1/+77
2020-07-28Use new `ToggleCell` widgetJanito Vaqueiro Ferreira Filho2-6/+8
2020-07-28Create `ToggleCell` helper widgetJanito Vaqueiro Ferreira Filho1-0/+45
2020-07-28Use `onClickListener` propertyJanito Vaqueiro Ferreira Filho2-7/+9
2020-07-28Allow setting a footer to `Cell` widgetJanito Vaqueiro Ferreira Filho1-1/+42
2020-07-28Create `cell` helper propertyJanito Vaqueiro Ferreira Filho2-17/+22
2020-07-28Add `onClickListener` property to `Cell` widgetJanito Vaqueiro Ferreira Filho1-0/+4
2020-07-28Move `CellSwitch` to the `widget` packageJanito Vaqueiro Ferreira Filho4-2/+4
2020-07-28Remove unused `wireguardKeysMenu` fieldJanito Vaqueiro Ferreira Filho1-5/+2
2020-07-28Create `NavigateCell` widgetJanito Vaqueiro Ferreira Filho1-0/+36
2020-07-28Create new `Cell` base widgetJanito Vaqueiro Ferreira Filho1-0/+69
2020-07-23Create `BackButton` helper widgetJanito Vaqueiro Ferreira Filho1-0/+71
2020-07-23Separate `text` styleable attributeJanito Vaqueiro Ferreira Filho1-1/+8
2020-07-22Use split tunnelling status to update UIJanito Vaqueiro Ferreira Filho1-15/+25
2020-07-22Persist excluded appsJanito Vaqueiro Ferreira Filho2-0/+18
2020-07-22Store split tunnelling state in shared prefs.Janito Vaqueiro Ferreira Filho2-3/+20
2020-07-22Load enabled toggle state from adapterJanito Vaqueiro Ferreira Filho1-0/+6
2020-07-22Fix compiler warningJanito Vaqueiro Ferreira Filho1-2/+2
2020-07-20Reconnect to apply split tunnelling changesJanito Vaqueiro Ferreira Filho1-1/+5
2020-07-20Allow forcing tunnel to be recreatedJanito Vaqueiro Ferreira Filho1-1/+9
2020-07-20Implement app toggle behaviourJanito Vaqueiro Ferreira Filho1-0/+9
2020-07-20Update app toggle based on split tunnelling statusJanito Vaqueiro Ferreira Filho3-3/+15
2020-07-20Toggle split tunnelling with the toggle switchJanito Vaqueiro Ferreira Filho1-0/+2
2020-07-20Allow fragments to use the split tunnelling helperJanito Vaqueiro Ferreira Filho2-0/+5