Skip to content

Commit

Permalink
update: bump version to v1.4.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
uragiristereo committed May 12, 2022
1 parent 4e2f133 commit 1c0ab64
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Mejiboard
<img src="https://github.com/uragiristereo/Mejiboard/raw/main/docs/banner.png" width="50%">

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

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

## Download
Latest **alpha** variant:
- Version: `1.3.1-alpha`
- Date: 2022-04-26
- 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)
- Version: `1.4.0-alpha`
- Date: 2022-05-12
- 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)

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

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

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

## Libraries used
### Official
Expand Down
7 changes: 4 additions & 3 deletions app-alpha/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "com.github.uragiristereo.mejiboard"
minSdk 23
targetSdk 29
versionCode 103100
versionName "1.3.1-alpha"
versionCode 104000
versionName "1.4.0-alpha"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand All @@ -37,7 +37,8 @@ android {

buildTypes {
release {
minifyEnabled true
// minifyEnabled true
// shrinkResources true
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
packagingOptions {
exclude "DebugProbesKt.bin"
Expand Down
Binary file removed app-alpha/screenshots.jpg
Binary file not shown.
Binary file added docs/screenshots.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c0ab64

Please sign in to comment.