Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Update to v3.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
floens committed Apr 27, 2018
1 parent 5d39feb commit afbde77
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
- Better link detection.
- More themes.
Expand Down
6 changes: 3 additions & 3 deletions Clover/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ android {
minSdkVersion 15
targetSdkVersion 25

versionName "v2.3.1"
versionName "v3.0.0"
// of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch
// (watch out for octal notation, never start with a 0)
versionCode 20301
versionCode 30000
}

compileOptions {
Expand Down Expand Up @@ -80,7 +80,7 @@ android {
resValue "string", "app_name", "Clover"
resValue "string", "app_flavor_name", ""
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\""
}

Expand Down
16 changes: 8 additions & 8 deletions Clover/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Defined in gradle flavor -->
<!--<string name="app_name">Clover</string>-->

<string name="changelog_20301">
<string name="changelog_30000">
<![CDATA[
<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>
<b>New in this version:</b><br>
Better link detection.<br>
More themes.<br>
Fix image loading taking a long time if the cache is full.<br>
Fix crashing bug related to the status view.<br>
Bug fixes.
Multisite support.<br>
Noscript recaptcha 2 support.<br>
Added a scrollbar.<br>
New posting options.<br>
Post text selection.<br>
]]>
</string>

Expand Down

0 comments on commit afbde77

Please sign in to comment.