diff options
author | euxane | 2024-09-18 23:41:13 +0200 |
---|---|---|
committer | euxane | 2024-09-18 23:41:13 +0200 |
commit | 3709cd68edfff7a96464fb963ffdc778d1186d67 (patch) | |
tree | 256ff9c9463e8b759a03f1a24683e6154411b103 /app/src/main/res/values | |
parent | 4c6a2a879a5847b369d5b889452bf96c3d610463 (diff) | |
download | tincapp-3709cd68edfff7a96464fb963ffdc778d1186d67.tar.gz |
project: align name and description
Use the more explicit name and shorter description following the
changes in 5a54bf9 and 90d672c.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/dimens.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 134a788..c3f64c9 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc Mesh VPN: Android client and user interface |
5 | * Copyright (C) 2017-2023 Euxane P. TRAN-GIRARD | 5 | * Copyright (C) 2017-2023 Euxane P. TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index d0e5ea2..ce9d9c1 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc Mesh VPN: Android client and user interface |
5 | * Copyright (C) 2017-2018 Euxane P. TRAN-GIRARD | 5 | * Copyright (C) 2017-2018 Euxane P. TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 84262e6..72adb1d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc Mesh VPN: Android client and user interface |
5 | * Copyright (C) 2017-2024 Euxane P. TRAN-GIRARD | 5 | * Copyright (C) 2017-2024 Euxane P. TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
@@ -19,7 +19,7 @@ | |||
19 | --> | 19 | --> |
20 | 20 | ||
21 | <resources> | 21 | <resources> |
22 | <string name="app_name" translatable="false">Tinc App</string> | 22 | <string name="app_name" translatable="false">Tinc Mesh VPN</string> |
23 | <string name="app_doc_url_format" translatable="false">https://tincapp.euxane.net/doc.html#%1$s</string> | 23 | <string name="app_doc_url_format" translatable="false">https://tincapp.euxane.net/doc.html#%1$s</string> |
24 | 24 | ||
25 | <!-- generic strings --> | 25 | <!-- generic strings --> |
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index a6d4075..428330c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc Mesh VPN: Android client and user interface |
5 | * Copyright (C) 2017-2023 Euxane P. TRAN-GIRARD | 5 | * Copyright (C) 2017-2023 Euxane P. TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |