Added missing libraries for AboutLibraries dialog
This commit is contained in:
parent
bfd5a72b52
commit
da6cd43a46
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright 2016 Christian Basler
|
||||||
|
~
|
||||||
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
~ you may not use this file except in compliance with the License.
|
||||||
|
~ You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string name="library_fab_speed_dial_libraryDescription">Eine einfache Bibliothek die FAB + Menü-Ressourcen + Speed Dial Metapher von Material Design vereinigt.</string>
|
||||||
|
</resources>
|
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string name="library_filepicker_libraryDescription">Android-Bibliothek um Dateien und Verzeichnisse im Gerätespeicher auszuwählen.</string>
|
||||||
|
</resources>
|
20
app/src/main/res/values-de/library_zxing_strings.xml
Normal file
20
app/src/main/res/values-de/library_zxing_strings.xml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright 2016 Christian Basler
|
||||||
|
~
|
||||||
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
~ you may not use this file except in compliance with the License.
|
||||||
|
~ You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string name="library_zxing_libraryDescription">ZXing (“Zebrastreifen”) ist eine Open Source Bildverarbeitungs-Bibliothek für verschiedene 1D/2D Barcode-Formate.</string>
|
||||||
|
</resources>
|
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string name="library_zxingandroidembedded_libraryDescription">Barcode-Scanning-Bibliothek für Android, verwendet ZXing als Decoder.</string>
|
||||||
|
</resources>
|
36
app/src/main/res/values/library_fab_speed_dial_strings.xml
Normal file
36
app/src/main/res/values/library_fab_speed_dial_strings.xml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright 2016 Christian Basler
|
||||||
|
~
|
||||||
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
~ you may not use this file except in compliance with the License.
|
||||||
|
~ You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string name="define_fab_speed_dial" translatable="false"/>
|
||||||
|
<!-- Author section -->
|
||||||
|
<string name="library_fab_speed_dial_author" translatable="false">Yavor Ivanov</string>
|
||||||
|
<string name="library_fab_speed_dial_authorWebsite" translatable="false">https://github.com/yavski/</string>
|
||||||
|
<!-- Library section -->
|
||||||
|
<string name="library_fab_speed_dial_libraryName" translatable="false">fab-speed-dial</string>
|
||||||
|
<string name="library_fab_speed_dial_libraryDescription">A simple library marrying together FAB + menu resources + Speed dial metaphor from Material Design.</string>
|
||||||
|
<string name="library_fab_speed_dial_libraryWebsite" translatable="false">https://github.com/yavski/fab-speed-dial</string>
|
||||||
|
<string name="library_fab_speed_dial_libraryVersion" translatable="false">1.0.4</string>
|
||||||
|
<!-- OpenSource section -->
|
||||||
|
<string name="library_fab_speed_dial_isOpenSource" translatable="false">true</string>
|
||||||
|
<string name="library_fab_speed_dial_repositoryLink" translatable="false">https://github.com/yavski/fab-speed-dial</string>
|
||||||
|
<!-- ClassPath for autoDetect section -->
|
||||||
|
<string name="library_fab_speed_dial_classPath" translatable="false">io.github.yavski.fabspeeddial.FabSpeedDial</string>
|
||||||
|
<!-- License section -->
|
||||||
|
<string name="library_fab_speed_dial_licenseId" translatable="false">apache_2_0</string>
|
||||||
|
<!-- Language specific section -->
|
||||||
|
</resources>
|
21
app/src/main/res/values/library_filepicker_strings.xml
Normal file
21
app/src/main/res/values/library_filepicker_strings.xml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string name="define_int_filepicker" translatable="false"/>
|
||||||
|
<!-- Author section -->
|
||||||
|
<string name="library_filepicker_author" translatable="false">Angad Singh</string>
|
||||||
|
<string name="library_filepicker_authorWebsite" translatable="false">https://github.com/Angads25</string>
|
||||||
|
<!-- Library section -->
|
||||||
|
<string name="library_filepicker_libraryName" translatable="false">FilePicker</string>
|
||||||
|
<string name="library_filepicker_libraryDescription">Android Library to select files/directories from Device Storage.</string>
|
||||||
|
<string name="library_filepicker_libraryWebsite" translatable="false">https://github.com/Angads25/android-filepicker</string>
|
||||||
|
<string name="library_filepicker_libraryVersion" translatable="false">1.0.6</string>
|
||||||
|
<!-- OpenSource section -->
|
||||||
|
<string name="library_filepicker_isOpenSource" translatable="false">true</string>
|
||||||
|
<string name="library_filepicker_repositoryLink" translatable="false">https://github.com/Angads25/android-filepicker</string>
|
||||||
|
<!-- ClassPath for autoDetect section -->
|
||||||
|
<string name="library_filepicker_classPath" translatable="false">com.github.angads25.filepicker.view.FilePickerDialog</string>
|
||||||
|
<!-- License section -->
|
||||||
|
<string name="library_filepicker_licenseId" translatable="false">apache_2_0</string>
|
||||||
|
<!-- Custom variables section -->
|
||||||
|
</resources>
|
36
app/src/main/res/values/library_zxing_strings.xml
Normal file
36
app/src/main/res/values/library_zxing_strings.xml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright 2016 Christian Basler
|
||||||
|
~
|
||||||
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
~ you may not use this file except in compliance with the License.
|
||||||
|
~ You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string name="define_zxing" translatable="false"/>
|
||||||
|
<!-- Author section -->
|
||||||
|
<string name="library_zxing_author" translatable="false">Google, Inc.</string>
|
||||||
|
<string name="library_zxing_authorWebsite" translatable="false">github.com/zxing/zxing</string>
|
||||||
|
<!-- Library section -->
|
||||||
|
<string name="library_zxing_libraryName" translatable="false">ZXing</string>
|
||||||
|
<string name="library_zxing_libraryDescription">ZXing (“zebra crossing”) is an open-source, multi-format 1D/2D barcode image processing library.</string>
|
||||||
|
<string name="library_zxing_libraryWebsite" translatable="false">https://zxing.github.io/zxing/</string>
|
||||||
|
<string name="library_zxing_libraryVersion" translatable="false">3.3.0</string>
|
||||||
|
<!-- OpenSource section -->
|
||||||
|
<string name="library_zxing_isOpenSource" translatable="false">true</string>
|
||||||
|
<string name="library_zxing_repositoryLink" translatable="false">https://github.com/zxing/zxing</string>
|
||||||
|
<!-- ClassPath for autoDetect section -->
|
||||||
|
<string name="library_zxing_classPath" translatable="false">com.google.zxing.BarcodeFormat</string>
|
||||||
|
<!-- License section -->
|
||||||
|
<string name="library_zxing_licenseId" translatable="false">apache_2_0</string>
|
||||||
|
<!-- Language specific section -->
|
||||||
|
</resources>
|
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string name="define_int_zxingandroidembedded" translatable="false"/>
|
||||||
|
<!-- Author section -->
|
||||||
|
<string name="library_zxingandroidembedded_author" translatable="false">JourneyApps</string>
|
||||||
|
<string name="library_zxingandroidembedded_authorWebsite" translatable="false">github.com/journeyapps</string>
|
||||||
|
<!-- Library section -->
|
||||||
|
<string name="library_zxingandroidembedded_libraryName" translatable="false">ZXing Android Embedded</string>
|
||||||
|
<string name="library_zxingandroidembedded_libraryDescription">Barcode scanning library for Android, using ZXing for decoding.</string>
|
||||||
|
<string name="library_zxingandroidembedded_libraryWebsite" translatable="false">https://github.com/journeyapps/zxing-android-embedded</string>
|
||||||
|
<string name="library_zxingandroidembedded_libraryVersion" translatable="false">3.3.0</string>
|
||||||
|
<!-- OpenSource section -->
|
||||||
|
<string name="library_zxingandroidembedded_isOpenSource" translatable="false">true</string>
|
||||||
|
<string name="library_zxingandroidembedded_repositoryLink" translatable="false">https://github.com/journeyapps/zxing-android-embedded</string>
|
||||||
|
<!-- ClassPath for autoDetect section -->
|
||||||
|
<string name="library_zxingandroidembedded_classPath" translatable="false">com.journeyapps.barcodescanner.BarcodeView</string>
|
||||||
|
<!-- License section -->
|
||||||
|
<string name="library_zxingandroidembedded_licenseId" translatable="false">apache_2_0</string>
|
||||||
|
<!-- Custom variables section -->
|
||||||
|
</resources>
|
Loading…
Reference in New Issue
Block a user