Update to v3.0.0

CHANGELOG:
This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.

- Multisite support.
- Noscript recaptcha 2 support.
- Added a scrollbar.
- New posting options.
- Post text selection.

VERSIONCODE:
30000
refactor-toolbar v3.0.0
Floens 7 years ago
parent 5d39febd1b
commit afbde77b4a
  1. 10
      CHANGES.txt
  2. 6
      Clover/app/build.gradle
  3. 16
      Clover/app/src/main/res/values/strings.xml

@ -1,3 +1,13 @@
New in 3.0.0 (2018-04-27)
This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.
- Multisite support.
- Noscript recaptcha 2 support.
- Added a scrollbar.
- New posting options.
- Post text selection.
New in 2.3.1 (2017-07-15) New in 2.3.1 (2017-07-15)
- Better link detection. - Better link detection.
- More themes. - More themes.

@ -21,10 +21,10 @@ android {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 25 targetSdkVersion 25
versionName "v2.3.1" versionName "v3.0.0"
// of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch // of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch
// (watch out for octal notation, never start with a 0) // (watch out for octal notation, never start with a 0)
versionCode 20301 versionCode 30000
} }
compileOptions { compileOptions {
@ -80,7 +80,7 @@ android {
resValue "string", "app_name", "Clover" resValue "string", "app_name", "Clover"
resValue "string", "app_flavor_name", "" resValue "string", "app_flavor_name", ""
buildConfigField "String", "BUILD_HASH", "\"$hash\"" buildConfigField "String", "BUILD_HASH", "\"$hash\""
buildConfigField "String", "UPDATE_API_ENDPOINT", "\"https://floens.github.io/Clover/api/update\"" buildConfigField "String", "UPDATE_API_ENDPOINT", "\"https://build.floens.org/api/update\""
buildConfigField "String", "CRASH_REPORT_ENDPOINT", "\"https://acra.floens.org/clover/report\"" buildConfigField "String", "CRASH_REPORT_ENDPOINT", "\"https://acra.floens.org/clover/report\""
} }

@ -19,18 +19,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Defined in gradle flavor --> <!-- Defined in gradle flavor -->
<!--<string name="app_name">Clover</string>--> <!--<string name="app_name">Clover</string>-->
<string name="changelog_20301"> <string name="changelog_30000">
<![CDATA[ <![CDATA[
<h3>Clover was updated</h3> <h3>Clover was updated</h3>
Clover was updated to v2.3.1<br> Clover was updated to v3.0.0<br>
This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.<br>
<br> <br>
<b>New in this version:</b><br> Multisite support.<br>
Better link detection.<br> Noscript recaptcha 2 support.<br>
More themes.<br> Added a scrollbar.<br>
Fix image loading taking a long time if the cache is full.<br> New posting options.<br>
Fix crashing bug related to the status view.<br> Post text selection.<br>
Bug fixes.
]]> ]]>
</string> </string>

Loading…
Cancel
Save