summaryrefslogtreecommitdiffhomepage
path: root/android/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-19Make some `CreateTunResult` variants singletonsJanito Vaqueiro Ferreira Filho2-14/+4
2021-02-19Make `KeygenEvent` failure variants singletonsJanito Vaqueiro Ferreira Filho2-15/+3
2021-02-19Make `TunnelState.Disconnected` a singletonJanito Vaqueiro Ferreira Filho12-20/+14
2021-02-19Prepare to have singleton enum variantsJanito Vaqueiro Ferreira Filho8-20/+141
2021-02-19Make some enum variants data classesJanito Vaqueiro Ferreira Filho3-5/+6
2021-02-19Make `KeygenFailure` an `enum class`Janito Vaqueiro Ferreira Filho2-8/+8
2021-02-17Add support Android TVAleksandr Granin3-1/+22
2021-02-15Wait until registration is completeJanito Vaqueiro Ferreira Filho1-1/+9
2021-02-15Wait for daemon to be ready before registeringJanito Vaqueiro Ferreira Filho2-4/+33
2021-02-15Register for service events in `ServiceConnection`Janito Vaqueiro Ferreira Filho2-0/+26
2021-02-15Add some documentation to `ServiceConnection`Janito Vaqueiro Ferreira Filho1-0/+4
2021-02-15Move `ServiceConnection` into a new packageJanito Vaqueiro Ferreira Filho6-1/+7
2021-02-15Add method to send an event to all listenersJanito Vaqueiro Ferreira Filho1-0/+17
2021-02-15Send an event when listener is registeredJanito Vaqueiro Ferreira Filho2-1/+34
2021-02-15Allow registering event listener messengersJanito Vaqueiro Ferreira Filho2-0/+13
2021-02-15Include a `Messenger` in the `ServiceInstance`Janito Vaqueiro Ferreira Filho3-0/+11
2021-02-15Create a `ServiceEndpoint` helper classJanito Vaqueiro Ferreira Filho1-0/+15
2021-02-15Create a `Request` wrapper typeJanito Vaqueiro Ferreira Filho1-0/+16
2021-02-15Create an abstract `Message` classJanito Vaqueiro Ferreira Filho1-0/+25
2021-02-15Create `DispatchingHandler` helper classJanito Vaqueiro Ferreira Filho1-0/+48
2021-02-12Move transition animation duration to resourcesAleksandr Granin10-9/+13
2021-02-12Fix fragment transition animation Z-orderAleksandr Granin16-27/+42
2021-02-11Update translationsJanito Vaqueiro Ferreira Filho18-0/+35
2021-02-11Add FAQs & Guides entry to the Settings screenJanito Vaqueiro Ferreira Filho2-0/+8
2021-02-11Refactor `AppVersionCell` to sub-class `UrlCell`Janito Vaqueiro Ferreira Filho1-29/+9
2021-02-11Create new `UrlCell` widgetJanito Vaqueiro Ferreira Filho1-0/+53
2021-02-11Create separate `Url` styleable attributeJanito Vaqueiro Ferreira Filho2-4/+11
2021-02-11Use `JvmOverloads` annotation in `Cell`Janito Vaqueiro Ferreira Filho1-24/+5
2021-02-11Use `JvmOverloads` annotation in `MtuCell`Janito Vaqueiro Ferreira Filho1-14/+5
2021-02-11Register listener instead using parameterJanito Vaqueiro Ferreira Filho2-6/+7
2021-02-11Make `EventNotifier` to respect registration orderJanito Vaqueiro Ferreira Filho1-1/+1
2021-02-11Provide intermittent daemon from `DaemonInstance`Janito Vaqueiro Ferreira Filho1-3/+11
2021-02-11Add an `Intermittent.spawnUpdate()` helper methodJanito Vaqueiro Ferreira Filho1-5/+10
2021-02-11Allow listening to intermittent value changesJanito Vaqueiro Ferreira Filho1-2/+19
2021-02-11Create `Intermittent` helper typeJanito Vaqueiro Ferreira Filho1-0/+66
2021-02-10Escape plural translationsJanito Vaqueiro Ferreira Filho18-233/+233
2021-02-10Update translationsJanito Vaqueiro Ferreira Filho36-218/+1360
2021-02-08Move down buttons in Account screenJanito Vaqueiro Ferreira Filho1-2/+5
2021-02-08Only apply state changes when state changesJanito Vaqueiro Ferreira Filho1-10/+12
2021-02-08Remove property that's only used for constructionJanito Vaqueiro Ferreira Filho1-3/+2
2021-02-08Refactor to name the callback parameterJanito Vaqueiro Ferreira Filho1-3/+3
2021-02-08Add state property to `EditCustomDnsServerHolder`Janito Vaqueiro Ferreira Filho1-8/+24
2021-01-26Fix strings.xmlEmīls1-2/+4
2021-01-26Allow key management in blocked stateEmīls20-29/+7
2021-01-26Allow redeeming vouchers in blocked stateEmīls2-4/+16
2021-01-25Remove `ConnectivityListener` reference from UIJanito Vaqueiro Ferreira Filho2-6/+0
2021-01-22Replace incorrect finalizer with new destructorJanito Vaqueiro Ferreira Filho1-4/+2