Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Update to latest cordova, fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Jun 1, 2018
1 parent 6494665 commit 2141750
Show file tree
Hide file tree
Showing 705 changed files with 47,290 additions and 22,043 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ WARNING: Under early development

![keemob](https://cloud.githubusercontent.com/assets/5515443/26451042/9bbb9fb6-415a-11e7-9898-d5ef2fcd5068.gif)

## Build
> $ cordova build android --release
> $ zipalign -v -p 4 app-release-unsigned.apk app-release-unsigned-aligned.apk
> $ apksigner sign --ks ~/keemob.jks --out keemob-0.0.X.apk app-release-unsigned-aligned.apk
## Licence
[MIT](LICENCE.txt)
[MIT](LICENCE.txt)
14 changes: 9 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="net.winterly.keeweb.android" version="v1.2" versionCode="1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>KeeWeb</name>
<widget id="com.keemob" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Keemob</name>
<description>
Cordova wrapper for KeeWeb application
</description>
Expand All @@ -17,12 +17,16 @@
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<icon src="res/icon.png" />
<splash src="res/pixel.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-file" spec="~4.3.1" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<engine name="android" spec="^6.2.1" />
<preference name="BackgroundColor" value="0xff282C34" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<plugin name="cordova-plugin-android-fingerprint-auth" spec="^1.4.3" />
<engine name="android" spec="^7.1.0" />
</widget>
1 change: 1 addition & 0 deletions node_modules/cordova-android/.eslintignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions node_modules/cordova-android/.eslintrc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions node_modules/cordova-android/.jshintignore

This file was deleted.

10 changes: 0 additions & 10 deletions node_modules/cordova-android/.jshintrc

This file was deleted.

36 changes: 19 additions & 17 deletions node_modules/cordova-android/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/cordova-android/.ratignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions node_modules/cordova-android/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion node_modules/cordova-android/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 70 additions & 0 deletions node_modules/cordova-android/RELEASENOTES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/cordova-android/VERSION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 24 additions & 6 deletions node_modules/cordova-android/appveyor.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/cordova-android/bin/android_sdk_version.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/cordova-android/bin/check_reqs.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2141750

Please sign in to comment.