neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
204 stars 49 forks source link

Support for Android 2.1 (Eclair) #12

Open neurodroid opened 10 years ago

neurodroid commented 10 years ago

From xworl...@gmail.com on March 12, 2012 20:40:51

The application officially support only Android 2.2 and later versions.

It would be nice to have support also for version 2.1.

Original issue: http://code.google.com/p/cryptonite/issues/detail?id=10

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on March 13, 2012 09:38:28

Status: Started
Owner: christoph.schmidthieber@gmail.com

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on March 14, 2012 07:11:34

File access from native C/C++ code fails on Android 2.1 (Api 7). It's essentially impossible to debug these issues because the native debugger (ndk-gdb) only works with Android >= 2.2. I have therefore given up on 2.1 compatibility. If someone wants to give it another try, these are the changes that would have to be reverted: https://code.google.com/p/cryptonite/source/detail?r=c57acf633eb1

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on March 16, 2012 06:31:43

Status: PatchesWelcome

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on October 09, 2012 10:19:13

Labels: -Type-Defect Type-Enhancement