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
- Host: GitHub
- URL: https://github.com/msasikanth/pinnit
- Owner: msasikanth
- License: apache-2.0
- Created: 2019-07-18T16:19:43.000Z (almost 7 years ago)
- Default Branch: trunk
- Last Pushed: 2024-05-21T05:58:48.000Z (about 2 years ago)
- Last Synced: 2024-05-22T01:20:59.852Z (about 2 years ago)
- Topics: android, kotlin-android, notifications
- Language: Kotlin
- Homepage:
- Size: 1.41 MB
- Stars: 230
- Watchers: 9
- Forks: 20
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinnit
Notification history and pinning
[](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)
## 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.
```
