Coder Social home page Coder Social logo

handynotes's People

Contributors

a1291762 avatar atd avatar jstamp avatar leomcabral avatar

Stargazers

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

Watchers

 avatar  avatar

handynotes's Issues

Where do data are stored ?

Hi,
I have a problem with handynotes (it's blank and I can't open it anymore), and before re-installing it I would like to know where the data are stored? I want to try to find the text that where in it if it's not already deleted...
Thanks!

Giant CPU usage of Handynotes in RAID for some reason.

Hi there as i earlier in shadowlands reported sucessfully CPU bugs which got later fixed by the addon devs .

id like to report new ones in dragonflight.
https://i.imgur.com/2dCNdV6.png

as you can see handy notes ( + the DF addon ) uses MULTIPLE times CPU of my entire UI + all other addons together.

this gets worse in raids for some reason the screen shot was during superbloom

as comparision this is after Superbloom with Reset stats ( no reload ) in a group of 2 players
https://i.imgur.com/ttv9jKD.png

So something is off with handy notes the bigger the group is.

During time Rift
https://i.imgur.com/mtu8jhK.jpg

time rift endboss
https://i.imgur.com/37MMtFk.png

Note wont update

With the new version i cant see changes i make on the widget after editing. I can edit and save text, but I can see the changes only in editing mode. Using Cyanogenmod 7.

Bring back 4x1 note size

It's great to have multiple note sizes, but why remove the original 4x1 size? I liked that one. :)

4x4 widget gone missing after Android upgrade

I finally upgraded my phone to LineageOS 14 (no newer version supported, I am afraid), and somehow it seems the 4x4 HandyNotes widget is gone now -- it is not listed as a widget any more. I like having one of my home screens just for note taking, so 4x4 is just the size I used all the time.

Instead, the 3x1, 3x2 and 3x3 widgets are listed twice. The last one reads "Handy note (4...", looking as if this was the 4x4 widget, but it only has size 3x3...?

[Feature] Make widgets resizable

Most widgets on Android today have the ability to be resized. I'd like to see this feature come to HandyNotes.

PS: I know you're busy @atd, I'm just leaving the issue so I can remember to take a look later.

Notes become unresponsive after some time

Hi !

I really like your app but after some time, the notes can't be edited anymore (but can be moved around, deleted). Some can be added too.
I'm using it on cyanogenmod 7.

Hope it can be fixed,

Regards,

Jerome

Possible NullpointerException on NotesDbAdapter.java

There's a possible NullpointerException on class src/net/tapi/handynotes/NotesDbAdapter.java lines 78-97.

Maybe you could use an implementation like this:

public String showNoteText(int wId) throws SQLException {
    String result = "";

    Cursor mCursor =
          mDb.query(true, DATABASE_TABLE, new String[] {KEY_ROWID, KEY_BODY}, KEY_ROWID + "=" + wId, null,
                    null, null, null, null);

    if (mCursor != null) {
        mCursor.moveToFirst();

        if (mCursor.getCount() > 0) {
            result = mCursor.getString(mCursor.getColumnIndex(KEY_BODY));
        }
        mCursor.close();
    }

    return result;

    }

How can I build this project?

I would like to build this project from source. Unfortunately, there are no instructions, and I am not very experienced in Android development.

I found a build.xml, which it seems I need, at https://f-droid.org/en/packages/net.tapi.handynotes/. Shouldn't that be included in the project?

Even then, where do I find the "android-3" SDK? It seems that this SDK is so old, it is not listed any more in the "Android SDK Manager".

please add 2x1 widget

or resizable widget? 1x1 is too short horizontally for most words, 2x2 takes too big of a bite off (my) start page :P

br,
g.

Grid size for each size is one size larger then intended

HandyNotes version 1.5.

The 1x1 size'd note widget is showing up as 2x2
the 2x2 is showing up as 3x3, all the sizes
are showing up as the next grid size up,
there is no 1x1 note widget showing up.

Running on a Moto E 4G LTE (XT1527) with CyanogenMOD 12.1.

Please add <supports-screens> to the manifest

Hi, this app would be perfect for me if the UI wasn't scaled so badly. This should be an easy fix though.

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b02fb9a..701cfd0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -85,5 +85,6 @@
                </receiver>
     </application>
     <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4" />
+    <supports-screens android:xlargeScreens="true" />
 
 </manifest> 

(please also add a new tag, so f-droid picks it up)

[Pregunta] Sugerencia y pregunta.

Barra de desplazamiento
Desconozco si es un error o sencillamente no existe en el widget, me refiero a la capacidad de bajar a través del contenido de las notas por medio de una barra de desplazamiento cuando el contenido excede los márgenes. Mis contenidos pueden exceder los limites del widget, y en mi caso, no siempre puedo extender los márgenes del mismo (redimensionar) debidos a otras apps. Por supuesto, sin tener que cambiar de pagina del escritorio pensando en su inmediatez.

Incluir Tabs/pestañas en el Widget
¿seria posible añadir tabs visuales al widget para que funcionen como separaciones cuando el contenido es muy distinto entre si?

Gracias y Felicidades por HandyNotes, la uso constantemente.
Poco X3 MIUI 12.0.4.0 / Nova Launcher 7.0.49

allow to use HandyNotes as an app, not only as a widget

Please allow to use HandyNotes as an app, not only as a widget.

Currently HandyNotes can only be used as a widget: You add a widget on screen, enter some text and have it displayed there. This will of course work for many people, but not for all. As far as I'm concerned I don't need/want to have my notes so visible on the phone desktop. And they take a lot of space:

  • If you want to have one note per widget, you will end up with a nr of widgets cluttering the desktop;
  • If you want to put all your notes in one single note and keep the widget small, you might as well use a simple text editor for that;
  • If you want to put all your notes in one single note and use a big widget, then it would take too much space.

I would suggest that you add an 'app mode' to HandyNotes. It could work as follows:

  • The app can be run as any Android app, via desktop shortcut or Quickdroid
  • Loading the app will present the user with an 'add note' button and a list of notes
  • Hitting the button will create a note and bring up the current 'edit note' mode
  • Hitting any item in the list will pop up the same 'edit note' mode
  • Long-pressing any item will bring up a context-menu with the Edit and Delete options

The interface would be very simple, similar to AK Notepad or (the incomplete) Tomdroid, but the usability would be greatly enhanced.

Can't reopen note for editing

I created a new handynote-widget on my homescreen and took some notes in it and closed it by adding it.
Many times I reopened and updated that note. Then the widget freezes and I can't reopen it. Only thing ti do is deleting the widget from homescreen and create a new widget. // Nokia 3, Android 7.0

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.