GithubHelp home page GithubHelp logo

city-zouitel / jetnote Goto Github PK

View Code? Open in Web Editor NEW
104.0 2.0 12.0 62.38 MB

A simple android note app made by jetpack compose.

Kotlin 100.00%
coroutines kotlin datastore jetpack-compose exoplayer android clean-architecture buildsrc security workmanager

jetnote's Introduction

JetNote

JetNote is modern note android application written by kotlin language and jetpack-compose toolkit. The app dealing with Room for Database, Koin dependency injection, Coroutine the non-blocking programming, Navigation-Compose, DataStore, ExoPlayer to play the recorded media in the app, CameraX to take and save picture, And more to make it good app that inspired by google app keep Notes.

API Kotlin Version Jetpack Compose Kotlin Coroutines Version Gradle GitHub license Android Platform Android CI CodeFactor Wakatime

Screenshots

Download

Logo

Download APK from GitHub

Libraries

A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.

A multiplatform navigation library built for, and seamlessly integrated with, Jetpack Compose.

The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.

Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.

Koin is a pragmatic lightweight dependency injection framework for Kotlin developers.

Jetpack Compose canvas library that helps you draw paths, images on canvas with color pickers and palettes.

Accompanist is a group of libraries that aim to supplement Jetpack Compose with features that are commonly required by developers but not yet available.

  1. Permissions: A library that provides Android runtime permissions support for Jetpack Compose.

  2. Pager: A library that provides utilities for building paginated layouts in Jetpack Compose, similar to Android's ViewPager.

  3. Navigation-Animation: A library which provides Compose Animation support for Jetpack Navigation Compose.

  4. SwipeRefresh: A library that provides a layout implementing the swipe-to-refresh UX pattern, similar to Android's SwipeRefreshLayout.

  5. Flow Layouts: A library that adds Flexbox-like layout components to Jetpack Compose.

ExoPlayer is an application level media player for Android. It provides an alternative to Androidโ€™s MediaPlayer API for playing audio and video both locally and over the Internet.

CameraX is an addition to Jetpack that makes it easier to add camera capabilities to your app. The library provides a number of compatibility fixes and workarounds to help make the developer experience consistent across many devices.

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.

An image loading library for Android backed by Kotlin Coroutines.

Collects all dependency details including licenses at compile time, and offers simple APIs to visualize these in the app.

WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots.

The App Hierarchy

                          *****************************
                          |        UI Controller      |
                          *****************************
                                        |
                                        |
                          *****************************
                          |        View Module        |
                          *****************************
                                        |
                                        |
                          *****************************
                          |         Repository        |
                          *****************************
                                        |
                      --------------------------------------
                      |                                     |
          *****************************      *****************************
          |            Room           |      |        ...........        |
          *****************************      *****************************

Check it out Project manager to see what's going on and what's coming in this project.

License

Copyright 2022 The Android Open Source Project
 
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.

jetnote's People

Contributors

dependabot[bot] avatar gangulwar avatar renovate[bot] avatar youndon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jetnote's Issues

APK available?

Is the APK available somewhere for download (maybe you could attach it to the corresponding releases)?

Configure gradle build for multiple APKs.

The latest release added several proprietary libraries:

---------------
* Google Mobile Services (/com/google/android/gms): NonFreeDep
* Google App Engine (/com/google/appengine): NonFreeNet
* Cloud Audit Logs (/com/google/cloud/audit): Tracking
* Google Cloud Logging Client for Java (/com/google/cloud/logging): NonFreeNet
* Firebase (/com/google/firebase): NonFreeNet,NonFreeDep
* firebase-firestore (/com/google/firebase/firestore): NonFreeDep,NonFreeNet

6 offenders.

