From 40e39c4bc1116e09bb99baa9b37dae846ab66887 Mon Sep 17 00:00:00 2001 From: Electric Date: Thu, 6 Aug 2020 16:03:08 +0300 Subject: [PATCH] Removed right pod png files and replaced them with mirroring --- .../inspectionProfiles/Project_Default.xml | 17 + OpenPods/app/build.gradle | 9 +- OpenPods/app/src/main/assets/license.html | 941 +++++++++--------- .../java/com/dosse/airpods/PodsService.java | 16 +- .../res/drawable/{left_pod.png => pod.png} | Bin ..._disconnected.png => pod_disconnected.png} | Bin .../drawable/{left_podpro.png => podpro.png} | Bin ...sconnected.png => podpro_disconnected.png} | Bin .../app/src/main/res/drawable/right_pod.png | Bin 22707 -> 0 bytes .../res/drawable/right_pod_disconnected.png | Bin 22598 -> 0 bytes .../src/main/res/drawable/right_podpro.png | Bin 29322 -> 0 bytes .../drawable/right_podpro_disconnected.png | Bin 17287 -> 0 bytes .../app/src/main/res/layout/status_big.xml | 5 +- .../app/src/main/res/layout/status_small.xml | 5 +- OpenPods/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 16 files changed, 524 insertions(+), 473 deletions(-) create mode 100644 OpenPods/.idea/inspectionProfiles/Project_Default.xml rename OpenPods/app/src/main/res/drawable/{left_pod.png => pod.png} (100%) rename OpenPods/app/src/main/res/drawable/{left_pod_disconnected.png => pod_disconnected.png} (100%) rename OpenPods/app/src/main/res/drawable/{left_podpro.png => podpro.png} (100%) rename OpenPods/app/src/main/res/drawable/{left_podpro_disconnected.png => podpro_disconnected.png} (100%) delete mode 100644 OpenPods/app/src/main/res/drawable/right_pod.png delete mode 100644 OpenPods/app/src/main/res/drawable/right_pod_disconnected.png delete mode 100644 OpenPods/app/src/main/res/drawable/right_podpro.png delete mode 100644 OpenPods/app/src/main/res/drawable/right_podpro_disconnected.png diff --git a/OpenPods/.idea/inspectionProfiles/Project_Default.xml b/OpenPods/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..af75c67 --- /dev/null +++ b/OpenPods/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/OpenPods/app/build.gradle b/OpenPods/app/build.gradle index 4f1d9a2..e31ec2a 100644 --- a/OpenPods/app/build.gradle +++ b/OpenPods/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 29 - buildToolsVersion "29.0.3" + buildToolsVersion '30.0.0' defaultConfig { applicationId "com.dosse.airpods" @@ -16,15 +16,16 @@ android { buildTypes { release { - minifyEnabled false + minifyEnabled true + shrinkResources true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } - productFlavors { - } + lintOptions { abortOnError false } + compileOptions { sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/OpenPods/app/src/main/assets/license.html b/OpenPods/app/src/main/assets/license.html index 32a2ad5..e06ed57 100644 --- a/OpenPods/app/src/main/assets/license.html +++ b/OpenPods/app/src/main/assets/license.html @@ -1,10 +1,15 @@ - - - - GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF) - - - + +

GNU GENERAL PUBLIC LICENSE

Version 3, 29 June 2007

Copyright © 2007 Free Software Foundation, Inc. - <https://fsf.org/>

- Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed.

+ <https://fsf.org/>

+

+ Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed.

Preamble

The GNU General Public License is a free, copyleft license for -software and other kinds of works.

+ software and other kinds of works.

The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too.

+ to take away your freedom to share and change the works. By contrast, + the GNU General Public License is intended to guarantee your freedom to + share and change all versions of a program--to make sure it remains free + software for all its users. We, the Free Software Foundation, use the + GNU General Public License for most of our software; it applies also to + any other work released this way by its authors. You can apply it to + your programs, too.

When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things.

+ price. Our General Public Licenses are designed to make sure that you + have the freedom to distribute copies of free software (and charge for + them if you wish), that you receive source code or can get it if you + want it, that you can change the software or use pieces of it in new + free programs, and that you know you can do these things.

To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others.

+ these rights or asking you to surrender the rights. Therefore, you have + certain responsibilities if you distribute copies of the software, or if + you modify it: responsibilities to respect the freedom of others.

For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights.

+ gratis or for a fee, you must pass on to the recipients the same + freedoms that you received. You must make sure that they, too, receive + or can get the source code. And you must show them these terms so they + know their rights.

Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it.

+ (1) assert copyright on the software, and (2) offer you this License + giving you legal permission to copy, distribute and/or modify it.

For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions.

+ that there is no warranty for this free software. For both users' and + authors' sake, the GPL requires that modified versions be marked as + changed, so that their problems will not be attributed erroneously to + authors of previous versions.

Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users.

+ modified versions of the software inside them, although the manufacturer + can do so. This is fundamentally incompatible with the aim of + protecting users' freedom to change the software. The systematic + pattern of such abuse occurs in the area of products for individuals to + use, which is precisely where it is most unacceptable. Therefore, we + have designed this version of the GPL to prohibit the practice for those + products. If such problems arise substantially in other domains, we + stand ready to extend this provision to those domains in future versions + of the GPL, as needed to protect the freedom of users.

Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free.

+ States should not allow patents to restrict development and use of + software on general-purpose computers, but in those that do, we wish to + avoid the special danger that patents applied to a free program could + make it effectively proprietary. To prevent this, the GPL assures that + patents cannot be used to render the program non-free.

The precise terms and conditions for copying, distribution and -modification follow.

+ modification follow.

TERMS AND CONDITIONS

@@ -99,603 +106,627 @@ modification follow.

“This License” refers to version 3 of the GNU General Public License.

“Copyright” also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks.

- + works, such as semiconductor masks.

+

“The Program” refers to any copyrightable work licensed under this -License. Each licensee is addressed as “you”. “Licensees” and -“recipients” may be individuals or organizations.

+ License. Each licensee is addressed as “you”. “Licensees” and + “recipients” may be individuals or organizations.

To “modify” a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a “modified version” of the -earlier work or a work “based on” the earlier work.

+ in a fashion requiring copyright permission, other than the making of an + exact copy. The resulting work is called a “modified version” of the + earlier work or a work “based on” the earlier work.

A “covered work” means either the unmodified Program or a work based -on the Program.

+ on the Program.

To “propagate” a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well.

+ permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification), making available to the + public, and in some countries other activities as well.

To “convey” a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying.

+ parties to make or receive copies. Mere interaction with a user through + a computer network, with no transfer of a copy, is not conveying.

An interactive user interface displays “Appropriate Legal Notices” -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion.

+ to the extent that it includes a convenient and prominently visible + feature that (1) displays an appropriate copyright notice, and (2) + tells the user that there is no warranty for the work (except to the + extent that warranties are provided), that licensees may convey the + work under this License, and how to view a copy of this License. If + the interface presents a list of user commands or options, such as a + menu, a prominent item in the list meets this criterion.

1. Source Code.

The “source code” for a work means the preferred form of the work -for making modifications to it. “Object code” means any non-source -form of a work.

+ for making modifications to it. “Object code” means any non-source + form of a work.

A “Standard Interface” means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language.

+ standard defined by a recognized standards body, or, in the case of + interfaces specified for a particular programming language, one that + is widely used among developers working in that language.

The “System Libraries” of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -“Major Component”, in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it.

+ than the work as a whole, that (a) is included in the normal form of + packaging a Major Component, but which is not part of that Major + Component, and (b) serves only to enable use of the work with that + Major Component, or to implement a Standard Interface for which an + implementation is available to the public in source code form. A + “Major Component”, in this context, means a major essential component + (kernel, window system, and so on) of the specific operating system + (if any) on which the executable work runs, or a compiler used to + produce the work, or an object code interpreter used to run it.

The “Corresponding Source” for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work.

+ the source code needed to generate, install, and (for an executable + work) run the object code and to modify the work, including scripts to + control those activities. However, it does not include the work's + System Libraries, or general-purpose tools or generally available free + programs which are used unmodified in performing those activities but + which are not part of the work. For example, Corresponding Source + includes interface definition files associated with source files for + the work, and the source code for shared libraries and dynamically + linked subprograms that the work is specifically designed to require, + such as by intimate data communication or control flow between those + subprograms and other parts of the work.

The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source.

+ can regenerate automatically from other parts of the Corresponding + Source.

The Corresponding Source for a work in source code form is that -same work.

+ same work.

2. Basic Permissions.

All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law.

+ copyright on the Program, and are irrevocable provided the stated + conditions are met. This License explicitly affirms your unlimited + permission to run the unmodified Program. The output from running a + covered work is covered by this License only if the output, given its + content, constitutes a covered work. This License acknowledges your + rights of fair use or other equivalent, as provided by copyright law.

You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you.

+ convey, without conditions so long as your license otherwise remains + in force. You may convey covered works to others for the sole purpose + of having them make modifications exclusively for you, or provide you + with facilities for running those works, provided that you comply with + the terms of this License in conveying all material for which you do + not control copyright. Those thus making or running the covered works + for you must do so exclusively on your behalf, under your direction + and control, on terms that prohibit them from making any copies of + your copyrighted material outside their relationship with you.

Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary.

+ the conditions stated below. Sublicensing is not allowed; section 10 + makes it unnecessary.

3. Protecting Users' Legal Rights From Anti-Circumvention Law.

No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures.

+ measure under any applicable law fulfilling obligations under article + 11 of the WIPO copyright treaty adopted on 20 December 1996, or + similar laws prohibiting or restricting circumvention of such + measures.

When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures.

+ circumvention of technological measures to the extent such circumvention + is effected by exercising rights under this License with respect to + the covered work, and you disclaim any intention to limit operation or + modification of the work as a means of enforcing, against the work's + users, your or third parties' legal rights to forbid circumvention of + technological measures.

4. Conveying Verbatim Copies.

You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program.

+ receive it, in any medium, provided that you conspicuously and + appropriately publish on each copy an appropriate copyright notice; + keep intact all notices stating that this License and any + non-permissive terms added in accord with section 7 apply to the code; + keep intact all notices of the absence of any warranty; and give all + recipients a copy of this License along with the Program.

You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee.

+ and you may offer support or warranty protection for a fee.

5. Conveying Modified Source Versions.

You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions:

+ produce it from the Program, in the form of source code under the + terms of section 4, provided that you also meet all of these conditions:

A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -“aggregate” if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate.

+ works, which are not by their nature extensions of the covered work, + and which are not combined with it such as to form a larger program, + in or on a volume of a storage or distribution medium, is called an + “aggregate” if the compilation and its resulting copyright are not + used to limit the access or legal rights of the compilation's users + beyond what the individual works permit. Inclusion of a covered work + in an aggregate does not cause this License to apply to the other + parts of the aggregate.

6. Conveying Non-Source Forms.

You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways:

+ of sections 4 and 5, provided that you also convey the + machine-readable Corresponding Source under the terms of this License, + in one of these ways:

A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work.

+ from the Corresponding Source as a System Library, need not be + included in conveying the object code work.

A “User Product” is either (1) a “consumer product”, which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, “normally used” refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product.

+ tangible personal property which is normally used for personal, family, + or household purposes, or (2) anything designed or sold for incorporation + into a dwelling. In determining whether a product is a consumer product, + doubtful cases shall be resolved in favor of coverage. For a particular + product received by a particular user, “normally used” refers to a + typical or common use of that class of product, regardless of the status + of the particular user or of the way in which the particular user + actually uses, or expects or is expected to use, the product. A product + is a consumer product regardless of whether the product has substantial + commercial, industrial or non-consumer uses, unless such uses represent + the only significant mode of use of the product.

“Installation Information” for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made.

+ procedures, authorization keys, or other information required to install + and execute modified versions of a covered work in that User Product from + a modified version of its Corresponding Source. The information must + suffice to ensure that the continued functioning of the modified object + code is in no case prevented or interfered with solely because + modification has been made.

If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM).

+ specifically for use in, a User Product, and the conveying occurs as + part of a transaction in which the right of possession and use of the + User Product is transferred to the recipient in perpetuity or for a + fixed term (regardless of how the transaction is characterized), the + Corresponding Source conveyed under this section must be accompanied + by the Installation Information. But this requirement does not apply + if neither you nor any third party retains the ability to install + modified object code on the User Product (for example, the work has + been installed in ROM).

The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network.

+ requirement to continue to provide support service, warranty, or updates + for a work that has been modified or installed by the recipient, or for + the User Product in which it has been modified or installed. Access to a + network may be denied when the modification itself materially and + adversely affects the operation of the network or violates the rules and + protocols for communication across the network.

Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying.

+ in accord with this section must be in a format that is publicly + documented (and with an implementation available to the public in + source code form), and must require no special password or key for + unpacking, reading or copying.

7. Additional Terms.

“Additional permissions” are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions.

+ License by making exceptions from one or more of its conditions. + Additional permissions that are applicable to the entire Program shall + be treated as though they were included in this License, to the extent + that they are valid under applicable law. If additional permissions + apply only to part of the Program, that part may be used separately + under those permissions, but the entire Program remains governed by + this License without regard to the additional permissions.

When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission.

+ remove any additional permissions from that copy, or from any part of + it. (Additional permissions may be written to require their own + removal in certain cases when you modify the work.) You may place + additional permissions on material, added by you to a covered work, + for which you have or can give appropriate copyright permission.

Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms:

+ add to a covered work, you may (if authorized by the copyright holders of + that material) supplement the terms of this License with terms:

All other non-permissive additional terms are considered “further -restrictions” within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying.

+ restrictions” within the meaning of section 10. If the Program as you + received it, or any part of it, contains a notice stating that it is + governed by this License along with a term that is a further + restriction, you may remove that term. If a license document contains + a further restriction but permits relicensing or conveying under this + License, you may add to a covered work material governed by the terms + of that license document, provided that the further restriction does + not survive such relicensing or conveying.

If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms.

+ must place, in the relevant source files, a statement of the + additional terms that apply to those files, or a notice indicating + where to find the applicable terms.

Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way.

+ form of a separately written license, or stated as exceptions; + the above requirements apply either way.

8. Termination.

You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11).

+ provided under this License. Any attempt otherwise to propagate or + modify it is void, and will automatically terminate your rights under + this License (including any patent licenses granted under the third + paragraph of section 11).

However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation.

+ license from a particular copyright holder is reinstated (a) + provisionally, unless and until the copyright holder explicitly and + finally terminates your license, and (b) permanently, if the copyright + holder fails to notify you of the violation by some reasonable means + prior to 60 days after the cessation.

Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice.

+ reinstated permanently if the copyright holder notifies you of the + violation by some reasonable means, this is the first time you have + received notice of violation of this License (for any work) from that + copyright holder, and you cure the violation prior to 30 days after + your receipt of the notice.

Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10.

+ licenses of parties who have received copies or rights from you under + this License. If your rights have been terminated and not permanently + reinstated, you do not qualify to receive new licenses for the same + material under section 10.

9. Acceptance Not Required for Having Copies.

You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so.

+ run a copy of the Program. Ancillary propagation of a covered work + occurring solely as a consequence of using peer-to-peer transmission + to receive a copy likewise does not require acceptance. However, + nothing other than this License grants you permission to propagate or + modify any covered work. These actions infringe copyright if you do + not accept this License. Therefore, by modifying or propagating a + covered work, you indicate your acceptance of this License to do so.

10. Automatic Licensing of Downstream Recipients.

Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License.

