made the plugin prefs container static. finished plugin headers. this has multiple advantages:

1) it is enough to parse the plugins only on first start of this
activity (not on every start of the preferences or this activity)
2) actionbar control (not possible with nested preferences)
3) it looks more fancy on tablets
This commit is contained in:
Philipp Schaefer
2013-09-11 00:04:59 +02:00
parent c5d3f300fe
commit c5a51a3647
3 changed files with 39 additions and 37 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cradle.iitc_mobile"
android:versionCode="42"
android:versionName="0.5.8">
android:versionCode="44"
android:versionName="0.6">
<uses-sdk
android:minSdkVersion="14"