Release v2.2.0

multisite v2.2.0
Floens 9 years ago
parent 1ec82489ee
commit 4023895d06
  1. 17
      CHANGES.txt
  2. 4
      Clover/app/build.gradle
  3. 3
      Clover/app/src/main/java/org/floens/chan/ui/helper/PreviousVersionHandler.java
  4. 26
      Clover/app/src/main/res/values/strings.xml

@ -1,3 +1,20 @@
New in 2.2.0 (2016-10-03)
- Add sliding of threads back.
- Rewrote thread watching, it's more stable and works correctly with doze now.
- Optimized parsing with multithreading.
- Added album view.
- Added bookmark clearing.
- Added inline reporting.
- All boards are added by default now.
- Thread positions are retained across restarts.
- Allow setting of multiple types on filters simultaneously.
- Made single frame gifs zoomable.
- Add saving of images into their own board folder.
- More advanced settings.
- Many bug fixes.
New in 2.1.3 (2016-01-28)
- New Google Play release

@ -10,8 +10,8 @@ android {
minSdkVersion 15
targetSdkVersion 24
versionName "v2.1.3"
versionCode 55
versionName "v2.2.0"
versionCode 56
}
compileOptions {

@ -55,8 +55,9 @@ public class PreviousVersionHandler {
* 53 = v2.1.1 = 2
* 54 = v2.1.2 = 2
* 55 = v2.1.3 = 2
* 56 = v2.2.0 = 3
*/
private static final int CURRENT_VERSION = 2;
private static final int CURRENT_VERSION = 3;
public void run(Context context) {
int previous = ChanSettings.previousVersion.get();

@ -63,6 +63,32 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
]]>
</string>
<string name="previous_version_3">
<![CDATA[
<h3>Clover was updated</h3>
Clover was updated to v2.2.0<br>
<br>
<b>New in this version:</b><br>
Add sliding of threads back.<br>
Rewrote thread watching, it\'s more stable and works correctly with doze now.<br>
Optimized parsing with multithreading.<br>
Added album view.<br>
Added bookmark clearing.<br>
<br>
Added inline reporting.<br>
All boards are added by default now.<br>
Thread positions are retained across restarts.<br>
Allow setting of multiple types on filters simultaneously.<br>
Made single frame gifs zoomable.<br>
Add saving of images into their own board folder.<br>
More advanced settings.<br>
Many bug fixes.<br>
<br>
Many thanks to the contributors on GitHub!
]]>
</string>
<string name="cancel">Cancel</string>
<string name="add">Add</string>
<string name="close">Close</string>

Loading…
Cancel
Save