Kuper
Free, feature-rich, easily customizable Android dashboard for widgets apps with Zooper widgets and/or Kustom assets (Widgets, Wallpapers and Komponents)
๐
Show some
Previews
Setup & Widgets
Frames)
Wallpapers support (Based onCredits / Settings
Features:
- Material Design dashboard.
- License Checker.
- Donations.
- OneSignal notifications ready.
- 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
Changelog
Including in your project
Kuper 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:Kuper:{latest version}@aar') {
transitive = true
}
}
where {latest version}
corresponds to published version in
How to implement
โ
Still need help Just join our Discord Server and make a post. We'll help you as soon as possible.
some cool apps built using this dashboard
Check outDeveloped by
Jahir Fiquitiva
If you found this app/library helpful and want to thank me, you can:
Thanks in advance!
๐
Special thanks - Eduardo Pratti
๐จ - Sherry Sabatine
๐ต - Allan Wang
๐ป - James Fenn
๐ - Maximilian Keppeler
๐ - Sasi Kanth
๐ - Alexandre Piveteau
๐ป - Lukas Koller
๐ - Patryk Goworowski
๐จ - Lumiq Creative
๐จ - 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.