adding "Right to Left Viewpager" License
This commit is contained in:
parent
b725899d96
commit
adadf2efec
|
@ -15,6 +15,7 @@ class LicenseActivity : SimpleActivity() {
|
||||||
license_glide_title.setOnClickListener { openUrl(R.string.glide_url) }
|
license_glide_title.setOnClickListener { openUrl(R.string.glide_url) }
|
||||||
license_cropper_title.setOnClickListener { openUrl(R.string.cropper_url) }
|
license_cropper_title.setOnClickListener { openUrl(R.string.cropper_url) }
|
||||||
license_multiselect_title.setOnClickListener { openUrl(R.string.multiselect_url) }
|
license_multiselect_title.setOnClickListener { openUrl(R.string.multiselect_url) }
|
||||||
|
license_rtl_viewpager_title.setOnClickListener { openUrl(R.string.rtl_viewpager_url) }
|
||||||
license_filepicker_title.setOnClickListener { openUrl(R.string.filepicker_url) }
|
license_filepicker_title.setOnClickListener { openUrl(R.string.filepicker_url) }
|
||||||
license_fileproperties_title.setOnClickListener { openUrl(R.string.fileproperties_url) }
|
license_fileproperties_title.setOnClickListener { openUrl(R.string.fileproperties_url) }
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,6 +73,20 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/multiselect_text"/>
|
android:text="@string/multiselect_text"/>
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/license_rtl_viewpager_title"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="@dimen/activity_margin"
|
||||||
|
android:text="@string/rtl_viewpager_title"
|
||||||
|
android:textColor="@color/colorPrimary"/>
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/license_rtl_viewpager_text"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/rtl_viewpager_text"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/license_filepicker_title"
|
android:id="@+id/license_filepicker_title"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
<string name="glide_title"><u>Glide (Bilder laden und zwischenspeichern)</u></string>
|
<string name="glide_title"><u>Glide (Bilder laden und zwischenspeichern)</u></string>
|
||||||
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
||||||
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
||||||
|
<string name="rtl_viewpager_title"><u>RtlViewPager (for swiping images right to left)</u></string>
|
||||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
||||||
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
||||||
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
||||||
|
<string name="rtl_viewpager_title"><u>RtlViewPager (for swiping images right to left)</u></string>
|
||||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
||||||
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
||||||
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
||||||
|
<string name="rtl_viewpager_title"><u>RtlViewPager (for swiping images right to left)</u></string>
|
||||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
<string name="glide_title"><u>Glide (イメージ ローディングとキャッシング)</u></string>
|
<string name="glide_title"><u>Glide (イメージ ローディングとキャッシング)</u></string>
|
||||||
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
||||||
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
||||||
|
<string name="rtl_viewpager_title"><u>RtlViewPager (for swiping images right to left)</u></string>
|
||||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
<string name="glide_title"><u>Glide (carregamento e cache de imagens)</u></string>
|
<string name="glide_title"><u>Glide (carregamento e cache de imagens)</u></string>
|
||||||
<string name="cropper_title"><u>Android Image Cropper (recorte e rotação de imagens)</u></string>
|
<string name="cropper_title"><u>Android Image Cropper (recorte e rotação de imagens)</u></string>
|
||||||
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
||||||
|
<string name="rtl_viewpager_title"><u>RtlViewPager (for swiping images right to left)</u></string>
|
||||||
<string name="filepicker_title"><u>Simple File Picker (diálogo de seleção de ficheiros)</u></string>
|
<string name="filepicker_title"><u>Simple File Picker (diálogo de seleção de ficheiros)</u></string>
|
||||||
<string name="fileproperties_title"><u>Simple File Properties (diálogo de propriedades)</u></string>
|
<string name="fileproperties_title"><u>Simple File Properties (diálogo de propriedades)</u></string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
||||||
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
||||||
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
||||||
|
<string name="rtl_viewpager_title"><u>RtlViewPager (for swiping images right to left)</u></string>
|
||||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -120,6 +120,7 @@
|
||||||
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
||||||
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
<string name="cropper_title"><u>Android Image Cropper (image crop and rotate)</u></string>
|
||||||
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
||||||
|
<string name="rtl_viewpager_title"><u>RtlViewPager (for swiping images right to left)</u></string>
|
||||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -128,6 +128,9 @@
|
||||||
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
<string name="multiselect_title"><u>RecyclerView MultiSelect (selecting multiple list items)</u></string>
|
||||||
<string name="multiselect_text" translatable="false">The MIT License (MIT)\n\nCopyright (c) 2014 Big Nerd Ranch\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</string>
|
<string name="multiselect_text" translatable="false">The MIT License (MIT)\n\nCopyright (c) 2014 Big Nerd Ranch\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</string>
|
||||||
<string name="multiselect_url" translatable="false">https://github.com/bignerdranch/recyclerview-multiselect</string>
|
<string name="multiselect_url" translatable="false">https://github.com/bignerdranch/recyclerview-multiselect</string>
|
||||||
|
<string name="rtl_viewpager_title"><u>RtlViewPager (for swiping images right to left)</u></string>
|
||||||
|
<string name="rtl_viewpager_text" translatable="false">Copyright 2015 Diego Gómez Olvera\n\nLicensed 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\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless 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.</string>
|
||||||
|
<string name="rtl_viewpager_url" translatable="false">https://github.com/bignerdranch/recyclerview-multiselect</string>
|
||||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||||
<string name="filepicker_text" translatable="false">Copyright 2016 SimpleMobileTools\n\nLicensed 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\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless 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.</string>
|
<string name="filepicker_text" translatable="false">Copyright 2016 SimpleMobileTools\n\nLicensed 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\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless 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.</string>
|
||||||
<string name="filepicker_url" translatable="false">https://github.com/SimpleMobileTools/Simple-File-Picker</string>
|
<string name="filepicker_url" translatable="false">https://github.com/SimpleMobileTools/Simple-File-Picker</string>
|
||||||
|
|
Loading…
Reference in New Issue