+ receives a license from the original licensors, to run, modify and + propagate that work, subject to this License. You are not responsible + for enforcing compliance by third parties with this License.

An “entity transaction” is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts.

+ organization, or substantially all assets of one, or subdividing an + organization, or merging organizations. If propagation of a covered + work results from an entity transaction, each party to that + transaction who receives a copy of the work also receives whatever + licenses to the work the party's predecessor in interest had or could + give under the previous paragraph, plus a right to possession of the + Corresponding Source of the work from the predecessor in interest, if + the predecessor has it or can get it with reasonable efforts.

You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it.

+ rights granted or affirmed under this License. For example, you may + not impose a license fee, royalty, or other charge for exercise of + rights granted under this License, and you may not initiate litigation + (including a cross-claim or counterclaim in a lawsuit) alleging that + any patent claim is infringed by making, using, selling, offering for + sale, or importing the Program or any portion of it.

11. Patents.

A “contributor” is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's “contributor version”.

+ License of the Program or a work on which the Program is based. The + work thus licensed is called the contributor's “contributor version”.

A contributor's “essential patent claims” are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, “control” includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License.

+ owned or controlled by the contributor, whether already acquired or + hereafter acquired, that would be infringed by some manner, permitted + by this License, of making, using, or selling its contributor version, + but do not include claims that would be infringed only as a + consequence of further modification of the contributor version. For + purposes of this definition, “control” includes the right to grant + patent sublicenses in a manner consistent with the requirements of + this License.

Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version.

