Release v1.0.1

captchafix v1.0.1
Florens Douwes 11 years ago
parent 2c97015d03
commit ffd23c893c
  1. 10
      CHANGES.txt
  2. 4
      Clover/AndroidManifest.xml
  3. 2
      Clover/src/org/floens/chan/ChanApplication.java

@ -0,0 +1,10 @@
New in 1.0.1 (2014-05-07)
- Bigger comment view
- Added button to scroll up/down a thread
- Fix images sometimes appearing empty
- More bug fixes
New in 1.0 (2014-05-04)
- Release!

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.floens.chan" package="org.floens.chan"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="18" android:versionCode="19"
android:versionName="v1.0" > android:versionName="v1.0.1" >
<uses-sdk <uses-sdk
android:minSdkVersion="14" android:minSdkVersion="14"

@ -39,7 +39,7 @@ import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbox.Volley; import com.android.volley.toolbox.Volley;
public class ChanApplication extends Application implements PinListener { public class ChanApplication extends Application implements PinListener {
public static final boolean DEVELOPER_MODE = true; public static final boolean DEVELOPER_MODE = false;
private static ChanApplication instance; private static ChanApplication instance;
private static RequestQueue volleyRequestQueue; private static RequestQueue volleyRequestQueue;

Loading…
Cancel
Save