summaryrefslogtreecommitdiffhomepage
path: root/android/lib
AgeCommit message (Collapse)AuthorFilesLines
2024-04-17Update translationsAlbin19-0/+19
2024-04-17Align server IP override title with desktop appAlbin1-1/+1
2024-04-16Trim custom list name and limit to 30 charactersDavid Göransson1-0/+20
2024-04-09Update Split tunneling descriptionDavid Göransson20-40/+2
2024-04-05Change android map pathAlbin1-1/+1
2024-03-22Base animation duration on actual distance estimationDavid Göransson5-12/+61
2024-03-22Add mean functionDavid Göransson1-0/+3
2024-03-19Add Server IP Overrides UIDavid Göransson2-0/+18
2024-03-19Add translations for Server IP overridesDavid Göransson20-0/+121
2024-03-19Add daemon support for Server IP overridesDavid Göransson5-1/+52
2024-03-14Add custom lists translationsJonatan Rhodin19-0/+114
2024-03-14Add strings for custom listsJonatan Rhodin2-0/+39
2024-03-14Add custom lists to select location screenJonatan Rhodin9-2/+66
2024-03-14Return success or error when creating and updating a custom listJonatan Rhodin4-1/+31
2024-03-14Fix format of ipv6 addresses in info dialogAlbin1-1/+1
2024-03-13Update translationsOskar Nyberg19-29/+276
2024-03-12Restore legacy auto-connect for non-TV devicesJonatan Rhodin1-0/+2
2024-03-12Remove forced emoji2 dependency resolutionAlbin1-7/+0
2024-03-11Increase ripple contrastDavid Göransson1-1/+30
2024-03-04Remove buildconfig from propertiesDavid Göransson2-1/+7
2024-02-27Update Android UI to render new map dataLinus Färnstrand1-2/+2
2024-02-27Implement sentence naming of testsDavid Göransson6-181/+193
2024-02-19Remove the auto-connect switch when vpn settings are availableJonatan Rhodin1-3/+0
2024-02-19Create auto connect and lockdown mode screenMaryamShaghaghi1-0/+8
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-19Add dimensionsMaryamShaghaghi1-0/+4
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-19Add string resourcesMaryamShaghaghi1-0/+20
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-19Add drawable resourcesMaryamShaghaghi15-0/+0
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-15Add toggle button for split tunnelingMaryamShaghaghi1-0/+1
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-15Add Map Composable, view and rendererDavid Göransson5-0/+367
2024-02-15Add LocationMarker shapeDavid Göransson1-0/+224
2024-02-15Add globe shapeDavid Göransson1-0/+185
2024-02-15Add data classes to represent map viewDavid Göransson6-0/+173
2024-02-15Add map moduleDavid Göransson3-0/+46
2024-02-15Add tests for LatLongDavid Göransson3-0/+337
2024-02-15Add testing support for model moduleDavid Göransson1-1/+13
2024-02-15Add Latitude, Longitude and LatLong to modelDavid Göransson3-0/+131
2024-02-15Add support for Latitude and Longitude from DaemonDavid Göransson2-4/+6
2024-02-08Update the relaylist modelJonatan Rhodin1-23/+0
Use sealed interface for RelayItem Add CustomList as a type of RelayItem
2024-02-08Add custom lists Events and RequestsJonatan Rhodin2-3/+11
2024-02-08Add custom list modelJonatan Rhodin3-0/+18
2024-02-07Improve DeviceListScreenJonatan Rhodin1-0/+1
- Display loading state with a spinner - Fix alignment of success icon when the device list is empty - Fix remove icon size - Remove alpha from remove icon - Add more preview cases - Fix dates not showing in preview
2024-02-05Fix too general ExceptionDavid Göransson4-31/+21
2024-02-05Increase standard cell height to 56 dpJonatan Rhodin1-3/+1
This is to follow material design guidelines
2024-02-05Fix SplitTunnelingScreen and SplitTunnelingCellJonatan Rhodin1-0/+1
- Use BaseCell as base for SplitTunnelingCell - Make sizes and margins more in line with design - Use new HeaderCell instead of BaseCell in SplitTunnelingScreen - Use items with divider instead of padding in the cell
2024-02-05Remove all direct usages of mullvad colorsJonatan Rhodin3-33/+13
2024-01-31Replace secondary container color with new solid colorJonatan Rhodin3-9/+4
2024-01-15Migrate ipc tests to junit5Jonatan Rhodin2-1/+4
2024-01-15Update lint baselinesAlbin1-220/+0
2024-01-15Ignore ImpliedQuantity lint issueAlbin1-1/+3
Instead tracked externally (DROID-245) since the same texts are used across multiple platforms.
2024-01-11Update lint baselinesAlbin3-58/+43