Giter Site home page Giter Site logo

williamren / acdisplay Goto Github PK

View Code? Open in Web Editor NEW

This project forked from achep/acdisplay

0.0 2.0 0.0 14.1 MB

AcDisplay is a new way of handling notifications in Android.

Home Page: acdisplay.org

License: GNU General Public License v2.0

Python 0.45% Java 96.22% HTML 3.33%

acdisplay's Introduction

AcDisplay

Build Status Crowdin Bountysource Support at gratipay

Main screen: handling notification Main screen

AcDisplay is a new way of handling notifications in Android.

It will inform you about new notifications by showing a minimal, beautiful screen, allowing you to open them directly from the lock screen. And if you want to see what's going on, you can simply take your phone out of your pocket to view all the latest notifications, in a similarly pleasing and minimalistic manner.

Get AcDisplay on Google Play

Bitcoin wallet: 1GYj49ZnMByKj2f6p7r4f92GQi5pR6BSMz

PayPal

Report a bug or request a feature

Before creating a new issue please make sure that same or similar issue is not already created by checking open issues and closed issues (please note that there might be multiple pages). If your issue is already there, don't create a new one, but leave a comment under already existing one.

Checklist for creating issues:

  • Keep titles short but descriptive.
  • For feature requests leave a clear description about the feature with examples where appropriate.
  • For bug reports leave as much information as possible about your device, android version, etc.
  • For bug reports also write steps to reproduce the issue.

Create new issue

Download & Build

Clone the project and come in:

$ git clone git://github.com/AChep/AcDisplay.git
$ cd AcDisplay/project/

To build debug version: (only English and Russian locales included)

$ ./gradlew assembleDebug
# Builds all the things. Grab compiled application from ./app/build/outputs/apk/

To build release version: (public test key)

$ ./gradlew assembleRelease
# You will need to answer 'yes' later.
# Grab compiled application from ./app/build/outputs/apk/

To build release version:

# First you need to set the path to your keystore and the alias.
# You may want to put those to your ~/.bashrc file to save them
# for future bash sessions.
$ export ACDISPLAY_SIGN_STORE_FILE=path_to_your_keystore
$ export ACDISPLAY_SIGN_KEY_ALIAS=key_alias

$ ./gradlew assembleRelease
# You will be asked for passwords in proccess.
# Grab compiled application from ./app/build/outputs/apk/

You may also use the Android Studio graphic interface to build.

Import to Android Studio

  • Make sure JDK-7 or later is installed.
  • Make sure latest Android Studio is installed.
  • Launch Android Studio.
  • Select: File -> Import project; and choose ./AcDisplay/project directory.
  • Wait until it done.

acdisplay's People

Contributors

achep avatar afollestad avatar germainz avatar smillerdev avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.