https://github.com/dotwee/micropinner
MicroPinner is a lightweight dialog-only application, that turns your statusbar into a pingboard, almost same as sticky notes on your PC. (You can basically create your own notifications or noted reminders) You can customize the notifications title and content, as well as its priority and visibility (Works on Android 5.0 and above).
https://github.com/dotwee/micropinner
android intellij notifications statusbar
Last synced: about 1 year ago
JSON representation
MicroPinner is a lightweight dialog-only application, that turns your statusbar into a pingboard, almost same as sticky notes on your PC. (You can basically create your own notifications or noted reminders) You can customize the notifications title and content, as well as its priority and visibility (Works on Android 5.0 and above).
- Host: GitHub
- URL: https://github.com/dotwee/micropinner
- Owner: dotWee
- License: wtfpl
- Created: 2015-06-11T14:41:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:49:42.000Z (over 3 years ago)
- Last Synced: 2025-04-09T04:06:29.936Z (about 1 year ago)
- Topics: android, intellij, notifications, statusbar
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=de.dotwee.micropinner
- Size: 15.8 MB
- Stars: 42
- Watchers: 3
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
MicroPinner
MicroPinner is a lightweight dialog-only application, that turns your statusbar into a pingboard, almost same as sticky notes on your PC. (You can basically create your own notifications or noted reminders)
You can customize the notifications title and content, as well as its priority and visibility (Works on Android 5.0 and above).
[](https://travis-ci.org/dotWee/MicroPinner)
[](https://github.com/dotWee/MicroPinner/issues)
[](https://github.com/dotWee/MicroPinner/network/members)
[](https://github.com/dotWee/MicroPinner/search?l=java)
## Features
The application currently has the following features
+ low background memory consumption(no background-services, no background-processes)
+ has no impact on your battery as it uses only native functions of Android
+ now works flawlessly on Android Oreo 8.0+
+ it is light weight less than 850kb (Version v2.2.0)
+ it contains no ads or unnecessary pop-ups
+ it is fully open source!
+ it is absolutely free!
Design & UI
+ MicroPinner follows the official [Material Design](https://www.google.com/design/spec/components/dialogs.html#dialogs-specs) guidelines for dialogs.
Customization
+ You can customize the notifications title and content text, as well as its system wide priority (choose between *normal*, *minimal*, *low* and *high*) and visibility (choose between *public*, *private* and *secret*) if you're running Android Lollipop and up.
+ Created pins are restored on reboot. Delete them by simply swiping it away.
## Screenshots

## Changelog
View the [CHANGELOG.md](/docs/CHANGELOG.md).
## Questions / Issues / Bugs
Please check the [FAQ](/docs/FAQ.md) first.
For questions or bugs, check the [Issues](https://github.com/dotWee/MicroPinner/issues)-section of this repository.
## Build
This project is developed using JetBrain's latest IntelliJ IDEA and the latest Gradle-wrapper.
To compile MicroPinner, simply import this project into **Android Studio** or **IntelliJ IDEA** and press the build-button.
**You may need to sign the built apk.** Read the official [documentation about signing applications](https://developer.android.com/tools/publishing/app-signing.html) for a how-to.
## License
Copyright (c) 2015 Lukas 'dotwee' Wolfsteiner
The source-code of MicroPinner is licensed under the [_Do What The Fuck You Want To_](/LICENSE.md) public license.
[](https://app.fossa.io/projects/git%2Bgithub.com%2FdotWee%2FMicroPinner?ref=badge_large)