Git Product home page Git Product logo

certified84 / audionote Goto Github PK

View Code? Open in Web Editor NEW
78.0 4.0 5.0 59.37 MB

An open source simple audio note taking app built to demonstrate android development best practices.

Home Page: https://certified84.github.io/AudioNote/

License: Apache License 2.0

Kotlin 100.00%
android kotlin kotlin-android material-design kotlin-coroutines mvvm-architecture mvvm-android android-ui room-persistence-library datastore-android

audionote's Introduction

AudioNotes πŸ“™

A simple open source audio note-taking πŸ“ Android application built to describe the use of Modern Android development tools. πŸ—. Made with love ❀️ by Sammie_kt


Find the latest stable release hereπŸ‘‡

AudioNotes

Get it on F-Droid


Find the design on figma hereπŸ‘‡

AudioNotes


Day Mode 🌞

Splash Onboarding Home(empty) Home(content)
New note Edit note Settings About

We Support Dark Mode Too 🌚

Splash Onboarding Home(empty) Home(content)
New note Edit note Settings About

Built With πŸ› 

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - SQLite object mapping library.
    • Jetpack Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app
  • DataStore - 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.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.
  • Coil for Image loading - Kotlin based library for loading images in Android.
  • Dagger Hilt - Hilt provides a standard way to incorporate Dagger dependency injection into an Android application. For more information.
  • Easy permissions - πŸ”“ Kotlin version of the popular google/easypermissions wrapper library to simplify basic system permissions logic on Android M or higher.
  • TimerX - Android timer and stopwatch library.

Architecture πŸ—Ό

This app uses MVVM (Model View View-Model) architecture.

Build-tool 🧰

You need to have Android Studio to build this project.


Credit πŸ™Œ

Credit goes to Shazomii's Notely for project inspiration


Contribute 🀝

If you want to contribute to this app, you're always welcome! See Contributing Guidelines.


Contact πŸ“©

Have a project? DM us at πŸ‘‡

Drop a mail to:- [email protected]


Donation πŸ’°

If this project help you reduce time to develop, you can give me a cup of coffee :)

Buy Me A Coffee

License πŸ”–

    Apache 2.0 License


    Copyright 2023 Samson Achiaga

    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

       http://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.

audionote's People

Contributors

certified84 avatar gdonisi avatar izzysoft avatar poussinou 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

Watchers

 avatar  avatar  avatar  avatar

audionote's Issues

Default note titles

Please add a gray default title based on the current time. I guess you require a title at the moment to help keep track of many recordings, but it makes it very impractical to record a short snippet with a reminder set. I opted for a recording because I did not want to write something, but in this field I have to.

Localization ?

Would you consider localizing this project ?

It would help spread the word about this app and provide users wordlwide with a more understandable interface.

I've provided several french translations for various opensource projects alreudy, using either Weblate or Crowdin, and have found these platforms really easy to use.
Or you might want to use a smaller, more lightweight tool, like the one the Snappymail dev created for their project.

Issues with reminder date/time selection

Overall the dialog for selecting reminder times feels a bit raw compared to the overall very well-designed app.

To reproduce:

  • Add a new recording
  • tap "add a reminder"
  • quirk 1: previous days can be selected, but reminders in the past don't make sense
  • select any date and tap "ok"
  • minor quirk 2: in dark mode the text of "ok" and "cancel" has very low contrast, especially when compared to the colorful background of the recording and the white numbers of the calendar
  • either tap "cancel" on the time screen
  • quirk 3: a reminder is added although you canceled the selection.
  • or swipe to get back to last dialog
  • quirk 4: you don't get back to the day selection, but the full recording screen and a reminder was added regardless

Record groups or tags

To manage many recordings it would be really helpful to be able to categorize them.
On my end, I want to record daily summaries for reflection, but also short snippets with insights/todos over the day. Additionally, I work on multiple different projects and would like to categorize them.
It would help if I could click a category from a custom list when recording and later on filter the main list by that category.

Discarded notes are not deleted

The size of these files is minuscule, so this isn't something urgent to work on. But as you can see, every time I stop recording and refresh, there's a new file in the folder. The same happens if I click the Back button instead of saving.

video.mp4

Note saving doesn't work with some locales

Hi, saving a note with English as phone language work, but the app crashes when I use some other languages, like Italian.
I think this is because of some locales use #,## instead of #.## for decimals

Error Log 2022-02-15 11:17:03.673 31044-31044/com.certified.audionote E/AndroidRuntime: FATAL EXCEPTION: main Process: com.certified.audionote, PID: 31044 java.lang.NumberFormatException: For input string: "0,01" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at com.certified.audionote.utils.UtilKt.roundOffDecimal(Util.kt:112) at com.certified.audionote.ui.EditNoteFragment.stopRecording(EditNoteFragment.kt:434) at com.certified.audionote.ui.EditNoteFragment.onClickWhenIdIsZero(EditNoteFragment.kt:295) at com.certified.audionote.ui.EditNoteFragment.onClick(EditNoteFragment.kt:198) at android.view.View.performClick(View.java:7448) at android.view.View.performClickInternal(View.java:7425) at android.view.View.access$3600(View.java:810) at android.view.View$PerformClick.run(View.java:28305) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7666) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

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.