Coder Social home page Coder Social logo

open-journal-android's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

open-journal-android's Issues

Add formatting tools

It would be great to add formatting tools on long press. This could be markdown supported.

Adaptive icon for Android O

The app needs an Adaptive icon that complies to Android Oreo. Also, target API needs to be updated in 'Oreo update' of openJournal.

Switch to SQLite

The app needs notes to be stored in SQLite instead of Local Storage. It will make new features a lot easier to add.

Line breaks not preserved

When saving a note, the line breaks (\n) are not preserved and the text is smushed together when re-opening the note. Pretty serious ๐Ÿ›!

Goodbye

openJournal is shutting down. It's been a fun experiment, but I've decided to end it. However, I recommend Standard Notes as a replacement for openJournal.

As such, the app needs to be updated to tell users. One final update, I suppose.

Goodbye.

ListView displays over custom toolbar

On the dev branch, where there is a custom Toolbar on HomeActivity (with a search icon), adding a note in the ListView displays over the custom Toolbar. I will fix this soon.

SQLite object leak

Currently, there is this message in logcat:

A SQLiteConnection object for database '/data/user/0/org.openssf.openjournal/databases/openJournalDB.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.

Meaning there is a DB leak. This will be fixed in the 'performance improvements' update.

Switch to RecyclerView

A ListView is inefficient and slows down the app greatly. We need to switch to a RecyclerView instead of ListView.

Fix refreshing notes list workaround

In the app, once a new note is created, the onRestart() method of HomeActivity runs. This method currently runs this code:

finish();
overridePendingTransition(0, 0);
startActivity(getIntent().addFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION));

Meaning that every time HomeActivity is reopened (i.e. when a note is added and AddNoteActivity closes) the activity is restarted, in order to refresh the list of notes.

In the future, this needs to be changed to simply update the list of notes instead of restarting the activity.

This will provide great performance improvements by making the app feel much faster.

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.