Skip to content

Commit 9c830d9

Browse files
authored
Merge pull request #200 from HoraApps/develop
v0.4
2 parents dd6e84e + 1df15a8 commit 9c830d9

File tree

122 files changed

+5184
-3703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+5184
-3703
lines changed

‎README.md‎

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# LeafPic [![Crowdin](https://d322cqt584bo4o.cloudfront.net/leafpic/localized.svg)](https://crowdin.com/project/leafpic)
2-
<!--<img src="app/src/main/res/mipmap-xxhdpi/ic_launcher.png" align="left" > </br></br></br></br>-->
3-
4-
<img src="app/src/main/res/mipmap-xxhdpi/ic_launcher.png" align="left" width="150" hspace="10" vspace="10">
5-
LeafPic is a fluid, material-designed alternative gallery. LeafPic is ad-free, open sourced under GPL v3. It is smaller than other apps but it doesn't miss any of the main features.
6-
7-
LeafPic is available on F-Droid.
8-
9-
[![F-Droid](https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png)](https://f-droid.org/repository/browse/?fdid=com.horaapps.leafpic)
10-
11-
</br>
12-
## Screenshot
1+
[![GitHub release](https://img.shields.io/github/release/HoraApps/LeafPic.svg)](https://github.com/HoraApps/LeafPic/releases)
2+
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/leafpic/localized.svg)](https://crowdin.com/project/leafpic)
3+
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/HoraApps)
4+
# LeafPic
5+
<img src="/app/src/main/res/drawable/leaf_pic.png" align="left" width="200" hspace="10" vspace="10">
6+
LeafPic is a fluid, material-designed alternative gallery, it also is ad-free and open source under GPLv3 license. It doesn't miss any of the main features of a stock gallery, we also have in plan to add some useful feature.
7+
8+
<a href="https://f-droid.org/app/com.horaapps.leafpic">
9+
<img src="https://f-droid.org/badge/get-it-on.png"
10+
alt="Get it on F-Droid" height="80">
11+
</a>
12+
</br></br>
13+
## Screenshots
1314
<div style="dispaly:flex;" >
1415
<img src="screenshots/1.png" width="19%" >
1516
<img style="margin-left:10px;" src="screenshots/2.png" width="19%" >
@@ -23,19 +24,15 @@ LeafPic is available on F-Droid.
2324

2425
###### Code & Issues
2526
If you are a developer and you wish to contribute to the app please fork the project
26-
and submit a pull request.
27+
and submit a pull request if possible make it on the [develop branch](https://github.com/HoraApps/LeafPic/tree/develop).
2728
If you have any questions, feel free to ask [me](mailto:dnld.sht@gmail.com) about whatever you want.
2829
[Here](https://github.com/HoraApps/LeafPic/issues) is the list of known issues.
2930
If you want to report new bugs please add helpful description or screenshots.
3031

3132
###### Translations
3233
If you are able to contribute with a new translation of a missing language or if you want to improve an existing one, we greatly appreciate any suggestion!
33-
[The project uses Crowdin](https://crowdin.com/project/leafpic), a platform that allows anybody to contribute to translating the app
34+
The project uses [Crowdin](https://crowdin.com/project/leafpic), a platform that allows anybody to contribute to translating the app
3435

3536
#### Licensing
36-
Leafpic is licensed under the [GNU v3 Public License](https://github.com/HoraApps/LeafPic/blob/master/LICENSE).
37-
37+
LeafPic is licensed under the [GNU v3 Public License](https://github.com/HoraApps/LeafPic/blob/master/LICENSE).
3838
In addition to the terms set by the GNU v3 Public License, we ask that if you use any code from this repository that you send us a message to let us know.
39-
40-
41-

‎app/build.gradle‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.1.0'
6+
classpath 'com.android.tools.build:gradle:2.1.2'
77
}
88
}
99

@@ -22,8 +22,8 @@ android {
2222
applicationId "com.horaapps.leafpic"
2323
minSdkVersion 19
2424
targetSdkVersion 23
25-
versionCode 6
26-
versionName "v0.3.5"
25+
versionCode 7
26+
versionName "v0.4"
2727
}
2828

2929
lintOptions {
@@ -47,7 +47,7 @@ android {
4747
}
4848

4949
dependencies {
50-
compile fileTree(include: ['*.jar'], dir: 'libs')
50+
compile fileTree(dir: 'libs', include: ['*.jar'])
5151
compile 'com.android.support:appcompat-v7:23.4.0'
5252
compile 'com.android.support:cardview-v7:23.4.0'
5353
compile 'com.android.support:recyclerview-v7:23.4.0'
@@ -62,11 +62,14 @@ dependencies {
6262
compile 'com.mikepenz:fontawesome-typeface:4.6.0.1@aar'
6363
compile 'com.github.paolorotolo:appintro:3.4.0'
6464
compile 'com.yalantis:ucrop:1.5.0'
65-
compile(group: 'uz.shift', name: 'colorpicker', version: '0.5', ext: 'aar')
65+
compile 'uz.shift:colorpicker:0.5@aar'
6666
compile 'com.balysv:material-ripple:1.0.2'
6767
compile 'com.commit451:PhotoView:1.2.5'
6868
compile 'com.google.android.exoplayer:exoplayer:r1.5.7'
69-
compile('de.psdev.licensesdialog:licensesdialog:1.8.0')
69+
compile 'de.psdev.licensesdialog:licensesdialog:1.8.0'
7070
compile 'com.android.support:customtabs:23.4.0'
7171
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.5.0'
72+
compile 'de.hdodenhof:circleimageview:2.0.0'
73+
compile 'com.drewnoakes:metadata-extractor:2.9.1'
74+
compile 'org.jetbrains:annotations-java5:15.0'
7275
}

‎app/src/main/AndroidManifest.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</activity>
113113

114114
<activity
115-
android:name=".SettingActivity"
115+
android:name=".SettingsActivity"
116116
android:theme="@style/Theme.AppCompat.NoActionBar">
117117
<intent-filter>
118118
<action android:name="android.intent.action.SETTING" />
-47.6 KB
Binary file not shown.
-55.3 KB
Binary file not shown.
-74.2 KB
Binary file not shown.
-235 KB
Binary file not shown.
-7.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)