Skip to content

Commit 1c0ab64

Browse files
committed
update: bump version to v1.4.0-alpha
1 parent 4e2f133 commit 1c0ab64

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Mejiboard
1+
<img src="https://github.com/uragiristereo/Mejiboard/raw/main/docs/banner.png" width="50%">
22

3+
# Mejiboard
34
image (イメージ) + board = メジboard (mejiboard)
45

56
An image board ~~client~~ viewer based on [Gelbooru](https://gelbooru.com) for android, made from Jetpack Compose 🚀.
@@ -16,24 +17,24 @@ An image board ~~client~~ viewer based on [Gelbooru](https://gelbooru.com) for a
1617

1718
## Download
1819
Latest **alpha** variant:
19-
- Version: `1.3.1-alpha`
20-
- Date: 2022-04-26
21-
- Links: [changelogs](https://github.com/uragiristereo/Mejiboard/releases/tag/v1.3.0-alpha)[direct](https://github.com/uragiristereo/Mejiboard/releases/download/v1.3.1-alpha/Mejiboard_v1.3.1-alpha.apk)
20+
- Version: `1.4.0-alpha`
21+
- Date: 2022-05-12
22+
- Links: [changelogs](https://github.com/uragiristereo/Mejiboard/releases/tag/v1.4.0-alpha)[direct](https://github.com/uragiristereo/Mejiboard/releases/download/v1.4.0-alpha/Mejiboard_v1.4.0-alpha.apk)
2223

2324
Check out [Releases](https://github.com/uragiristereo/Mejiboard/releases) section for more.
2425

2526
## Screenshots
26-
<img src="https://github.com/uragiristereo/Mejiboard/raw/main/app-alpha/screenshots.jpg">
27+
<img src="https://github.com/uragiristereo/Mejiboard/raw/main/docs/screenshots.jpg">
2728

2829
## To-Dos
2930
**Note: not in ordered list.**
3031
- [x] Implement check for update
3132
- [x] Implement custom video player controls
32-
- [x] Migrate to clean architecture
33+
- [x] Migrate to ~~clean~~ android app architecture (in progress)
34+
- [x] Change app icon
3335
- [ ] Use staggered grid layout
3436
- [ ] Use definitive progress bar for image loading
3537
- [ ] Use Storage Access Framework (SAF)
36-
- [ ] Change app icon
3738
- [ ] Join home screen with search screen
3839
- [ ] Back press returns to previous browsed tags instead exiting
3940
- [ ] Generate filename from tags
@@ -42,8 +43,7 @@ Check out [Releases](https://github.com/uragiristereo/Mejiboard/releases) sectio
4243
- [ ] Implement search guide
4344
- [ ] Implement favourites
4445
- [ ] Implement search history
45-
- [ ] Implement tags blacklisting
46-
- [ ] Enable safe listing toggle
46+
- [ ] Implement tags filtering
4747

4848
## Libraries used
4949
### Official

app-alpha/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
applicationId "com.github.uragiristereo.mejiboard"
2727
minSdk 23
2828
targetSdk 29
29-
versionCode 103100
30-
versionName "1.3.1-alpha"
29+
versionCode 104000
30+
versionName "1.4.0-alpha"
3131

3232
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3333
vectorDrawables {
@@ -37,7 +37,8 @@ android {
3737

3838
buildTypes {
3939
release {
40-
minifyEnabled true
40+
// minifyEnabled true
41+
// shrinkResources true
4142
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
4243
packagingOptions {
4344
exclude "DebugProbesKt.bin"

app-alpha/screenshots.jpg

-239 KB
Binary file not shown.

docs/screenshots.jpg

232 KB
Loading

0 commit comments

Comments
 (0)