Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammargitham committed Oct 28, 2023
1 parent 02ada28 commit 10b4e57
Show file tree
Hide file tree
Showing 30 changed files with 108 additions and 17 deletions.
Binary file modified .github/assets/devices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/assets/foldable_framed.png
Binary file not shown.
Binary file removed .github/assets/phone_framed.png
Binary file not shown.
Binary file removed .github/assets/tablet_framed.png
Binary file not shown.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<br/>
<p>
A wallpaper app for Android with beautiful wallpapers from <a href="https://wallhaven.cc/">wallhaven.cc</a> (more sources to be added in the future). Designed with <a href="https://m3.material.io/">Material Design 3</a> and supports wide screen devices like tablets.
A wallpaper app for Android with beautiful wallpapers from <a href="https://wallhaven.cc/">wallhaven.cc</a>, <a href="https://reddit.com/">Reddit</a>. Designed with <a href="https://m3.material.io/">Material Design 3</a> and supports wide screen devices like tablets.
</p>
</div>
<br/>
Expand All @@ -44,26 +44,26 @@

<div align="center">

| <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" alt="Home" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/2_dark.png" alt="Filters" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" alt="Wallpaper Info" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" alt="Search History" width="150"> |
|:-----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------:|
| <b>Home</b> | <b>Filters</b> | <b>Wallpaper Info</b> | <b>Search History</b> |
| <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" alt="Home" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" alt="Filters" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/2_reddit.png" alt="Filters" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" alt="Wallpaper Info" width="150"> |
|:-----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------:|
| <b>Home</b> | <b>Wallhaven Filters</b> | <b>Reddit Filters</b> | <b>Wallpaper Info</b> |

| <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" alt="Crop and Set Wallpaper" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" alt="Settings 1" width="150"> |
|:-----------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
| <b>Crop and Set Wallpaper</b> | <b>Settings</b> |
| <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" alt="Search History" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" alt="Crop and Set Wallpaper" width="150"> | <img src="./src/base/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" alt="Settings 1" width="150"> |
|:---------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
| <b>Search History</b> | <b>Crop and Set Wallpaper</b> | <b>Settings</b> |

</div>

## Features

