reduce flavor image size requirements to pre-update values
This commit is contained in:
parent
f172c5b2ac
commit
f43adc03cc
@ -2,8 +2,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="org.fox.ttrss"
|
package="org.fox.ttrss"
|
||||||
android:versionCode="446"
|
android:versionCode="447"
|
||||||
android:versionName="1.212">
|
android:versionName="1.213">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||||
|
@ -94,7 +94,7 @@ public class HeadlinesFragment extends Fragment {
|
|||||||
|
|
||||||
public enum ArticlesSelection { ALL, NONE, UNREAD }
|
public enum ArticlesSelection { ALL, NONE, UNREAD }
|
||||||
|
|
||||||
public static final int FLAVOR_IMG_MIN_SIZE = 200;
|
public static final int FLAVOR_IMG_MIN_SIZE = 128;
|
||||||
public static final int THUMB_IMG_MIN_SIZE = 32;
|
public static final int THUMB_IMG_MIN_SIZE = 32;
|
||||||
|
|
||||||
public static final int HEADLINES_REQUEST_SIZE = 30;
|
public static final int HEADLINES_REQUEST_SIZE = 30;
|
||||||
|
Loading…
Reference in New Issue
Block a user