summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-24Fix use of separator in `SegmentedInputFormatter`Janito Vaqueiro Ferreira Filho1-2/+2
2020-09-24Merge branch 'improve-accessibility4' into masterOskar Nyberg15-156/+295
2020-09-24Add labels to extLink icons and use them as descriptions for buttonsOskar Nyberg6-63/+184
2020-09-24Make BlockingButton use a context instead of cloning childrenOskar Nyberg2-79/+82
2020-09-24Add alert role to text in Launch and ErrorBoundaryOskar Nyberg2-2/+2
2020-09-24Add aria-label on select location button when disconnectedOskar Nyberg1-1/+7
2020-09-24Change which elements are considered headingsOskar Nyberg6-11/+20
2020-09-24Merge branch 'allow-expanding-locations-with-one-relay-on-android'Janito Vaqueiro Ferreira Filho2-6/+2
2020-09-24Refactor to improve consistencyJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-24Remove obsoleted methodsJanito Vaqueiro Ferreira Filho2-4/+0
2020-09-24Allow expanding country with cities but no relaysJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-24Allow expanding locations that only have one relayJanito Vaqueiro Ferreira Filho2-2/+2
2020-09-24Merge branch 'fix-npe-in-mullvad-tile-service'Janito Vaqueiro Ferreira Filho2-9/+10
2020-09-24Describe fix for null exception in the changelogJanito Vaqueiro Ferreira Filho1-0/+2
2020-09-24Avoid receiving events while tile listening stopsJanito Vaqueiro Ferreira Filho1-2/+2
2020-09-24Avoid using a null tile objectJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-24Use an observable delegate for `secured` propertyJanito Vaqueiro Ferreira Filho1-6/+5
2020-09-24Merge branch 'fix-cli-timestamp'David Lönnhager2-2/+6
2020-09-24Show timezone for timestamps in the CLIDavid Lönnhager2-2/+6
2020-09-24Merge branch 'update-support-page' into masterOskar Nyberg2-15/+12
2020-09-24Fix try again button in problem report viewOskar Nyberg1-1/+5
2020-09-24Remove secure connection label and make 'Thanks!' greenOskar Nyberg2-14/+7
2020-09-23Merge branch 'use-recycler-view-for-account-history'Janito Vaqueiro Ferreira Filho9-41/+113
2020-09-23Configure divider in the account history listJanito Vaqueiro Ferreira Filho1-0/+7
2020-09-23Allow setting the top offset of the decorationJanito Vaqueiro Ferreira Filho1-0/+10
2020-09-23Make `ListItemDividerDecoration` more genericJanito Vaqueiro Ferreira Filho3-5/+21
2020-09-23Remove unnecessary propertyJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-23Replace `ListView` with `RecyclerView`Janito Vaqueiro Ferreira Filho2-28/+20
2020-09-23Create `AccountHistoryAdapter` classJanito Vaqueiro Ferreira Filho1-0/+30
2020-09-23Create `AccountHistoryHolder` classJanito Vaqueiro Ferreira Filho1-0/+23
2020-09-23Remove unnecessary divider drawableJanito Vaqueiro Ferreira Filho2-6/+0
2020-09-23Change view ID of the label in the history entryJanito Vaqueiro Ferreira Filho2-2/+2
2020-09-23Merge branch 'modernize-connectivity-listener'Janito Vaqueiro Ferreira Filho2-47/+37
2020-09-23Remove unnecessary parameterJanito Vaqueiro Ferreira Filho2-2/+2
2020-09-23Simplify property update in callbackJanito Vaqueiro Ferreira Filho1-8/+2
2020-09-23Only notify of changes if the value has changedJanito Vaqueiro Ferreira Filho1-5/+7
2020-09-23Use `observable` delegate for `isConnected`Janito Vaqueiro Ferreira Filho1-9/+7
2020-09-23Use `NetworkCallback` to listen for connectivityJanito Vaqueiro Ferreira Filho1-41/+37
2020-09-23Merge branch 'fix-st-lan-routing'David Lönnhager8-28/+255
2020-09-23Fix variable namesDavid Lönnhager1-6/+6
2020-09-23Wait for SetTunnelLink to finishDavid Lönnhager3-5/+22
2020-09-23Improve route cleanup in the route managerDavid Lönnhager1-19/+85
2020-09-23Account for route priority in the route managerDavid Lönnhager1-4/+10
2020-09-23Update changelogDavid Lönnhager1-0/+2
2020-09-23Preserve all non-tunnel routes in the exclusions tableDavid Lönnhager7-16/+152
2020-09-22Merge branch 'fix-split-tunneling-adapter-initialization'Janito Vaqueiro Ferreira Filho3-7/+4
2020-09-22Describe adapter initialization fix in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-22Only initialize adapter if service is availableJanito Vaqueiro Ferreira Filho1-7/+2
2020-09-22Make `splitTunneling` property setter privateJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-22Merge branch 'improve-how-service-knows-ui-is-visible'Janito Vaqueiro Ferreira Filho3-2/+20