summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2021-03-18Don't show dialog if Allow LAN is enabledJanito Vaqueiro Ferreira Filho1-1/+2
2021-03-18Confirm adding local DNS server addressJanito Vaqueiro Ferreira Filho2-6/+9
2021-03-18Allow changing the dialog messageJanito Vaqueiro Ferreira Filho3-2/+6
2021-03-18Move deferred confirmation logic into show methodJanito Vaqueiro Ferreira Filho1-12/+10
2021-03-18Rename method to `showConfirmDnsServerDialog`Janito Vaqueiro Ferreira Filho1-2/+2
2021-03-18Rename layout to `confirm_dns`Janito Vaqueiro Ferreira Filho2-2/+3
2021-03-18Move confirmation parameter into the constructorJanito Vaqueiro Ferreira Filho2-5/+4
2021-03-18Rename to `ConfirmDnsDialogFragment`Janito Vaqueiro Ferreira Filho2-9/+9
2021-03-18Refactor to move confirmation check logicJanito Vaqueiro Ferreira Filho2-18/+17
2021-03-18Move rotation interval setting to mullvad-typesDavid Lönnhager3-3/+6
2021-03-15Use lifecycle scope to update tunnel stateJanito Vaqueiro Ferreira Filho1-1/+2
2021-03-12Create extra dimen alias for widget paddingAleksandr Granin4-6/+6
2021-03-12Use system animation timingsAleksandr Granin7-16/+79
2021-03-12Update .gitignore for idea folderAleksandr Granin1-0/+2
2021-03-12Create list item view and layouts. Defie text and list item stylesAleksandr Granin20-0/+512
2021-03-11Login when enter key is pressedJanito Vaqueiro Ferreira Filho1-3/+7
2021-03-11Use new extension when editing custom DNS addressJanito Vaqueiro Ferreira Filho1-9/+2
2021-03-11Create `EditText.setOnEnterOrDoneAction` extensionJanito Vaqueiro Ferreira Filho1-0/+15
2021-03-11Save DNS server address on Enter keyJanito Vaqueiro Ferreira Filho1-4/+21
2021-03-10Clear editing position when disabling custom DNSJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-10Update Android Docker imageDavid Lönnhager1-3/+3
2021-03-08Don't assign initial value to `historyHeight`Janito Vaqueiro Ferreira Filho1-2/+2
2021-03-08Configure correct initial values for animationJanito Vaqueiro Ferreira Filho1-0/+2
2021-03-05Remove repeated intent filterJanito Vaqueiro Ferreira Filho1-3/+0
2021-03-05Use a fixed initial value for collapsed heightJanito Vaqueiro Ferreira Filho3-14/+3
2021-03-04Replace `Animator.end()` with `Animator.cancel`Janito Vaqueiro Ferreira Filho1-1/+1
2021-03-04Initialize `collapsedHeight` with correct valueJanito Vaqueiro Ferreira Filho1-1/+15
2021-03-04Fix enabling "Manage Keys" button based on stateJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-04Support Android 11Aleksandr Granin1-0/+1
2021-03-03Use a `PriorityQueue` for in-app notificationsJanito Vaqueiro Ferreira Filho1-39/+15
2021-03-03Order `StatusLevel` variants by priorityJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-03Don't send change event for the same notificationJanito Vaqueiro Ferreira Filho1-2/+4
2021-03-02Create universal list item containerAleksandr Granin2-0/+67
2021-03-02Remove unnecessary stuffAleksandr Granin2-6/+2
2021-03-02Color NavigationBar for Settings, Connection and SelectLocation fragmentsAleksandr Granin3-4/+20
2021-03-02Create NavigationBar painter interfaceAleksandr Granin3-4/+18
2021-03-02Apply default NavigationBar color on application startAleksandr Granin1-0/+1
2021-03-02Color StatusBar for Settings and SelectLocation fragmentsAleksandr Granin3-2/+28
2021-03-02Color StatusBar based on connection statusAleksandr Granin1-27/+19
2021-03-02Apply default StatusBar color on application startAleksandr Granin1-0/+1
2021-03-02Create StatusBar painter interfaceAleksandr Granin1-0/+13
2021-03-02Change deprecated fragment methods/propertiesAleksandr Granin10-17/+19
2021-03-02Create switch style and all needed assets for thisAleksandr Granin6-0/+64
2021-03-01Fix XML escaping in translations converterJanito Vaqueiro Ferreira Filho1-2/+2
2021-02-26Update problem report hint messageAleksandr Granin1-1/+1
2021-02-26Add transition animation listener for enterAleksandr Granin3-3/+48
2021-02-26Add android TV bannerAleksandr Granin2-0/+1
2021-02-19Remove numbered getters that are no longer neededJanito Vaqueiro Ferreira Filho3-20/+5
2021-02-19Make unit variants singleton objectsJanito Vaqueiro Ferreira Filho4-62/+9
2021-02-19Make some `ErrorStateCause` variants singletonsJanito Vaqueiro Ferreira Filho2-49/+9