+ patent license under the contributor's essential patent claims, to + make, use, sell, offer for sale, import and otherwise run, modify and + propagate the contents of its contributor version.

In the following three paragraphs, a “patent license” is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To “grant” such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party.

+ agreement or commitment, however denominated, not to enforce a patent + (such as an express permission to practice a patent or covenant not to + sue for patent infringement). To “grant” such a patent license to a + party means to make such an agreement or commitment not to enforce a + patent against the party.

If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. “Knowingly relying” means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid.

- + and the Corresponding Source of the work is not available for anyone + to copy, free of charge and under the terms of this License, through a + publicly available network server or other readily accessible means, + then you must either (1) cause the Corresponding Source to be so + available, or (2) arrange to deprive yourself of the benefit of the + patent license for this particular work, or (3) arrange, in a manner + consistent with the requirements of this License, to extend the patent + license to downstream recipients. “Knowingly relying” means you have + actual knowledge that, but for the patent license, your conveying the + covered work in a country, or your recipient's use of the covered work + in a country, would infringe one or more identifiable patents in that + country that you have reason to believe are valid.

+

If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it.

+ arrangement, you convey, or propagate by procuring conveyance of, a + covered work, and grant a patent license to some of the parties + receiving the covered work authorizing them to use, propagate, modify + or convey a specific copy of the covered work, then the patent license + you grant is automatically extended to all recipients of the covered + work and works based on it.

