An open API service indexing awesome lists of open source software.

https://github.com/msasikanth/pinnit

Pin notes in notifications on Android
https://github.com/msasikanth/pinnit

android kotlin-android notifications

Last synced: about 1 year ago
JSON representation

Pin notes in notifications on Android

Awesome Lists containing this project

README

          

# Pinnit

Notification history and pinning

[![CI](https://github.com/msasikanth/pinnit/actions/workflows/android_ci.yml/badge.svg?branch=trunk)](https://github.com/msasikanth/pinnit/actions/workflows/android_ci.yml)

## Development
Pinnit is written entirely in Kotlin & uses latest Android libraries like
- [Architecture Components](https://developer.android.com/topic/libraries/architecture) (Room, Navigation & Lifecycle)
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html)
- [Dagger](https://dagger.dev) for DI
- [Mobius](https://github.com/spotify/mobius/wiki) for state management

## Setup
Requires [Android Studio](https://developer.android.com/studio/) 4.0.0 or above

### Code style
Project already has a code style. You can find the XML to import [here](https://github.com/msasikanth/pinnit/blob/master/.idea/codeStyles/Project.xml)

## Links
Get it on Google Play

## Contributors
- [Sasikanth](https://twitter.com/its_sasikanth) - Developer
- [Eduardo Pratti](https://twitter.com/edpratti) - Designer

## License
```
Copyright 2020 Sasikanth Miriyampalli

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```