summaryrefslogtreecommitdiffhomepage
path: root/android/lib/model
AgeCommit message (Expand)AuthorFilesLines
2024-04-16Trim custom list name and limit to 30 charactersDavid Göransson1-0/+20
2024-03-22Base animation duration on actual distance estimationDavid Göransson2-3/+51
2024-03-22Add mean functionDavid Göransson1-0/+3
2024-03-19Add daemon support for Server IP overridesDavid Göransson3-1/+38
2024-03-14Return success or error when creating and updating a custom listJonatan Rhodin3-0/+26
2024-02-27Implement sentence naming of testsDavid Göransson2-5/+5
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-08Add custom list modelJonatan Rhodin3-0/+18
2023-12-21Support new tunnel state API in the Android frontend.David Göransson1-60/+12
2023-12-14Migrate to Compose DestinationsDavid Göransson1-1/+1
2023-11-22Add value class assertion testDavid Göransson1-1/+4
2023-11-17Fix missing capitalization in device removal dialogJonatan Rhodin1-2/+6
2023-11-17Add missing FirewallPolicyError classJonatan Rhodin1-2/+14
2023-11-08Add relay list filter use caseJonatan Rhodin1-0/+2
2023-10-31Fix bug that would reset location constraintJonatan Rhodin1-2/+2
2023-10-31Replace UpdateRelaySettings with SetRelaySettingsDavid Lönnhager2-15/+0
2023-10-27Expose ownership and provider for relaysJonatan Rhodin1-2/+7
2023-10-25Add providers model and enable it in the daemonJonatan Rhodin3-0/+8
2023-10-23Add relay ownership enum to relay constraintsJonatan Rhodin3-1/+13
2023-10-18Move DeviceState name logic to actual DeviceDavid Göransson2-7/+9
2023-10-16Fix kotlin formattingAlbin2-5/+2
2023-10-16Add play purchasing modelsJonatan Rhodin5-0/+49
2023-10-13Add device name and time leftDavid Göransson1-15/+2
2023-10-13Refactor capitalizeFirstCharOfEachWord to modelDavid Göransson2-3/+22
2023-10-02Fix data class issuesDavid Göransson2-3/+3
2023-10-02Add class test and fix issuesDavid Göransson1-21/+21
2023-09-27Migrate login screen to composeDavid Göransson1-0/+3
2023-09-21Apply automatic formatting and cleanup of gradle filesAlbin1-6/+2
2023-09-20Add minimal required Android bindingsLinus Färnstrand1-1/+7
2023-09-12Perform AS Code CleanupDavid Göransson3-8/+4
2023-09-05Remove Android code dealing with forwarded portsLinus Färnstrand1-9/+2
2023-08-04Remove targetSdk from libsAlbin1-1/+0
2023-08-04Apply updated ktfmt formattingAlbin4-0/+7
2023-08-03Bump container image, jdk, gradle and agpAlbin1-2/+2
2023-07-25Move model classes to model moduleAlbin53-0/+638
2023-07-25Add empty model moduleAlbin2-0/+39