diff options
author | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-11-02 14:06:56 +0100 |
---|---|---|
committer | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-11-02 14:37:55 +0100 |
commit | 6e386a8701190aad9e5adfa83c48ef9ea1582f1e (patch) | |
tree | 506a47ed21e1846706eba52b8fe758ccd61b96e2 /src/main/res/values | |
parent | 267f9202081f59c25565df3dd04779c736acaeb5 (diff) |
use separate file for about info
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/about.xml | 55 | ||||
-rw-r--r-- | src/main/res/values/defaults.xml | 53 |
2 files changed, 56 insertions, 52 deletions
diff --git a/src/main/res/values/about.xml b/src/main/res/values/about.xml new file mode 100644 index 000000000..b203db24a --- /dev/null +++ b/src/main/res/values/about.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="pref_about_message" translatable="false"><b>Pix-Art Messenger</b> + \n\nCopyright © 2014-2019 Christian Schneppe + \n\nhttp://jabber.pix-art.de + \n\nThis 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. + \n\nThis 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. + \n\nYou should have received a copy of the GNU General Public License + along with this program. If not, see https://www.gnu.org/licenses + \n\nDownload the full original source code at https://github.com/siacs/Conversations (Copyright © 2014-2019 Daniel Gultsch) + \n\nDownload the modified source code at https://github.com/kriztan/Pix-Art-Messenger + \n\nPix-Art Messenger recommends blabber.im as provider. More information can be found at https://blabber.im + \n\nYou can support me by making a donation in form of a gift in sense of § 516 ff BGB i.e. a gratuitous donation. + </string> + <string name="pref_about_libraries" translatable="false"><b>Libraries</b> + \n\nhttps://www.bouncycastle.org\n(The MIT License (MIT)) + \n\nhttps://www.gnu.org/software/libidn\n(Apache License, Version 2.0) + \n\nhttps://github.com/ge0rg/MemorizingTrustManager\n(The MIT License (MIT)) + \n\nhttps://github.com/MiniDNS/minidns\n(WTFPL) + \n\nhttps://github.com/open-keychain/openkeychain-api-lib\n(Apache License, Version 2.0) + \n\nhttps://github.com/jitsi/otr4j\n(LGPL-3.0) + \n\nhttps://developer.android.com/tools/support-library\n(Apache License, Version 2.0) + \n\nhttps://github.com/google/material-design-icons\n(CC BY 4.0) + \n\nhttps://github.com/leolin310148/ShortcutBadger\n(Apache License, Version 2.0) + \n\nhttps://github.com/kyleduo/SwitchButton\n(Apache License, Version 2.0) + \n\nhttps://github.com/WhisperSystems/libaxolotl-java\n(GPLv3) + \n\nhttps://github.com/vinc3m1/RoundedImageView\n(Apache License, Version 2.0) + \n\nhttps://github.com/jdamcd/android-crop\n(Apache License, Version 2.0) + \n\nhttps://github.com/google/gson\n(Apache License, Version 2.0) + \n\nhttp://hc.apache.org/httpcomponents-client\n(Apache License, Version 2.0) + \n\nhttp://hc.apache.org/httpcomponents-core\n(Apache License, Version 2.0) + \n\nhttps://github.com/square/picasso\n(Apache License, Version 2.0) + \n\nhttps://github.com/davemorrissey/subsampling-scale-image-view\n(Apache License, Version 2.0) + \n\nhttps://github.com/koral--/android-gif-drawable\n(The MIT License (MIT)) + \n\nhttps://github.com/rtoshiro/FullscreenVideoView\n(Apache License, Version 2.0) + \n\nhttps://github.com/mangstadt/ez-vcard\n(FreeBSD) + \n\nhttps://github.com/googlesamples/easypermissions\n(Apache License, Version 2.0) + \n\nhttps://github.com/blazsolar/FlowLayout\n(Apache License, Version 2.0) + \n\nhttps://github.com/ypresto/android-transcoder\n(Apache License, Version 2.0) + \n\nhttp://www.eclipse.org/jetty/\n(Apache License, Version 2.0 and Eclipse Public License 1.0) + \n\nhttp://leafletjs.com/\n(BSD 2-Clause) + \n\nhttps://www.openstreetmap.org/\n(Open Database License) + \n\nhttp://xmpp.rocks/\n(The MIT License (MIT)) + \n\nhttps://github.com/drakeet/ToastCompat/\n(Apache License, Version 2.0) + \n\nhttps://github.com/leinardi/FloatingActionButtonSpeedDial/\n(Apache License, Version 2.0) + \n\nhttps://github.com/PonnamKarthik/RichLinkPreview\n(Apache License, Version 2.0) + \n\nhttps://github.com/AppIntro/AppIntro\n(Apache License, Version 2.0) + </string> +</resources>
\ No newline at end of file diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml index 5eeeded31..7a32d23a3 100644 --- a/src/main/res/values/defaults.xml +++ b/src/main/res/values/defaults.xml @@ -5,58 +5,6 @@ <string name="type_tablet" translatable="false">Tablet</string> <string name="type_web" translatable="false">Web browser</string> <string name="type_console" translatable="false">Console</string> - <string name="pref_about_message" translatable="false"><b>Pix-Art Messenger</b> - \n\nCopyright © 2014-2019 Christian Schneppe - \n\nhttp://jabber.pix-art.de - \n\nThis 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. - \n\nThis 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. - \n\nYou should have received a copy of the GNU General Public License - along with this program. If not, see https://www.gnu.org/licenses - \n\nDownload the full original source code at https://github.com/siacs/Conversations (Copyright © 2014-2019 Daniel Gultsch) - \n\nDownload the modified source code at https://github.com/kriztan/Pix-Art-Messenger - \n\nPix-Art Messenger recommends blabber.im as provider. More information can be found at https://blabber.im - \n\nYou can support me by making a donation in form of a gift in sense of § 516 ff BGB i.e. a gratuitous donation. - </string> - <string name="pref_about_libraries" translatable="false"><b>Libraries</b> - \n\nhttps://www.bouncycastle.org\n(The MIT License (MIT)) - \n\nhttps://www.gnu.org/software/libidn\n(Apache License, Version 2.0) - \n\nhttps://github.com/ge0rg/MemorizingTrustManager\n(The MIT License (MIT)) - \n\nhttps://github.com/MiniDNS/minidns\n(WTFPL) - \n\nhttps://github.com/open-keychain/openkeychain-api-lib\n(Apache License, Version 2.0) - \n\nhttps://github.com/jitsi/otr4j\n(LGPL-3.0) - \n\nhttps://developer.android.com/tools/support-library\n(Apache License, Version 2.0) - \n\nhttps://github.com/google/material-design-icons\n(CC BY 4.0) - \n\nhttps://github.com/leolin310148/ShortcutBadger\n(Apache License, Version 2.0) - \n\nhttps://github.com/kyleduo/SwitchButton\n(Apache License, Version 2.0) - \n\nhttps://github.com/WhisperSystems/libaxolotl-java\n(GPLv3) - \n\nhttps://github.com/vinc3m1/RoundedImageView\n(Apache License, Version 2.0) - \n\nhttps://github.com/jdamcd/android-crop\n(Apache License, Version 2.0) - \n\nhttps://github.com/google/gson\n(Apache License, Version 2.0) - \n\nhttp://hc.apache.org/httpcomponents-client\n(Apache License, Version 2.0) - \n\nhttp://hc.apache.org/httpcomponents-core\n(Apache License, Version 2.0) - \n\nhttps://github.com/square/picasso\n(Apache License, Version 2.0) - \n\nhttps://github.com/davemorrissey/subsampling-scale-image-view\n(Apache License, Version 2.0) - \n\nhttps://github.com/koral--/android-gif-drawable\n(The MIT License (MIT)) - \n\nhttps://github.com/rtoshiro/FullscreenVideoView\n(Apache License, Version 2.0) - \n\nhttps://github.com/mangstadt/ez-vcard\n(FreeBSD) - \n\nhttps://github.com/googlesamples/easypermissions\n(Apache License, Version 2.0) - \n\nhttps://github.com/blazsolar/FlowLayout\n(Apache License, Version 2.0) - \n\nhttps://github.com/ypresto/android-transcoder\n(Apache License, Version 2.0) - \n\nhttp://www.eclipse.org/jetty/\n(Apache License, Version 2.0 and Eclipse Public License 1.0) - \n\nhttp://leafletjs.com/\n(BSD 2-Clause) - \n\nhttps://www.openstreetmap.org/\n(Open Database License) - \n\nhttp://xmpp.rocks/\n(The MIT License (MIT)) - \n\nhttps://github.com/drakeet/ToastCompat/\n(Apache License, Version 2.0) - \n\nhttps://github.com/leinardi/FloatingActionButtonSpeedDial/\n(Apache License, Version 2.0) - \n\nhttps://github.com/PonnamKarthik/RichLinkPreview\n(Apache License, Version 2.0) - \n\nhttps://github.com/AppIntro/AppIntro\n(Apache License, Version 2.0) - </string> <bool name="portrait_only">true</bool> <bool name="enter_is_send">false</bool> @@ -256,6 +204,7 @@ <item>jabjab.de</item> <item>jabber.fr</item> </string-array> + <string-array name="support_site"> <item>https://jabber.pix-art.de/impressum/</item> <item>https://blabber.im/en/kontakt/</item> |