History | View | Annotate | Download (404 Bytes)
replace ActionBarSherlock with android-support-v7-appcompat
android-support-v7-appcompat and ActionBarSherlock are both libraryprojects, so they probably have the same amount of pain in handling them inEclipse, etc. But android-support-v7-appcompat supports ActionModes like...
set min platform to android-9/2.3/Gingerbread
Its currently too much work for us to handle supporting older versions.This relies on a lot of new APIs both in the SDK, like the Contactshandling, and in the NDK.
Update target to the latest while I'm at it.
put ABS in externa/ and use the same support lib version as it
implement two-tab pager with Public and Private keylist
set target SDK version to 17
android:targetSdkVersion="16" (4.1.2)
Change project config to support native code debugging.
include upstream changes for npth and gnupg to get things working on android < 9
pthread_rwlock_* is required by dirmngr, but was added in android-9/2.3 so up min platform
minimum target: Android 2.2/android-8 because gnupg needs regexp support
added blank template Android project