Further, APK size is now well beyond the limits of my repo (which is 30 MB per app). So could you please:

  • provide the APK of a build flavor that comes without those proprietary libraries
  • enable per-ABI builds to get the size down (I'd then pick either the armeabi of arm64 build, depending on your preference)

Until then, I'll now revert back to v3.2.0 in my repo and disable updates. Thanks in advance for your help!

unable to get to trash to recover note

Description

Accidentally moved my note to the trash by swiping on it. I didn't know this would happen, first time creating a note so wasn't aware how things worked. I also missed the time window to undo the move to trash. Now, when trying to go into the trash, the screen flash white and dumps me back to the notes view. Can't get into the trash to recover my note. Would appreciate a warning confirmation that note will be moved to trash before doing so.

App & Device Data

Key Value
Device google Pixel 5
OS Version Android 13 (API 33)
Language English
Display 1080x2340 (Portrait)

Install failed test only

For a good time, now, I get install_failed_test_only when trying to update the app

Currently installed: 1.9.0
Via Droid-ify(0.5.6) from izzydroid

Android 10 QP1A.190711.020
MIUI 12.0.14 stable

IMG_20230401_235434.jpg

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency androidx.core:core-ktx to v1.13.1
  • Update license to v11.1.4 (com.mikepenz.aboutlibraries.plugin, com.mikepenz:aboutlibraries-compose)
  • Update dependency androidx.compose:compose-bom to v2024.05.00
  • Update dependency com.google.android.material:material to v1.12.0
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Warning

Renovate failed to look up the following dependencies: Failed to look up maven package city.zouitel.android.library:city.zouitel.android.library.gradle.plugin, Failed to look up maven package city.zouitel.android.compose:city.zouitel.android.compose.gradle.plugin, Failed to look up maven package city.zouitel.android.application:city.zouitel.android.application.gradle.plugin, Failed to look up maven package city.zouitel.android.navigation:city.zouitel.android.navigation.gradle.plugin.

Files affected: gradle/libs.versions.toml


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/android.yml
  • actions/checkout v4
  • actions/setup-java v4
gradle
gradle.properties
settings.gradle.kts
build.gradle.kts
app/build.gradle.kts
common/logic/build.gradle.kts
common/systemDesign/build.gradle.kts
  • com.github.skydoves:balloon-compose 1.6.4
core/database/build.gradle.kts
core/datastore/build.gradle.kts
core/repository/build.gradle.kts
core/security/build.gradle.kts
domain/build.gradle.kts
gradle/libs.versions.toml
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.0
  • org.jetbrains.kotlin:kotlin-gradle-plugin 1.9.22
  • androidx.core:core-ktx 1.13.0
  • junit:junit 4.13.2
  • androidx.test.ext:junit 1.1.5
  • androidx.test.espresso:espresso-core 3.5.1
  • androidx.lifecycle:lifecycle-runtime-ktx 2.7.0
  • androidx.lifecycle:lifecycle-process 2.7.0
  • androidx.lifecycle:lifecycle-livedata-ktx 2.7.0
  • androidx.constraintlayout:constraintlayout 2.1.4
  • androidx.glance:glance-appwidget 1.0.0
  • androidx.security:security-crypto 1.0.0
  • androidx.work:work-runtime-ktx 2.9.0
  • androidx.startup:startup-runtime 1.1.1
  • com.android.tools.build:gradle 8.2.1
  • androidx.activity:activity-compose 1.8.2
  • androidx.compose:compose-bom 2024.04.01
  • androidx.appcompat:appcompat 1.6.1
  • com.google.android.material:material 1.11.0
  • androidx.navigation:navigation-compose 2.7.7
  • androidx.constraintlayout:constraintlayout-compose 1.1.0-alpha13
  • androidx.lifecycle:lifecycle-viewmodel-compose 2.7.0
  • io.insert-koin:koin-core 3.5.6
  • io.insert-koin:koin-android 3.5.6
  • io.insert-koin:koin-androidx-compose 3.5.6
  • io.insert-koin:koin-androidx-workmanager 3.5.0
  • io.insert-koin:koin-test 3.5.6
  • io.insert-koin:koin-gradle-plugin 3.5.0
  • androidx.room:room-ktx 2.6.1
  • androidx.room:room-runtime 2.6.1
  • androidx.room:room-compiler 2.6.1
  • androidx.datastore:datastore-preferences 1.0.0
  • io.github.osipxd:security-crypto-datastore-preferences 1.0.0
  • com.google.android.exoplayer:exoplayer-core 2.19.1
  • com.google.android.exoplayer:exoplayer-ui 2.19.1
  • com.google.android.exoplayer:extension-mediasession 2.19.1
  • com.google.accompanist:accompanist-permissions 0.28.0
  • com.google.accompanist:accompanist-pager 0.28.0
  • com.google.accompanist:accompanist-pager-indicators 0.28.0
  • com.google.accompanist:accompanist-systemuicontroller 0.28.0
  • com.google.accompanist:accompanist-navigation-animation 0.28.0
  • com.google.accompanist:accompanist-swiperefresh 0.28.0
  • com.google.accompanist:accompanist-flowlayout 0.28.0
  • com.google.accompanist:accompanist-insets 0.28.0
  • androidx.camera:camera-core 1.3.1
  • androidx.camera:camera-lifecycle 1.3.1
  • androidx.camera:camera-view 1.3.1
  • androidx.camera:camera-extensions 1.3.1
  • io.coil-kt:coil-compose 2.6.0
  • io.coil-kt:coil-svg 2.6.0
  • com.mikepenz:aboutlibraries-compose 11.1.3
  • cafe.adriel.voyager:voyager-navigator 1.0.0
  • cafe.adriel.voyager:voyager-screenmodel 1.0.0
  • cafe.adriel.voyager:voyager-transitions 1.0.0
  • cafe.adriel.voyager:voyager-koin 1.0.0
  • tw.com.oneup.www:Baha-UrlPreview 1.0.1
  • com.karacca:beetle 2.0.1
  • me.saket.swipe:swipe 1.1.1
  • io.getstream:sketchbook 1.0.4
  • net.zetetic:android-database-sqlcipher 4.5.4
  • com.github.lincollincol:compose-audiowaveform 1.1.2
  • com.github.lincollincol:amplituda 2.2.2
  • gradle.plugin.chrisney:enigma 1.0.0.8
  • com.google.devtools.ksp 1.9.23-1.0.20
  • com.autonomousapps.dependency-analysis 1.30.0
  • com.android.application 8.2.1
  • org.jetbrains.kotlin.android 1.9.22
  • com.android.library 8.2.1
  • com.mikepenz.aboutlibraries.plugin 11.1.3
  • com.chrisney.enigma 1.0.0.8
  • city.zouitel.android.library unspecified
  • city.zouitel.android.compose unspecified
  • city.zouitel.android.application unspecified
  • city.zouitel.android.navigation unspecified
init/build.gradle.kts
  • androidx.sqlite:sqlite-ktx 2.4.0
root/build.gradle.kts
services/notifications/build.gradle.kts
services/shortcuts/build.gradle.kts
source/settings.gradle.kts
source/build.gradle.kts
ui/features/audios/build.gradle.kts
ui/features/camera/build.gradle.kts
ui/features/links/build.gradle.kts
ui/features/note/build.gradle.kts
  • com.github.skydoves:balloon-compose 1.6.4
ui/features/quickNote/build.gradle.kts
ui/features/recorder/build.gradle.kts
ui/features/reminder/build.gradle.kts
ui/features/tags/build.gradle.kts
ui/features/tasks/build.gradle.kts
ui/features/widget/build.gradle.kts
ui/screens/build.gradle.kts
  • com.github.skydoves:balloon-compose 1.6.4
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.2

  • Check this box to trigger a request for Renovate to run again on this repository

Certificate issue

A scan (see here for details and background) just revealed the APKs at your releases are signed using a debug key. As that has security implications, may I ask you to please switch to a proper release key, and provide the corresponding APK signed with it? Thanks in advance!

question on dependencies

Running Apktool over your APK, I see there are some libraries in which I cannot pin-point (cannot find the sources, but neither find them referenced directly here in your repo). Do you have any idea where they are coming from, and ideally can point me to their respective repositories?

/com/google/firebase/appcheck/interop:
/firebase/com/protolitewrapper:
/com/google/api:
/com/google/cloud/datastore/core/number:
/com/google/firebase/appcheck/interop:
/com/google/firestore/admin/v1:
/com/google/firestore/bundle:
/com/google/firestore/v1:
/com/google/geo/type:
/com/google/longrunning:
/com/google/rpc/context:
/com/google/type:
/firebase/com/protolitewrapper:

If you don't know either, maybe gradle :app:dependencies can help showing what drags them in. At least Firestore and Firebase look a bit problematic, as those are not really free (in the sense of "libre"). Thanks in advance for your help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.