Add license for Storage Chooser

This commit is contained in:
Davide Depau 2018-09-01 19:24:07 +02:00
parent 8f229e49f8
commit a857108c59
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class LicensesActivity : AppCompatActivity() {
if (!::licenses.isInitialized) {
licenses = arrayOf(
License(getString(R.string.this_app), Uri.parse("https://github.com/Depau/EtchDroid"), getString(R.string.license_gpl3)),
License("Storage Chooser 2.0", Uri.parse("https://github.com/codekidX/storage-chooser"), getString(R.string.license_mpl_2_0), getString(R.string.storagechooser_license_description)),
License("libaums (fork)", Uri.parse("https://github.com/Depau/libaums"), getString(R.string.license_apache2_0), getString(R.string.libaums_license_desc)),
License("dmg2img (fork)", Uri.parse("https://github.com/Depau/dmg2img-cmake"), getString(R.string.license_gpl2), getString(R.string.dmg2img_license_desc)),
License("bzip2", Uri.parse("https://github.com/LuaDist/bzip2/"), getString(R.string.license_bzip2)),

View File

@ -99,4 +99,6 @@
<string name="dataloss_confirmation_dialog_message">If you continue, selected image will be written and all data stored on the USB drive will be lost forever.</string>
<string name="warning">Warning</string>
<string name="cancel">Cancel</string>
<string name="license_mpl_2_0">MPL-2.0</string>
<string name="storagechooser_license_description">DMG file selector</string>
</resources>