Files
keepass2android/src/ZlibAndroid/Resources/values/Strings.xml
Philipp Crocoll fad8dc8b22 fixed bugs:
- work around Mono bug in GZipStream (see http://sourceforge.net/p/keepass/bugs/1373/) by including a custom GZipStream implementation
 - fixed issue with export database to System file picker location
 - fixed issues with preference options crashing with ActivityNotFound (due to changes in Xamarin 5.1, see https://bugzilla.xamarin.com/show_bug.cgi?id=33617
updated manifest/changelog
2015-09-03 22:03:28 +02:00

5 lines
121 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="library_name">ZlibAndroid</string>
</resources>