From 905cf37dc3e5e7a3a3ffdd80b09cb4be3ccfc806 Mon Sep 17 00:00:00 2001 From: cyberta Date: Wed, 30 Nov 2022 16:01:52 +0100 Subject: add new drawables for riseupVPN --- app/src/custom/res/drawable/bg_connected.png | Bin 0 -> 77818 bytes app/src/custom/res/drawable/bg_connecting.png | Bin 0 -> 112675 bytes app/src/custom/res/drawable/bg_disconnected.png | Bin 0 -> 63491 bytes app/src/custom/res/drawable/state_connected.xml | 15 +++++++++++++++ 4 files changed, 15 insertions(+) create mode 100644 app/src/custom/res/drawable/bg_connected.png create mode 100644 app/src/custom/res/drawable/bg_connecting.png create mode 100644 app/src/custom/res/drawable/bg_disconnected.png create mode 100644 app/src/custom/res/drawable/state_connected.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/bg_connected.png b/app/src/custom/res/drawable/bg_connected.png new file mode 100644 index 00000000..a375181d Binary files /dev/null and b/app/src/custom/res/drawable/bg_connected.png differ diff --git a/app/src/custom/res/drawable/bg_connecting.png b/app/src/custom/res/drawable/bg_connecting.png new file mode 100644 index 00000000..eccf184b Binary files /dev/null and b/app/src/custom/res/drawable/bg_connecting.png differ diff --git a/app/src/custom/res/drawable/bg_disconnected.png b/app/src/custom/res/drawable/bg_disconnected.png new file mode 100644 index 00000000..cc3ead9a Binary files /dev/null and b/app/src/custom/res/drawable/bg_disconnected.png differ diff --git a/app/src/custom/res/drawable/state_connected.xml b/app/src/custom/res/drawable/state_connected.xml new file mode 100644 index 00000000..c9854d69 --- /dev/null +++ b/app/src/custom/res/drawable/state_connected.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file -- cgit v1.2.3 From 5afe57ab868ee9e2e27f5b26b9b14de3519c0402 Mon Sep 17 00:00:00 2001 From: cyberta Date: Fri, 2 Dec 2022 02:08:55 +0100 Subject: rearranging assets, split them into normal and custom flavor --- app/src/custom/res/drawable/background_eip.xml | 11 -------- app/src/custom/res/drawable/crow.xml | 9 ------ app/src/custom/res/drawable/ravens.xml | 33 ++++++++++++++++++++++ app/src/custom/res/drawable/ravens1.xml | 16 ----------- app/src/custom/res/drawable/ravens2.xml | 24 ---------------- app/src/custom/res/drawable/ravens3.xml | 33 ---------------------- .../custom/res/drawable/rotate_progress_image.xml | 14 +++++++++ app/src/custom/res/drawable/state_connecting.xml | 4 +++ app/src/custom/res/drawable/state_disconnected.xml | 9 ++++++ 9 files changed, 60 insertions(+), 93 deletions(-) delete mode 100644 app/src/custom/res/drawable/background_eip.xml delete mode 100644 app/src/custom/res/drawable/crow.xml create mode 100644 app/src/custom/res/drawable/ravens.xml delete mode 100644 app/src/custom/res/drawable/ravens1.xml delete mode 100644 app/src/custom/res/drawable/ravens2.xml delete mode 100644 app/src/custom/res/drawable/ravens3.xml create mode 100644 app/src/custom/res/drawable/rotate_progress_image.xml create mode 100644 app/src/custom/res/drawable/state_connecting.xml create mode 100644 app/src/custom/res/drawable/state_disconnected.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/background_eip.xml b/app/src/custom/res/drawable/background_eip.xml deleted file mode 100644 index a2364794..00000000 --- a/app/src/custom/res/drawable/background_eip.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/crow.xml b/app/src/custom/res/drawable/crow.xml deleted file mode 100644 index 3d3660b8..00000000 --- a/app/src/custom/res/drawable/crow.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/ravens.xml b/app/src/custom/res/drawable/ravens.xml new file mode 100644 index 00000000..f97a3532 --- /dev/null +++ b/app/src/custom/res/drawable/ravens.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/ravens1.xml b/app/src/custom/res/drawable/ravens1.xml deleted file mode 100644 index d38b0c19..00000000 --- a/app/src/custom/res/drawable/ravens1.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/ravens2.xml b/app/src/custom/res/drawable/ravens2.xml deleted file mode 100644 index 0a3cbb7e..00000000 --- a/app/src/custom/res/drawable/ravens2.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/ravens3.xml b/app/src/custom/res/drawable/ravens3.xml deleted file mode 100644 index f97a3532..00000000 --- a/app/src/custom/res/drawable/ravens3.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/rotate_progress_image.xml b/app/src/custom/res/drawable/rotate_progress_image.xml new file mode 100644 index 00000000..f84f9034 --- /dev/null +++ b/app/src/custom/res/drawable/rotate_progress_image.xml @@ -0,0 +1,14 @@ + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/state_connecting.xml b/app/src/custom/res/drawable/state_connecting.xml new file mode 100644 index 00000000..3ef89983 --- /dev/null +++ b/app/src/custom/res/drawable/state_connecting.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/state_disconnected.xml b/app/src/custom/res/drawable/state_disconnected.xml new file mode 100644 index 00000000..3d3660b8 --- /dev/null +++ b/app/src/custom/res/drawable/state_disconnected.xml @@ -0,0 +1,9 @@ + + + \ No newline at end of file -- cgit v1.2.3 From 33bae6bada5aadc3ab3919fa04233d2d916e5721 Mon Sep 17 00:00:00 2001 From: cyberta Date: Fri, 2 Dec 2022 02:18:48 +0100 Subject: implement connecting animation for riseup --- app/src/custom/res/drawable/ravens.xml | 6 ++++++ app/src/custom/res/drawable/state_connecting.xml | 17 ++++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/ravens.xml b/app/src/custom/res/drawable/ravens.xml index f97a3532..788aef84 100644 --- a/app/src/custom/res/drawable/ravens.xml +++ b/app/src/custom/res/drawable/ravens.xml @@ -4,29 +4,35 @@ android:width="342dp" android:height="206dp"> diff --git a/app/src/custom/res/drawable/state_connecting.xml b/app/src/custom/res/drawable/state_connecting.xml index 3ef89983..267ba791 100644 --- a/app/src/custom/res/drawable/state_connecting.xml +++ b/app/src/custom/res/drawable/state_connecting.xml @@ -1,4 +1,15 @@ - - - \ No newline at end of file + + + + + + \ No newline at end of file -- cgit v1.2.3 From 9ec59148a926a5c8e5fecfbb64b6418d1dbb852d Mon Sep 17 00:00:00 2001 From: cyberta Date: Fri, 2 Dec 2022 15:37:59 +0100 Subject: implement transition animation between connected and disconnected state for RiseupVPn --- app/src/custom/res/drawable/state_connected.xml | 30 +++++--- app/src/custom/res/drawable/state_disconnected.xml | 22 ++++-- .../state_transition_connected_disconnected.xml | 89 ++++++++++++++++++++++ 3 files changed, 125 insertions(+), 16 deletions(-) create mode 100644 app/src/custom/res/drawable/state_transition_connected_disconnected.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/state_connected.xml b/app/src/custom/res/drawable/state_connected.xml index c9854d69..e0a9005f 100644 --- a/app/src/custom/res/drawable/state_connected.xml +++ b/app/src/custom/res/drawable/state_connected.xml @@ -3,13 +3,25 @@ android:viewportHeight="220" android:width="166dp" android:height="220dp"> - - - + + + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/state_disconnected.xml b/app/src/custom/res/drawable/state_disconnected.xml index 3d3660b8..7c49a537 100644 --- a/app/src/custom/res/drawable/state_disconnected.xml +++ b/app/src/custom/res/drawable/state_disconnected.xml @@ -1,9 +1,17 @@ - + android:viewportWidth="166" + android:viewportHeight="220" + android:width="166dp" + android:height="220dp"> + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/state_transition_connected_disconnected.xml b/app/src/custom/res/drawable/state_transition_connected_disconnected.xml new file mode 100644 index 00000000..0496e729 --- /dev/null +++ b/app/src/custom/res/drawable/state_transition_connected_disconnected.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From e8625b3fb29285d73033efb3aab96263528e270a Mon Sep 17 00:00:00 2001 From: cyberta Date: Sun, 4 Dec 2022 02:07:49 +0100 Subject: replace connected state background pngs for RiseupVPN with vector graphics --- app/src/custom/res/drawable/bg_connected.png | Bin 77818 -> 0 bytes app/src/custom/res/drawable/bg_connected.xml | 13 ++++++ .../custom/res/drawable/bg_connected_effect.xml | 25 ++++++++++++ app/src/custom/res/drawable/bg_connecting.png | Bin 112675 -> 0 bytes app/src/custom/res/drawable/bg_connecting.xml | 13 ++++++ .../custom/res/drawable/bg_connecting_effect.xml | 44 ++++++++++++++++++++ app/src/custom/res/drawable/bg_disconnected.png | Bin 63491 -> 0 bytes app/src/custom/res/drawable/bg_disconnected.xml | 15 +++++++ .../custom/res/drawable/bg_disconnected_effect.xml | 45 +++++++++++++++++++++ 9 files changed, 155 insertions(+) delete mode 100644 app/src/custom/res/drawable/bg_connected.png create mode 100644 app/src/custom/res/drawable/bg_connected.xml create mode 100644 app/src/custom/res/drawable/bg_connected_effect.xml delete mode 100644 app/src/custom/res/drawable/bg_connecting.png create mode 100644 app/src/custom/res/drawable/bg_connecting.xml create mode 100644 app/src/custom/res/drawable/bg_connecting_effect.xml delete mode 100644 app/src/custom/res/drawable/bg_disconnected.png create mode 100644 app/src/custom/res/drawable/bg_disconnected.xml create mode 100644 app/src/custom/res/drawable/bg_disconnected_effect.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/bg_connected.png b/app/src/custom/res/drawable/bg_connected.png deleted file mode 100644 index a375181d..00000000 Binary files a/app/src/custom/res/drawable/bg_connected.png and /dev/null differ diff --git a/app/src/custom/res/drawable/bg_connected.xml b/app/src/custom/res/drawable/bg_connected.xml new file mode 100644 index 00000000..f851203d --- /dev/null +++ b/app/src/custom/res/drawable/bg_connected.xml @@ -0,0 +1,13 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_connected_effect.xml b/app/src/custom/res/drawable/bg_connected_effect.xml new file mode 100644 index 00000000..75e79573 --- /dev/null +++ b/app/src/custom/res/drawable/bg_connected_effect.xml @@ -0,0 +1,25 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_connecting.png b/app/src/custom/res/drawable/bg_connecting.png deleted file mode 100644 index eccf184b..00000000 Binary files a/app/src/custom/res/drawable/bg_connecting.png and /dev/null differ diff --git a/app/src/custom/res/drawable/bg_connecting.xml b/app/src/custom/res/drawable/bg_connecting.xml new file mode 100644 index 00000000..8482d30e --- /dev/null +++ b/app/src/custom/res/drawable/bg_connecting.xml @@ -0,0 +1,13 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_connecting_effect.xml b/app/src/custom/res/drawable/bg_connecting_effect.xml new file mode 100644 index 00000000..fd462a54 --- /dev/null +++ b/app/src/custom/res/drawable/bg_connecting_effect.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_disconnected.png b/app/src/custom/res/drawable/bg_disconnected.png deleted file mode 100644 index cc3ead9a..00000000 Binary files a/app/src/custom/res/drawable/bg_disconnected.png and /dev/null differ diff --git a/app/src/custom/res/drawable/bg_disconnected.xml b/app/src/custom/res/drawable/bg_disconnected.xml new file mode 100644 index 00000000..bfc3c1d1 --- /dev/null +++ b/app/src/custom/res/drawable/bg_disconnected.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_disconnected_effect.xml b/app/src/custom/res/drawable/bg_disconnected_effect.xml new file mode 100644 index 00000000..d19c2f7f --- /dev/null +++ b/app/src/custom/res/drawable/bg_disconnected_effect.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From e963546dd01627d1a7c9f38467733ae80cddaef3 Mon Sep 17 00:00:00 2001 From: cyberta Date: Sun, 4 Dec 2022 16:59:59 +0100 Subject: implement RiseupVPN splash screen for Android API 31+ --- app/src/custom/res/drawable/splash_branding.xml | 47 +++++++++++++++++++++++++ app/src/custom/res/drawable/splash_icon.xml | 17 +++++++++ app/src/custom/res/drawable/splash_page.xml | 10 ++++++ 3 files changed, 74 insertions(+) create mode 100644 app/src/custom/res/drawable/splash_branding.xml create mode 100644 app/src/custom/res/drawable/splash_icon.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/splash_branding.xml b/app/src/custom/res/drawable/splash_branding.xml new file mode 100644 index 00000000..8bbd83ca --- /dev/null +++ b/app/src/custom/res/drawable/splash_branding.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + diff --git a/app/src/custom/res/drawable/splash_icon.xml b/app/src/custom/res/drawable/splash_icon.xml new file mode 100644 index 00000000..e8335bc6 --- /dev/null +++ b/app/src/custom/res/drawable/splash_icon.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/splash_page.xml b/app/src/custom/res/drawable/splash_page.xml index 4c72dfe2..48a622ac 100644 --- a/app/src/custom/res/drawable/splash_page.xml +++ b/app/src/custom/res/drawable/splash_page.xml @@ -1,4 +1,14 @@ + -- cgit v1.2.3 From 1b981b7971e207e892a4f457d455f0856533540f Mon Sep 17 00:00:00 2001 From: cyberta Date: Mon, 5 Dec 2022 13:23:14 +0100 Subject: replace motd png with vector graphic --- app/src/custom/res/drawable/ic_motd.png | Bin 34639 -> 0 bytes app/src/custom/res/drawable/ic_motd.xml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) delete mode 100644 app/src/custom/res/drawable/ic_motd.png create mode 100644 app/src/custom/res/drawable/ic_motd.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/ic_motd.png b/app/src/custom/res/drawable/ic_motd.png deleted file mode 100644 index 5d2efea4..00000000 Binary files a/app/src/custom/res/drawable/ic_motd.png and /dev/null differ diff --git a/app/src/custom/res/drawable/ic_motd.xml b/app/src/custom/res/drawable/ic_motd.xml new file mode 100644 index 00000000..85c9e58a --- /dev/null +++ b/app/src/custom/res/drawable/ic_motd.xml @@ -0,0 +1,18 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3 From ec380e8b8913835cc50448aa51b75b3925644957 Mon Sep 17 00:00:00 2001 From: cyberta Date: Tue, 6 Dec 2022 03:17:15 +0100 Subject: re-adding pngs as fallback for pre-API 24, appearantly Android 6's vector graphic rendering is really broken --- app/src/custom/res/drawable/bg_connected.png | Bin 0 -> 39210 bytes app/src/custom/res/drawable/bg_connected.xml | 13 --- .../custom/res/drawable/bg_connected_effect.xml | 25 ------ app/src/custom/res/drawable/bg_connecting.png | Bin 0 -> 68160 bytes app/src/custom/res/drawable/bg_connecting.xml | 13 --- .../custom/res/drawable/bg_connecting_effect.xml | 44 ---------- app/src/custom/res/drawable/bg_disconnected.png | Bin 0 -> 71570 bytes app/src/custom/res/drawable/bg_disconnected.xml | 15 ---- .../custom/res/drawable/bg_disconnected_effect.xml | 45 ----------- app/src/custom/res/drawable/ic_motd.png | Bin 0 -> 34639 bytes app/src/custom/res/drawable/ic_motd.xml | 18 ----- app/src/custom/res/drawable/ravens.xml | 39 --------- .../custom/res/drawable/rotate_progress_image.png | Bin 0 -> 161 bytes .../custom/res/drawable/rotate_progress_image.xml | 14 ---- app/src/custom/res/drawable/state_connected.png | Bin 0 -> 48758 bytes app/src/custom/res/drawable/state_connected.xml | 27 ------- app/src/custom/res/drawable/state_connecting.png | Bin 0 -> 111663 bytes app/src/custom/res/drawable/state_connecting.xml | 15 ---- app/src/custom/res/drawable/state_disconnected.xml | 23 ++---- .../state_transition_connected_disconnected.xml | 89 --------------------- 20 files changed, 6 insertions(+), 374 deletions(-) create mode 100644 app/src/custom/res/drawable/bg_connected.png delete mode 100644 app/src/custom/res/drawable/bg_connected.xml delete mode 100644 app/src/custom/res/drawable/bg_connected_effect.xml create mode 100644 app/src/custom/res/drawable/bg_connecting.png delete mode 100644 app/src/custom/res/drawable/bg_connecting.xml delete mode 100644 app/src/custom/res/drawable/bg_connecting_effect.xml create mode 100644 app/src/custom/res/drawable/bg_disconnected.png delete mode 100644 app/src/custom/res/drawable/bg_disconnected.xml delete mode 100644 app/src/custom/res/drawable/bg_disconnected_effect.xml create mode 100644 app/src/custom/res/drawable/ic_motd.png delete mode 100644 app/src/custom/res/drawable/ic_motd.xml delete mode 100644 app/src/custom/res/drawable/ravens.xml create mode 100644 app/src/custom/res/drawable/rotate_progress_image.png delete mode 100644 app/src/custom/res/drawable/rotate_progress_image.xml create mode 100644 app/src/custom/res/drawable/state_connected.png delete mode 100644 app/src/custom/res/drawable/state_connected.xml create mode 100644 app/src/custom/res/drawable/state_connecting.png delete mode 100644 app/src/custom/res/drawable/state_connecting.xml delete mode 100644 app/src/custom/res/drawable/state_transition_connected_disconnected.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/bg_connected.png b/app/src/custom/res/drawable/bg_connected.png new file mode 100644 index 00000000..78a09cae Binary files /dev/null and b/app/src/custom/res/drawable/bg_connected.png differ diff --git a/app/src/custom/res/drawable/bg_connected.xml b/app/src/custom/res/drawable/bg_connected.xml deleted file mode 100644 index f851203d..00000000 --- a/app/src/custom/res/drawable/bg_connected.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_connected_effect.xml b/app/src/custom/res/drawable/bg_connected_effect.xml deleted file mode 100644 index 75e79573..00000000 --- a/app/src/custom/res/drawable/bg_connected_effect.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_connecting.png b/app/src/custom/res/drawable/bg_connecting.png new file mode 100644 index 00000000..d85ddd4b Binary files /dev/null and b/app/src/custom/res/drawable/bg_connecting.png differ diff --git a/app/src/custom/res/drawable/bg_connecting.xml b/app/src/custom/res/drawable/bg_connecting.xml deleted file mode 100644 index 8482d30e..00000000 --- a/app/src/custom/res/drawable/bg_connecting.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_connecting_effect.xml b/app/src/custom/res/drawable/bg_connecting_effect.xml deleted file mode 100644 index fd462a54..00000000 --- a/app/src/custom/res/drawable/bg_connecting_effect.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_disconnected.png b/app/src/custom/res/drawable/bg_disconnected.png new file mode 100644 index 00000000..029c5d5a Binary files /dev/null and b/app/src/custom/res/drawable/bg_disconnected.png differ diff --git a/app/src/custom/res/drawable/bg_disconnected.xml b/app/src/custom/res/drawable/bg_disconnected.xml deleted file mode 100644 index bfc3c1d1..00000000 --- a/app/src/custom/res/drawable/bg_disconnected.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/bg_disconnected_effect.xml b/app/src/custom/res/drawable/bg_disconnected_effect.xml deleted file mode 100644 index d19c2f7f..00000000 --- a/app/src/custom/res/drawable/bg_disconnected_effect.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/ic_motd.png b/app/src/custom/res/drawable/ic_motd.png new file mode 100644 index 00000000..5d2efea4 Binary files /dev/null and b/app/src/custom/res/drawable/ic_motd.png differ diff --git a/app/src/custom/res/drawable/ic_motd.xml b/app/src/custom/res/drawable/ic_motd.xml deleted file mode 100644 index 85c9e58a..00000000 --- a/app/src/custom/res/drawable/ic_motd.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/ravens.xml b/app/src/custom/res/drawable/ravens.xml deleted file mode 100644 index 788aef84..00000000 --- a/app/src/custom/res/drawable/ravens.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/rotate_progress_image.png b/app/src/custom/res/drawable/rotate_progress_image.png new file mode 100644 index 00000000..ca160d00 Binary files /dev/null and b/app/src/custom/res/drawable/rotate_progress_image.png differ diff --git a/app/src/custom/res/drawable/rotate_progress_image.xml b/app/src/custom/res/drawable/rotate_progress_image.xml deleted file mode 100644 index f84f9034..00000000 --- a/app/src/custom/res/drawable/rotate_progress_image.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/state_connected.png b/app/src/custom/res/drawable/state_connected.png new file mode 100644 index 00000000..0fbb82f2 Binary files /dev/null and b/app/src/custom/res/drawable/state_connected.png differ diff --git a/app/src/custom/res/drawable/state_connected.xml b/app/src/custom/res/drawable/state_connected.xml deleted file mode 100644 index e0a9005f..00000000 --- a/app/src/custom/res/drawable/state_connected.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/state_connecting.png b/app/src/custom/res/drawable/state_connecting.png new file mode 100644 index 00000000..7d78587e Binary files /dev/null and b/app/src/custom/res/drawable/state_connecting.png differ diff --git a/app/src/custom/res/drawable/state_connecting.xml b/app/src/custom/res/drawable/state_connecting.xml deleted file mode 100644 index 267ba791..00000000 --- a/app/src/custom/res/drawable/state_connecting.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/custom/res/drawable/state_disconnected.xml b/app/src/custom/res/drawable/state_disconnected.xml index 7c49a537..ee11473d 100644 --- a/app/src/custom/res/drawable/state_disconnected.xml +++ b/app/src/custom/res/drawable/state_disconnected.xml @@ -1,17 +1,6 @@ - - - - - - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/drawable/state_transition_connected_disconnected.xml b/app/src/custom/res/drawable/state_transition_connected_disconnected.xml deleted file mode 100644 index 0496e729..00000000 --- a/app/src/custom/res/drawable/state_transition_connected_disconnected.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3