Markus Pfeiffer
|
8e3b921abe
|
android: Always use UUID to access profiles
Use the UUID rather than the ID to ensure there are no conflicts between
profiles from the database and managed profiles.
|
2024-02-21 12:24:52 +01:00 |
|
Markus Pfeiffer
|
d629e1d358
|
android: Fix version number on port column
The onUpgrade method creates this column for database version 6. Update
the DbColumn definition to match that version number.
|
2024-02-21 12:24:52 +01:00 |
|
Markus Pfeiffer
|
7c8773dea5
|
android: Add interface for VPN data source
Change VPN profile source to an interface. Preparation to allow managed
configurations as a second source.
|
2024-02-21 12:24:52 +01:00 |
|
Markus Pfeiffer
|
b687f0c22f
|
android: Use try-with-resources for IO
|
2024-02-21 12:24:52 +01:00 |
|
Markus Pfeiffer
|
73af77709a
|
android: Remove unnecessary @TargetApi
The minSdkVersion is 21, remove unnecessary @TargetApi annotations.
|
2024-02-21 12:24:52 +01:00 |
|
Markus Pfeiffer
|
a3e895b4d8
|
android: Remove unnecessary API checks
The minSdkVersion is 21, remove unnecessary checks and code that target
older API versions.
|
2024-02-21 12:24:52 +01:00 |
|
Markus Pfeiffer
|
5d192246e8
|
android: Remove AndroidX legacy support
|
2024-02-21 12:24:52 +01:00 |
|
Markus Pfeiffer
|
ff6b6b5b49
|
Add ._.DS_Store to .gitignore
|
2024-02-21 12:24:52 +01:00 |
|