summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
AgeCommit message (Expand)AuthorFilesLines
2020-09-10Mark VPN connection as not meteredJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-09Avoid infinite recursionJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-09Always handle commands the same wayJanito Vaqueiro Ferreira Filho1-13/+7
2020-09-09Create `handlePendingAction` helper methodJanito Vaqueiro Ferreira Filho1-16/+19
2020-09-09Clear the task stack as needed when opening the UIJanito Vaqueiro Ferreira Filho2-0/+2
2020-09-09Mark main activity to run as a single taskJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-04Rename widget reference property to `accountLogin`Janito Vaqueiro Ferreira Filho1-10/+10
2020-09-04Shorten layout IDs inside the widgetJanito Vaqueiro Ferreira Filho2-7/+7
2020-09-04Fix account login widget jumping when logging inJanito Vaqueiro Ferreira Filho1-1/+0
2020-09-04Move controller code into `AccountLogin` widgetJanito Vaqueiro Ferreira Filho3-122/+119
2020-09-04Move history into `AccountLogin` widgetJanito Vaqueiro Ferreira Filho2-7/+8
2020-09-04Create `AccountLogin` widgetJanito Vaqueiro Ferreira Filho3-9/+46
2020-09-04Rename account input resources into account loginJanito Vaqueiro Ferreira Filho10-31/+31
2020-09-04Rename container widget into `AccountLoginBorder`Janito Vaqueiro Ferreira Filho4-9/+9
2020-09-04Move `AccountInputContainer` into `widget` packageJanito Vaqueiro Ferreira Filho3-6/+7
2020-09-04Notify current list when listener is first setJanito Vaqueiro Ferreira Filho1-1/+3
2020-09-04Notify listener after fetching initial listJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-03Change fragment visibility lifecycleJanito Vaqueiro Ferreira Filho10-35/+35
2020-09-03Leave launch screen even if window isn't focusedJanito Vaqueiro Ferreira Filho1-4/+4
2020-09-03Rename `normal_button_height` to `button_height`Janito Vaqueiro Ferreira Filho2-2/+2
2020-09-03Remove obsoleted dimension resourceJanito Vaqueiro Ferreira Filho1-1/+0
2020-09-03Remove obsoleted `SwitchLocationButton` controllerJanito Vaqueiro Ferreira Filho1-118/+0
2020-09-03Use new `SwitchLocationButton` widgetJanito Vaqueiro Ferreira Filho2-10/+9
2020-09-03Update selected relay in UI threadJanito Vaqueiro Ferreira Filho1-2/+4
2020-09-03Create `SwitchLocationButton` widgetJanito Vaqueiro Ferreira Filho2-0/+103
2020-09-03Set button minimum height instead of heightJanito Vaqueiro Ferreira Filho1-1/+2
2020-09-02Fetch initial state after initializing propertiesJanito Vaqueiro Ferreira Filho1-1/+2
2020-09-02Use notifier property delegates instead of settersJanito Vaqueiro Ferreira Filho1-11/+4
2020-09-02Change property orderJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-02Move setter side effects to the event listenerJanito Vaqueiro Ferreira Filho1-2/+2
2020-09-02Initialize notifiers before setters can use themJanito Vaqueiro Ferreira Filho1-4/+4
2020-09-02Remove `usingErrorColor` propertyJanito Vaqueiro Ferreira Filho1-18/+7
2020-09-02Refactor to rename `newInput` into `input`Janito Vaqueiro Ferreira Filho1-10/+8
2020-09-02Replace text watcher with a text changed eventJanito Vaqueiro Ferreira Filho2-18/+8
2020-09-02Remove click handler for account input containerJanito Vaqueiro Ferreira Filho1-2/+0
2020-09-02Open account history when focus is receivedJanito Vaqueiro Ferreira Filho1-13/+9
2020-09-02Emit focus change events from the account inputJanito Vaqueiro Ferreira Filho1-2/+13
2020-09-02Create `loginWith` helper method in the widgetJanito Vaqueiro Ferreira Filho2-4/+6
2020-09-02Remove unused fieldsJanito Vaqueiro Ferreira Filho1-3/+0
2020-09-02Move input view management to the widgetJanito Vaqueiro Ferreira Filho2-27/+28
2020-09-02Finish moving button enabling to the widgetJanito Vaqueiro Ferreira Filho2-13/+24
2020-09-02Move button visibility handling to the widgetJanito Vaqueiro Ferreira Filho2-9/+5
2020-09-02Move configuring if button is enabled to widgetJanito Vaqueiro Ferreira Filho2-18/+40
2020-09-02Move the `onLogin` property to the widgetJanito Vaqueiro Ferreira Filho2-4/+15
2020-09-02Add a `loginState` property to the widgetJanito Vaqueiro Ferreira Filho3-2/+11
2020-09-02Use the `observable` delegate in the controllerJanito Vaqueiro Ferreira Filho1-20/+17
2020-09-02Rename controller into `AccountInputController`Janito Vaqueiro Ferreira Filho2-3/+3
2020-09-02Change the view ID of the login input areaJanito Vaqueiro Ferreira Filho2-2/+2
2020-09-02Create `AccountInput` widget classJanito Vaqueiro Ferreira Filho3-27/+63
2020-09-01Explain the usage of duplicate drawablesJanito Vaqueiro Ferreira Filho1-0/+5