]> git.ipfire.org Git - thirdparty/strongswan.git/commit - src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfileDataSource.java
android: Add a UUID property to the VPN profiles
authorTobias Brunner <tobias@strongswan.org>
Tue, 27 Dec 2016 14:17:49 +0000 (15:17 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 20 Jan 2017 10:01:32 +0000 (11:01 +0100)
commitc4ab9af74e1c2532e03358f58aede47104e81917
tree0f7699eb899ce2dc6563e07848eadcdddfc80bd2
parenta4c7778086c969cdd134730cbbb7ed307814d92b
android: Add a UUID property to the VPN profiles

All new or edited profiles get a random UUID.  We currently don't
enforce one, though.  Later we might change that and use the UUID as
primary key.
src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfile.java
src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfileDataSource.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileDetailActivity.java