Update gradle, .gitignore, add art screen and update readme

This commit is contained in:
J-Jamet
2017-11-27 00:07:08 +01:00
parent a833dfe64a
commit f6bcd51cd3
4 changed files with 1206 additions and 8 deletions

15
.gitignore vendored
View File

@@ -6,6 +6,7 @@
# Built application files # Built application files
*.apk *.apk
*.ap_ *.ap_
app/free_google/*
# Files for the ART/Dalvik VM # Files for the ART/Dalvik VM
*.dex *.dex
@@ -39,7 +40,6 @@ captures/
# Intellij # Intellij
*.iml *.iml
<<<<<<< HEAD
.idea/workspace.xml .idea/workspace.xml
.idea/tasks.xml .idea/tasks.xml
.idea/gradle.xml .idea/gradle.xml
@@ -49,19 +49,16 @@ captures/
# Keystore files # Keystore files
# Uncomment the following line if you do not want to check your keystore files in. # Uncomment the following line if you do not want to check your keystore files in.
#*.jks #*.jks
=======
.idea/* .idea/*
# Keystore files # Keystore files
*.jks *.jks
>>>>>>> master
# External native build folder generated in Android Studio 2.2 and later # External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild .externalNativeBuild
# Google Services (e.g. APIs or Firebase) # Google Services (e.g. APIs or Firebase)
google-services.json google-services.json
<<<<<<< HEAD
# Freeline # Freeline
freeline.py freeline.py
@@ -70,5 +67,11 @@ freeline_project_description.json
# Iml Files # Iml Files
app/app.iml app/app.iml
=======
>>>>>>> master # Art
art/screen*.png
art/logo_512.png
# Dir linux
.directory
*/.directory

View File

@@ -27,13 +27,22 @@ Yes, KeePass is really free, and more than that: it is open source (OSI certifie
Even if the application is free, to maintain the application, you can make donations. Even if the application is free, to maintain the application, you can make donations.
[![Donation Paypal](https://4.bp.blogspot.com/-ncaIbUGaHOk/WfhaThYUPGI/AAAAAAAAAVQ/_HidNgdB1q4DaC24ujaKNzH64KUUJiQewCLcBGAs/s1600/pay-with-paypal.png "")](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KM6QMDAXZM3UU "Kunzisoft Paypal Donation") [![Donation Paypal](https://4.bp.blogspot.com/-ncaIbUGaHOk/WfhaThYUPGI/AAAAAAAAAVQ/_HidNgdB1q4DaC24ujaKNzH64KUUJiQewCLcBGAs/s1600/pay-with-paypal.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KM6QMDAXZM3UU "Kunzisoft Paypal Donation")
[![Donation Liberapay](https://liberapay.com/assets/widgets/donate.svg "")](https://liberapay.com/Kunzisoft/donate "Kunzisoft Liberapay Donation") [![Donation Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/Kunzisoft/donate "Kunzisoft Liberapay Donation")
<img src="https://raw.githubusercontent.com/Kunzisoft/KeePassDX/master/art/screen4.jpg" width="220"> <img src="https://raw.githubusercontent.com/Kunzisoft/KeePassDX/master/art/screen4.jpg" width="220">
<img src="https://raw.githubusercontent.com/Kunzisoft/KeePassDX/master/art/screen5.jpg" width="220"> <img src="https://raw.githubusercontent.com/Kunzisoft/KeePassDX/master/art/screen5.jpg" width="220">
## Download
[<img src="https://f-droid.org/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/en/packages/com.kunzisoft.keepass.libre/)
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free)
### JNI ### JNI
Native library build instructions: Native library build instructions:

BIN
art/feature_graphic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

1186
art/feature_graphic.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 223 KiB