Awesome
<img src="https://github.com/jahirfiquitiva/Blueprint/raw/master/art/app_logo.png" width="192" align="right" hspace="20" />Blueprint
Free, feature-rich, easily customizable Android dashboard for icon packs
<a target="_blank" href="http://bit.ly/DLBlueprintAPK"> <img src="https://jahir.dev/share/download_sample.svg?maxAge=432000" width="200"/> </a> <a target="_blank" href="https://jahir.dev/donate/"> <img src="https://jahir.dev/share/support_my_work.svg?maxAge=432000" width="200"/> </a>Show some :blue_heart:
Previews
Home / Icons / Apply / Requests
<p align="center"> <img src="/art/1.png" width="162" /> <img src="/art/2.png" width="162" /> <img src="/art/3.png" width="162" /> <img src="/art/4.png" width="162" /> </p>Wallpapers support (Based on Frames) / Templates support (Based on Kuper)
<p align="center"> <img src="/art/5.png" width="162" /> <img src="https://github.com/jahirfiquitiva/Kuper/raw/master/art/4.png" width="162" /> <img src="https://github.com/jahirfiquitiva/Kuper/raw/master/art/5.png" width="162" /> <img src="/art/6.png" width="162" /> </p>Help / Credits / Settings / Navigation Drawer
<p align="center"> <img src="/art/7.png" width="162" /> <img src="/art/8.png" width="162" /> <img src="/art/9.png" width="162" /> <img src="/art/10.png" width="162" /> </p>Features:
- Material Design dashboard.
- License Checker.
- Donations.
- OneSignal notifications ready.
- Support for adaptive icon packs
- In-app icon request tool
- Support for Pacific Manager
- Apply section with 20 supported launchers. (Other launchers might not support direct apply)
- Help section, to answer the questions your users have.
- Support for Zooper templates, Kustom Wallpapers, Widgets, Lockscreens and Komponents.
- Cloud based (only) wallpapers.
- App can work offline.
- Wallpapers can be applied and downloaded.
- Wallpapers include a full-screen viewer with zooming capabilities and detailed info viewer.
- Credits section.
- Settings section with these options:
- Option to change app theme (Light, Dark, System, AMOLED).
- Option to color navigation bar (Lollipop+).
- Option to clear app cache.
- Tablet layouts.
- Lots of customizations.
- Works with Android 5.0 and newer.
Help translating
:page_facing_up: Help making Blueprint available in more languages. Click here to go to the translation site
Changelog
:radio_button: You can find it in the Releases page
<a target="_blank" href="https://pacificmanager.app"> <img src="https://pacificmanager.app/content/promo-banner-smaller.png" width="400"/> </a>
<a href="https://pacificmanager.app" target="_blank">Pacific Manager</a> takes care of all your icon requests. Quit using the old traditional method of receiving emails from your users, making you sort through hundreds of potentially duplicate requests a day. </i>
<b>Use the code blueprint
at checkout to get 2 weeks of Pacific Manager for free.</b>
Including in your project
Blueprint is available via Maven, so getting it as simple as adding it as a dependency, like this:
- Add
MavenCentral
andJitpack
to your rootbuild.gradle
file
allprojects {
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
- Add the dependency in your project
build.gradle
file
dependencies {
implementation('dev.jahir:Blueprint:{latest version}@aar') {
transitive = true
}
}
where {latest version}
corresponds to published version in
How to implement
:page_with_curl: Everything you need to know can be found in the Wiki Docs
Still need help :question:
Just join our Discord Server and make a post. We'll help you as soon as possible.
Developed by
Jahir Fiquitiva
If you found this app/library helpful and want to thank me, you can:
<a target="_blank" href="https://jahir.dev/donate/"> <img src="https://jahir.dev/share/support_my_work.svg?maxAge=432000" width="200"/> </a>Thanks in advance! :pray:
Special thanks 🙌
- Eduardo Pratti 🎨
- Sherry Sabatine 💵
- Allan Wang 💻
- James Fenn 🔌
- Maximilian Keppeler 🔌
- Sasi Kanth 🔌
- Alexandre Piveteau 💻
- Lukas Koller 🔌
- Patryk Goworowski 🎨
- Patryk Michalik 💻
- Jackson Hayes 📖
- Kevin Aguilar 🎨
- Anthony Nguyen 🎨
License
This app is shared under the CreativeCommons Attribution-ShareAlike license.
Copyright © 2020 Jahir Fiquitiva
Licensed under the CreativeCommons Attribution-ShareAlike
4.0 International License. You may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://creativecommons.org/licenses/by-sa/4.0/legalcode
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Library source
As you may know, the library source is open-source. This means that you can fork it and do your own modifications, but it has some conditions:
When using the library source, anything from it: errors, crashes, issues, etc. including successful builds, must be done completely by yourself and under your own risk and responsibility. I will not provide any help/support when using the library source.
Finally, be sure your projects comply with the license previously mentioned. Otherwise I will be taking the required legal actions. I hope you understand.