Version 0.2.1

Julien LepillerMon May 25 21:55:16+0200 2020

a67fc7c

Version 0.2.1

CHANGELOG.md

11
Changelog
22
=========
33
4-
Changes Since 0.2
4+
Changes Since 0.2.1
5+
-------------------
6+
7+
Changes In 0.2.1
58
-----------------
69
710
### Features
811
912
* New settings: radical size
13+
* Download a control sum with dictionaries
14+
* Support resuming partial downloads
1015
1116
### Bug Fixes
1217

2429
2530
### Features
2631
27-
* Hints are shown when a dictionnary is missing
32+
* Hints are shown when a dictionary is missing
2833
* Support romaji and katakana input
2934
* Add Kanji lookup by component/radical [#7](https://framagit.org/nani-project/nani-app/issues/7)
3035

app/build.gradle

66
        applicationId "eu.lepiller.nani"
77
        minSdkVersion 15
88
        targetSdkVersion 29
9-
        versionCode 2
10-
        versionName "0.2"
9+
        versionCode 3
10+
        versionName "0.2.1"
1111
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
    }
1313
    buildTypes {