From 93e4c38c71d38115c3be52e82dc1d56367b844dc Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Mon, 3 Sep 2018 07:39:59 -0700 Subject: [PATCH] update changelog and bump version for release --- CHANGELOG.md | 35 +++++++++++++------ config.xml | 2 +- platforms/android/app/build.gradle | 6 ++-- .../android/app/src/main/AndroidManifest.xml | 2 +- .../android/app/src/main/res/xml/config.xml | 6 +--- .../android/platform_www/cordova_plugins.js | 20 ----------- 6 files changed, 31 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73923b1..487d687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [0.6.2] - +## [Unreleased] + +## [0.6.3] +### Added +- Open post in browser window + +### Changed +- Embedded images show thumbnail by default +- Tapping or clicking an image opens source up in browser + +### Removed +- Unused cordova plugins for keyboard, console, and statusbar + +## [0.6.2] - 2018-05-07 ### Fixed - Missing status bar when app is loaded @@ -85,12 +98,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Added - Intial pre-release for Android -[0.6.2]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_2 -[0.6.1]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_1 -[0.6.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_0 -[0.5.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_5_0 -[0.4.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_4_0 -[0.3.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_3_0 -[0.2.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_2_0 -[0.1.1]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_1_1 -[0.1.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_1_0 +[Unreleased]: https://gitlab.dreamfall.space/thrrgilag/Goober/compare/0.6.3...HEAD +[0.6.3]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/0.6.3 +[0.6.2]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_6_2 +[0.6.1]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_6_1 +[0.6.0]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_6_0 +[0.5.0]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_5_0 +[0.4.0]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_4_0 +[0.3.0]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_3_0 +[0.2.0]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_2_0 +[0.1.1]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_1_1 +[0.1.0]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_1_0 diff --git a/config.xml b/config.xml index 07d8351..fc3b343 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Goober Goober, a mobile app for pnut.io Morgan McMillian diff --git a/platforms/android/app/build.gradle b/platforms/android/app/build.gradle index 0751d81..f79f54a 100644 --- a/platforms/android/app/build.gradle +++ b/platforms/android/app/build.gradle @@ -260,9 +260,9 @@ dependencies { implementation fileTree(dir: 'libs', include: '*.jar') // SUB-PROJECT DEPENDENCIES START implementation(project(path: ":CordovaLib")) - compile "com.android.support:support-v4:27.+" - compile "com.android.support:support-v4:27.+" - compile "com.android.support:appcompat-v7:27.+" + compile "com.android.support:support-v4:27.1.0" + compile "com.android.support:support-v4:25.+" + compile "com.android.support:appcompat-v7:25.+" // SUB-PROJECT DEPENDENCIES END } diff --git a/platforms/android/app/src/main/AndroidManifest.xml b/platforms/android/app/src/main/AndroidManifest.xml index b698ebf..f2ff319 100644 --- a/platforms/android/app/src/main/AndroidManifest.xml +++ b/platforms/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/platforms/android/app/src/main/res/xml/config.xml b/platforms/android/app/src/main/res/xml/config.xml index 216e129..58c1605 100644 --- a/platforms/android/app/src/main/res/xml/config.xml +++ b/platforms/android/app/src/main/res/xml/config.xml @@ -1,5 +1,5 @@ - + @@ -22,10 +22,6 @@ - - - - diff --git a/platforms/android/platform_www/cordova_plugins.js b/platforms/android/platform_www/cordova_plugins.js index 751029a..a9e93ae 100644 --- a/platforms/android/platform_www/cordova_plugins.js +++ b/platforms/android/platform_www/cordova_plugins.js @@ -16,15 +16,6 @@ module.exports = [ "shareContentPlugin" ] }, - { - "id": "ionic-plugin-keyboard.keyboard", - "file": "plugins/ionic-plugin-keyboard/www/android/keyboard.js", - "pluginId": "ionic-plugin-keyboard", - "clobbers": [ - "cordova.plugins.Keyboard" - ], - "runs": true - }, { "id": "cordova-plugin-file.DirectoryEntry", "file": "plugins/cordova-plugin-file/www/DirectoryEntry.js", @@ -231,14 +222,6 @@ module.exports = [ "window.open" ] }, - { - "id": "cordova-plugin-statusbar.statusbar", - "file": "plugins/cordova-plugin-statusbar/www/statusbar.js", - "pluginId": "cordova-plugin-statusbar", - "clobbers": [ - "window.StatusBar" - ] - }, { "id": "cordova-plugin-splashscreen.SplashScreen", "file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js", @@ -269,16 +252,13 @@ module.exports.metadata = { "cordova-plugin-filechooser": "1.0.1", "cordova-plugin-share-content": "1.0.0", - "ionic-plugin-keyboard": "2.2.1", "cordova-plugin-file": "6.0.1", "cordova-plugin-file-transfer": "1.7.1", "com-darryncampbell-cordova-plugin-intent": "1.1.0", "cordova-plugin-inappbrowser": "3.0.0", "cordova-plugin-whitelist": "1.3.3", - "cordova-plugin-statusbar": "2.4.2", "cordova-plugin-splashscreen": "5.0.2", "cordova-plugin-device": "2.0.2", - "cordova-plugin-console": "1.1.0", "cordova-android-support-gradle-release": "1.4.4", "cordova-plugin-filepath": "1.4.2" };