- Supports wallhaven.cc and Reddit
- Multi-pane layout for tablets and other wide screen devices
- Auto wallpaper changer
- Save searches
- Favorite wallpapers
- Local Wallpapers
- Use saved searches, favorites, and local wallpapers for auto wallpaper changer
- Search history
- Supports all filters provided by wallhaven.cc
- [Plus] Smart wallpaper cropping using on-device object detection powered by [Tensorflow Lite](https://www.tensorflow.org/lite/).
- Supports adding your own TFLite models. You can find more models [here](https://tfhub.dev/s?deployment-format=lite&module-type=image-object-detection/).
- Search results caching to reduce api calls
Expand Down Expand Up @@ -95,7 +95,6 @@ ADB command:

## Roadmap

- [ ] Add more sources
- [ ] Support foldables inner and outer screens together
- [ ] More theme colors
- [ ] Learn from favorites (on-device) and suggest wallpapers
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId = "com.ammar.wallflow"
minSdk = 24
targetSdk = 34
versionCode = 10
versionName = "1.5.0"
versionCode = 11
versionName = "2.0.0"

val abi = getAbi()
ndk {
Expand Down
11 changes: 11 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/1101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
What's New
* Added option to use Reddit subreddits as a wallpaper source
* Added baseline profiles for smoother experience
* Now you can use multiple saved searches for auto wallpaper
* Traditional Chinese translations (thanks to @abc0922001)
* Few more UX improvements

Bug Fixes
* Fixed a bug where sometimes an old screen would pop up on configuration change
* Fixed a bug where backup restore would failed if all wallhaven wallpapers had no uploaders attached
* Few more under the hood fixes
11 changes: 11 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/1102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
What's New
* Added option to use Reddit subreddits as a wallpaper source
* Added baseline profiles for smoother experience
* Now you can use multiple saved searches for auto wallpaper
* Traditional Chinese translations (thanks to @abc0922001)
* Few more UX improvements

Bug Fixes
* Fixed a bug where sometimes an old screen would pop up on configuration change
* Fixed a bug where backup restore would failed if all wallhaven wallpapers had no uploaders attached
* Few more under the hood fixes
11 changes: 11 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/1103.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
What's New
* Added option to use Reddit subreddits as a wallpaper source
* Added baseline profiles for smoother experience
* Now you can use multiple saved searches for auto wallpaper
* Traditional Chinese translations (thanks to @abc0922001)
* Few more UX improvements

Bug Fixes
* Fixed a bug where sometimes an old screen would pop up on configuration change
* Fixed a bug where backup restore would failed if all wallhaven wallpapers had no uploaders attached
* Few more under the hood fixes
11 changes: 11 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/1104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
What's New
* Added option to use Reddit subreddits as a wallpaper source
* Added baseline profiles for smoother experience
* Now you can use multiple saved searches for auto wallpaper
* Traditional Chinese translations (thanks to @abc0922001)
* Few more UX improvements

Bug Fixes
* Fixed a bug where sometimes an old screen would pop up on configuration change
* Fixed a bug where backup restore would failed if all wallhaven wallpapers had no uploaders attached
* Few more under the hood fixes
4 changes: 2 additions & 2 deletions src/base/fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Beautiful wallpapers from wallhaven.cc (more sources to be added in the future). Designed with Material Design 3 and supports wide screen devices like tablets.
Beautiful wallpapers from wallhaven.cc and Reddit. Designed with Material Design 3 and supports wide screen devices like tablets.

Features

* Supports wallhaven.cc and Reddit
* Multi-pane layout for tablets and other wide screen devices
* Auto wallpaper changer
* Save searches
* Mark wallpapers as favorite
* Local Wallpapers
* Use saved searches, favorites, and local wallpapers in auto wallpaper
* Search history
* Supports all filters provided by wallhaven.cc
* Search results caching to reduce api calls
* Options to tweak the wallpaper grid layout
* Dynamic theme (Material You)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Beautiful wallpapers from wallhaven.cc
Beautiful wallpapers from wallhaven.cc and Reddit
12 changes: 12 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/1101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
What's New
* Added option to use Reddit subreddits as a wallpaper source
* Added baseline profiles for smoother experience
* Now you can use multiple saved searches for auto wallpaper
* Traditional Chinese translations (thanks to @abc0922001)
* Few more UX improvements

Bug Fixes
* Removed unnecessary Phone state permission added by Tensorflow Lite (thanks Олексій for the report).
* Fixed a bug where sometimes an old screen would pop up on configuration change
* Fixed a bug where backup restore would failed if all wallhaven wallpapers had no uploaders attached
* Few more under the hood fixes
12 changes: 12 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/1102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
What's New
* Added option to use Reddit subreddits as a wallpaper source
* Added baseline profiles for smoother experience
* Now you can use multiple saved searches for auto wallpaper
* Traditional Chinese translations (thanks to @abc0922001)
* Few more UX improvements

Bug Fixes
* Removed unnecessary Phone state permission added by Tensorflow Lite (thanks Олексій for the report).
* Fixed a bug where sometimes an old screen would pop up on configuration change
* Fixed a bug where backup restore would failed if all wallhaven wallpapers had no uploaders attached
* Few more under the hood fixes
12 changes: 12 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/1103.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
What's New
* Added option to use Reddit subreddits as a wallpaper source
* Added baseline profiles for smoother experience
* Now you can use multiple saved searches for auto wallpaper
* Traditional Chinese translations (thanks to @abc0922001)
* Few more UX improvements

Bug Fixes
* Removed unnecessary Phone state permission added by Tensorflow Lite (thanks Олексій for the report).
* Fixed a bug where sometimes an old screen would pop up on configuration change
* Fixed a bug where backup restore would failed if all wallhaven wallpapers had no uploaders attached
* Few more under the hood fixes
12 changes: 12 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/1104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
What's New
* Added option to use Reddit subreddits as a wallpaper source
* Added baseline profiles for smoother experience
* Now you can use multiple saved searches for auto wallpaper
* Traditional Chinese translations (thanks to @abc0922001)
* Few more UX improvements

Bug Fixes
* Removed unnecessary Phone state permission added by Tensorflow Lite (thanks Олексій for the report).
* Fixed a bug where sometimes an old screen would pop up on configuration change
* Fixed a bug where backup restore would failed if all wallhaven wallpapers had no uploaders attached
* Few more under the hood fixes
4 changes: 2 additions & 2 deletions src/plus/fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Beautiful wallpapers from wallhaven.cc (more sources to be added in the future). Designed with Material Design 3 and supports wide screen devices like tablets.
Beautiful wallpapers from wallhaven.cc and Reddit. Designed with Material Design 3 and supports wide screen devices like tablets.

Features

* Supports wallhaven.cc and Reddit
* Smart wallpaper cropping using on-device object detection powered by Tensorflow Lite.
* Supports adding your own TFLite models. You can find more models on Tensorflow Hub.
* Multi-pane layout for tablets and other wide screen devices
Expand All @@ -11,7 +12,6 @@ Features
* Local Wallpapers
* Use saved searches, favorites, and local wallpapers in auto wallpaper
* Search history
* Supports all filters provided by wallhaven.cc
* Search results caching to reduce api calls
* Options to tweak the wallpaper grid layout
* Dynamic theme (Material You)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Beautiful wallpapers from wallhaven.cc with object detection feature
Beautiful wallpapers from wallhaven.cc and Reddit with object detection feature

0 comments on commit 10b4e57

Please sign in to comment.