项目作者: jahirfiquitiva

项目描述 :
Free, feature-rich, easily customizable Android dashboard for wallpapers apps
高级语言: Kotlin
项目地址: git://github.com/jahirfiquitiva/Frames.git
创建时间: 2017-07-09T05:03:06Z
项目社区:https://github.com/jahirfiquitiva/Frames

开源协议:Other

下载


Frames

API
GitHub Release
Build Status
Crowdin
GitHub Sponsor

Free, feature-rich, easily customizable Android dashboard for wallpapers apps





Show some :blue_heart:

GitHub stars
GitHub forks
GitHub watchers

Follow on GitHub
Follow on Twitter


Previews

Customizable styles







Full-screen Viewer / Multiple themes






Credits / Settings





Features:

  • Material Design dashboard.
  • License Checker.
  • Donations.
  • OneSignal notifications ready.
  • Cloud based (only) wallpapers.
  • App can work offline.
  • Categories section.
  • Favorites section.
  • 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 Frames available in more languages. Click here to go to the translation site

Changelog

:radio_button: You can find it in the Releases page


Including in your project

Frames is available via Maven, so getting it as simple as adding it as a dependency, like this:

  1. Add MavenCentral and Jitpack to your root build.gradle file
    1. allprojects {
    2. repositories {
    3. mavenCentral()
    4. maven { url 'https://jitpack.io' }
    5. }
    6. }
  2. Add the dependency in your project build.gradle file
    1. dependencies {
    2. implementation('dev.jahir:Frames:{latest version}@aar') {
    3. transitive = true
    4. }
    5. }
    where {latest version} corresponds to published version in GitHub Release

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. Join chat on Discord

Check out some cool apps built using this dashboard


Developed by

Jahir Fiquitiva

Follow on GitHub
Follow on Twitter

If you found this app/library helpful and want to thank me, you can:



Thanks in advance! :pray:

Special thanks 🙌


License

This app is shared under the CreativeCommons Attribution-ShareAlike license.

  1. Copyright © 2020 Jahir Fiquitiva
  2. Licensed under the CreativeCommons Attribution-ShareAlike
  3. 4.0 International License. You may not use this file except in compliance
  4. with the License. You may obtain a copy of the License at
  5. http://creativecommons.org/licenses/by-sa/4.0/legalcode
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. 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.