ID: de.dotwee.micropinner
Version: v1.7
File Size: 0.7Mb
MicroPinner Screenshots
MicroPinner Details
MicroPinner is a lightweight dialog-only application, which lets you create your own notifications. You can customize the pins title, content, priority and visibility (Android 5.+ only).## Features
★ Permission free
MicroPinner doesn't need that thing called internet.
★ Lightweight
APK weights less than 750kb.
★ Material Design aligned
Design follows the Material Design Dialog guidelines.
★ Zero battery & memory impact
No background-services, no background-processes.
★ Open source
The complete source-code is available on Github. Check the FAQ below for the link.
★ Backwards compatible
Works on Android 4.1 and up.
★ Choosable priority
Give your pin the priority you think it deserves. Choose between Default, Low and High.
★ Editable pins
Edit your pins easily by clicking on them.
★ Permanent pins
Declare pins as permanent to avoid removing it by mistake. To remove a permanent pin, simply click on it and select delete.
## Android 5.+ only Features
★ Choosable visibility
Hide your pin on the lockscreen using Android's visibility-API: Choose between Public, Private and Secret.
## Questions and answers
Q: How does visibility affect a pin?
A: It mainly affects the pin's position on your lockscreen. *Normal* displays the pin like a normal notification, *private* hides the content-text and *secret* hides the whole pin.
Q: Help, visibility seems not working!
A: Maybe because you are using a Android version below 5.0 (Lollipop), where the visibility-feature doesn't work since it has been introduced with Lollipop.
Q: How does priority affect a pin?
A: Mainly the position in your notification-center. *High* places your pin above every other notification, *low* below every other notification and *min* below a small divider, completely at the bottom of your notification-center.
Q: Help, priority seems broken!
A: If you got a lot other *high*-priority notifications and you add another pin with priority *high*, Android will choose its position.
Q: Where's the source-code?
A: You can find the whole application source-code on GitHub. Link: https://github.com/dotWee/MicroPinner
Q: Could you add xxx so I can xxx?
A: Write your ideas and feature-requests as a rating on the Google Play site or open a new issue on GitHub.
Q: It's constantly crashing, help!
A: Crashes are reported automatically using Google Plays Crash Detection and get automatically reported. If I didn't fix it in less than one day, open a issue on github.
Q: I found a bug / issue, what should I do?
A: Creating a new Issue or message me per mail at [coding@dotwee.de](mailto:coding@dotwee.de).
What's new in MicroPinner v1.7
v1.7 changes:- New light-theme (hold the advanced-switch to enable/disable)
- Updated UI after the august-release of Material Design
- Updated translations (German & French)
- Fixed UI for tablets and phablets
- Enable pin-restoring by default
- Fix restoring deleted pins
- Reduced apk to 730kb
v1.6.1 changes:
- Fast fix for minor force-close issue
v1.6 changes:
- French translation
- Stable pin-restoring
- Chached checkbox-states
- Removed usage of deprecated apis