A patent license is “discriminatory” if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007.

+ the scope of its coverage, prohibits the exercise of, or is + conditioned on the non-exercise of one or more of the rights that are + specifically granted under this License. You may not convey a covered + work if you are a party to an arrangement with a third party that is + in the business of distributing software, under which you make payment + to the third party based on the extent of your activity of conveying + the work, and under which the third party grants, to any of the + parties who would receive the covered work from you, a discriminatory + patent license (a) in connection with copies of the covered work + conveyed by you (or copies made from those copies), or (b) primarily + for and in connection with specific products or compilations that + contain the covered work, unless you entered into that arrangement, + or that patent license was granted, prior to 28 March 2007.

Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law.

+ any implied license or other defenses to infringement that may + otherwise be available to you under applicable patent law.

12. No Surrender of Others' Freedom.

If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program.

+ otherwise) that contradict the conditions of this License, they do not + excuse you from the conditions of this License. If you cannot convey a + covered work so as to satisfy simultaneously your obligations under this + License and any other pertinent obligations, then as a consequence you may + not convey it at all. For example, if you agree to terms that obligate you + to collect a royalty for further conveying from those to whom you convey + the Program, the only way you could satisfy both those terms and this + License would be to refrain entirely from conveying the Program.

13. Use with the GNU Affero General Public License.

Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such.

+ permission to link or combine any covered work with a work licensed + under version 3 of the GNU Affero General Public License into a single + combined work, and to convey the resulting work. The terms of this + License will continue to apply to the part which is the covered work, + but the special requirements of the GNU Affero General Public License, + section 13, concerning interaction through a network will apply to the + combination as such.

14. Revised Versions of this License.

The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns.

+ the GNU General Public License from time to time. Such new versions will + be similar in spirit to the present version, but may differ in detail to + address new problems or concerns.

-

Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License “or any later version” applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation.

+

Each version is given a distinguishing version number. If the + Program specifies that a certain numbered version of the GNU General + Public License “or any later version” applies to it, you have the + option of following the terms and conditions either of that numbered + version or of any later version published by the Free Software + Foundation. If the Program does not specify a version number of the + GNU General Public License, you may choose any version ever published + by the Free Software Foundation.

If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program.

+ versions of the GNU General Public License can be used, that proxy's + public statement of acceptance of a version permanently authorizes you + to choose that version for the Program.

Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version.

+ permissions. However, no additional obligations are imposed on any + author or copyright holder as a result of your choosing to follow a + later version.

15. Disclaimer of Warranty.

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT + HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY + OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM + IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF + ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

16. Limitation of Liability.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES.

+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS + THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY + GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE + USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF + DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD + PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), + EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF + SUCH DAMAGES.

