summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-01Update border viewsJanito Vaqueiro Ferreira Filho1-12/+38
2020-09-01Change account input border drawablesJanito Vaqueiro Ferreira Filho2-6/+2
2020-09-01Remove border overlayJanito Vaqueiro Ferreira Filho1-31/+2
2020-09-01Build border sides using image viewsJanito Vaqueiro Ferreira Filho3-0/+41
2020-09-01Add unfocused border drawableJanito Vaqueiro Ferreira Filho1-0/+5
2020-09-01Change corner image based on stateJanito Vaqueiro Ferreira Filho1-3/+19
2020-09-01Create corner images for focused and error statesJanito Vaqueiro Ferreira Filho2-0/+22
2020-09-01Remove clipping outlineJanito Vaqueiro Ferreira Filho2-20/+1
2020-09-01Use views to make account input corners roundJanito Vaqueiro Ferreira Filho3-1/+56
2020-09-01Create account input corner drawableJanito Vaqueiro Ferreira Filho1-0/+9
2020-09-01Simplify account input backgroundsJanito Vaqueiro Ferreira Filho2-36/+12
2020-09-01Make `AccountInputContainer` a `RelativeLayout`Janito Vaqueiro Ferreira Filho2-26/+29
2020-08-27Updating version in package filesLinus Färnstrand1-2/+2
2020-08-27Update Android beta.txt changelogLinus Färnstrand1-6/+5
2020-08-25Fix when account is marked as not newJanito Vaqueiro Ferreira Filho1-3/+14
2020-08-25Use standard side margin in app list itemJanito Vaqueiro Ferreira Filho1-3/+1
2020-08-25Don't place "Split tunneling" menu in new sectionJanito Vaqueiro Ferreira Filho1-1/+1
2020-08-25Fix missing dividerJanito Vaqueiro Ferreira Filho1-6/+1