Skip to content

GermainZ/AcDisplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcDisplay

Download from Google Play Download from Google Play

AcDisplay is a new way of handling notifications in Android.

It will let you know 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.

Join app's community on Google+ Join app's dev channel on freenode

Get AcDisplay on Google Play

Download & Build

Clone the project and come in:

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

If you want to build AcDisplay with additional languges (not only English and Russian), you can download them by running the following line: by default tranlations will appear only in Release build.

     $ python ./AcDisplay/update_translations.py
     # Downloads latest build of locales from crowdin.net/project/acdisplay

To build debug version:

     $ ./gradlew assembleDebug
     # Builds all the things. Grab compiled application from ./AcDisplay/build/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 ./AcDisplay/build/apk/

You may also use the Android Studio to build.

About

AcDisplay is a new way of handling notifications in Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.7%
  • Other 1.3%