17. Interpretation of Sections 15 and 16.

If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee.

+ above cannot be given local legal effect according to their terms, + reviewing courts shall apply local law that most closely approximates + an absolute waiver of all civil liability in connection with the + Program, unless a warranty or assumption of liability accompanies a + copy of the Program in return for a fee.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms.

+ possible use to the public, the best way to achieve this is to make it + free software which everyone can redistribute and change under these terms.

-

To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the “copyright” line and a pointer to where the full notice is found.

+

To do so, attach the following notices to the program. It is safest + to attach them to the start of each source file to most effectively + state the exclusion of warranty; and each file should have at least + the “copyright” line and a pointer to where the full notice is found.

-

<one line to give the program's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
+

<one line to give the program's name and a brief idea of what it + does.>
+ Copyright (C) <year> <name of author>

- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+ This program is free software: you can redistribute it and/or modify it under the terms of the + GNU General Public License as published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version.

- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See + the GNU General Public License for more details.

- You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. + You should have received a copy of the GNU General Public License along with this program. If + not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode:

+ notice like this when it starts in an interactive mode:

-

<program> Copyright (C) <year> <name of author>
+

<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + This is free software, and you are welcome to redistribute it under certain conditions; type + `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an “about box”.

+ parts of the General Public License. Of course, your program's commands + might be different; for a GUI interface, you would use an “about box”.

You should also get your employer (if you work as a programmer) or school, -if any, to sign a “copyright disclaimer” for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -<https://www.gnu.org/licenses/>.

+ if any, to sign a “copyright disclaimer” for the program, if necessary. + For more information on this, and how to apply and follow the GNU GPL, see + <https://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -<https://www.gnu.org/licenses/why-not-lgpl.html>.

+ into proprietary programs. If your program is a subroutine library, you + may consider it more useful to permit linking proprietary applications with + the library. If this is what you want to do, use the GNU Lesser General + Public License instead of this License. But first, please read + <https://www.gnu.org/licenses/why-not-lgpl.html>. +

- + + diff --git a/OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java b/OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java index 2728271..26d9e37 100644 --- a/OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java +++ b/OpenPods/app/src/main/java/com/dosse/airpods/PodsService.java @@ -359,18 +359,18 @@ public class PodsService extends Service { Log.d(TAG, "Left: " + leftStatus + (chargeL ? "+" : "") + " Right: " + rightStatus + (chargeR ? "+" : "") + " Case: " + caseStatus + (chargeCase ? "+" : "") + " Model: " + model); if (model.equals(MODEL_AIRPODS_NORMAL)) { - notificationBig.setImageViewResource(R.id.leftPodImg, leftStatus <= 10 ? R.drawable.left_pod : R.drawable.left_pod_disconnected); - notificationBig.setImageViewResource(R.id.rightPodImg, rightStatus <= 10 ? R.drawable.right_pod : R.drawable.right_pod_disconnected); + notificationBig.setImageViewResource(R.id.leftPodImg, leftStatus <= 10 ? R.drawable.pod : R.drawable.pod_disconnected); + notificationBig.setImageViewResource(R.id.rightPodImg, rightStatus <= 10 ? R.drawable.pod : R.drawable.pod_disconnected); notificationBig.setImageViewResource(R.id.podCaseImg, caseStatus <= 10 ? R.drawable.pod_case : R.drawable.pod_case_disconnected); - notificationSmall.setImageViewResource(R.id.leftPodImg, leftStatus <= 10 ? R.drawable.left_pod : R.drawable.left_pod_disconnected); - notificationSmall.setImageViewResource(R.id.rightPodImg, rightStatus <= 10 ? R.drawable.right_pod : R.drawable.right_pod_disconnected); + notificationSmall.setImageViewResource(R.id.leftPodImg, leftStatus <= 10 ? R.drawable.pod : R.drawable.pod_disconnected); + notificationSmall.setImageViewResource(R.id.rightPodImg, rightStatus <= 10 ? R.drawable.pod : R.drawable.pod_disconnected); notificationSmall.setImageViewResource(R.id.podCaseImg, caseStatus <= 10 ? R.drawable.pod_case : R.drawable.pod_case_disconnected); } else if (model.equals(MODEL_AIRPODS_PRO)) { - notificationBig.setImageViewResource(R.id.leftPodImg, leftStatus <= 10 ? R.drawable.left_podpro : R.drawable.left_podpro_disconnected); - notificationBig.setImageViewResource(R.id.rightPodImg, rightStatus <= 10 ? R.drawable.right_podpro : R.drawable.right_podpro_disconnected); + notificationBig.setImageViewResource(R.id.leftPodImg, leftStatus <= 10 ? R.drawable.podpro : R.drawable.podpro_disconnected); + notificationBig.setImageViewResource(R.id.rightPodImg, rightStatus <= 10 ? R.drawable.podpro : R.drawable.podpro_disconnected); notificationBig.setImageViewResource(R.id.podCaseImg, caseStatus <= 10 ? R.drawable.podpro_case : R.drawable.podpro_case_disconnected); - notificationSmall.setImageViewResource(R.id.leftPodImg, leftStatus <= 10 ? R.drawable.left_podpro : R.drawable.left_podpro_disconnected); - notificationSmall.setImageViewResource(R.id.rightPodImg, rightStatus <= 10 ? R.drawable.right_podpro : R.drawable.right_podpro_disconnected); + notificationSmall.setImageViewResource(R.id.leftPodImg, leftStatus <= 10 ? R.drawable.podpro : R.drawable.podpro_disconnected); + notificationSmall.setImageViewResource(R.id.rightPodImg, rightStatus <= 10 ? R.drawable.podpro : R.drawable.podpro_disconnected); notificationSmall.setImageViewResource(R.id.podCaseImg, caseStatus <= 10 ? R.drawable.podpro_case : R.drawable.podpro_case_disconnected); } diff --git a/OpenPods/app/src/main/res/drawable/left_pod.png b/OpenPods/app/src/main/res/drawable/pod.png similarity index 100% rename from OpenPods/app/src/main/res/drawable/left_pod.png rename to OpenPods/app/src/main/res/drawable/pod.png diff --git a/OpenPods/app/src/main/res/drawable/left_pod_disconnected.png b/OpenPods/app/src/main/res/drawable/pod_disconnected.png similarity index 100% rename from OpenPods/app/src/main/res/drawable/left_pod_disconnected.png rename to OpenPods/app/src/main/res/drawable/pod_disconnected.png diff --git a/OpenPods/app/src/main/res/drawable/left_podpro.png b/OpenPods/app/src/main/res/drawable/podpro.png similarity index 100% rename from OpenPods/app/src/main/res/drawable/left_podpro.png rename to OpenPods/app/src/main/res/drawable/podpro.png diff --git a/OpenPods/app/src/main/res/drawable/left_podpro_disconnected.png b/OpenPods/app/src/main/res/drawable/podpro_disconnected.png similarity index 100% rename from OpenPods/app/src/main/res/drawable/left_podpro_disconnected.png rename to OpenPods/app/src/main/res/drawable/podpro_disconnected.png diff --git a/OpenPods/app/src/main/res/drawable/right_pod.png b/OpenPods/app/src/main/res/drawable/right_pod.png deleted file mode 100644 index 975f1caa97ccfd2f451a9a9f53b3ac20c34ba9c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22707 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 diff --git a/OpenPods/app/src/main/res/drawable/right_pod_disconnected.png b/OpenPods/app/src/main/res/drawable/right_pod_disconnected.png deleted file mode 100644 index 9f42dfdb71b9769ae697f43dbd2b6fe9117dd03d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22598 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 TMf5Rn00000NkvXXu0mjf*1st! diff --git a/OpenPods/app/src/main/res/drawable/right_podpro.png b/OpenPods/app/src/main/res/drawable/right_podpro.png deleted file mode 100644 index bdac672d1adf81743395037be2afab67c6b2eb83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29322 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 JPDHLkV1hRlGM)ec diff --git a/OpenPods/app/src/main/res/drawable/right_podpro_disconnected.png b/OpenPods/app/src/main/res/drawable/right_podpro_disconnected.png deleted file mode 100644 index 3e6fda531c79d17e83347e2cbec522505c2ed7af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17287 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 i3t+$7WsmuXx&8yJIq>`~BWKqD0000 + android:src="@drawable/pod" /> + android:scaleX="-1" + android:src="@drawable/pod" /> + android:src="@drawable/pod" /> + android:scaleX="-1" + android:src="@drawable/pod" />