do not reload iitc immediately after pref change because

* some options do not need a reload
* of more performance, since all enabled js scripts are parsed on reload
- pref selection should be much faster now
This commit is contained in:
Philipp Schaefer
2013-06-04 23:00:49 +02:00
parent efa077cb44
commit 44ca14eba8
2 changed files with 12 additions and 3 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="25"
android:versionName="0.4.4">
android:versionCode="26"
android:versionName="0.4.5">
<uses-sdk
android:minSdkVersion="14"