tmarzeion / drawable-notepad

Drawable Notepad is lightweight aplication that allows user to write some notes and draw on them.
GNU Lesser General Public License v3.0
67 stars 20 forks source link

Android 7 support, note titles, static element removal, etc #21

Closed koroshiya closed 8 years ago

koroshiya commented 8 years ago

Updated build tools and target SDK to allow for Android 7 support Added a note title field (Issue #20 ), so users can optionally set their own title instead of "Note No: %d" Replaced the static GUI elements in MainActivity with a callback, so it still functions the same, but gets rid of the implications of a static context Various minor fixes and updates

There's a new string which should be translated. The string is the hint for the title field of a note.

Also, I'm not certain of your intent with forcing portrait. I've replaced it with "locked" (see latest commit).

tmarzeion commented 8 years ago

Hey @koroshiya! Thanks for feedback! I will take a look on that soon, merge it and release to google play store :)

-Tomek

tmarzeion commented 8 years ago

@koroshiya PS. New release is sent to Google Play Store. There are credits for You for making this patch in changelog :) Thanks for contribution!

stollr commented 8 years ago

Thanks for your work :+1:

@tmarzeion I have installed this app with F-Droid (I am using Cyanogen 13 without Play Store). Is this update being available there, too?

koroshiya commented 8 years ago

@tmarzeion Awesome, no problem.

@naitsirch I actually found this app while searching F-droid for a FOSS note-taking app. IIRC, F-droid are the ones building the app from source, so I'm guessing they'll add the update now that there's a new release in the releases section for this repo. (Though I don't know their procedure... Maybe that's not how it works.)

stollr commented 8 years ago

Okay, I thought the developer is responsible for that. So I'll just wait for the update ;-) Thanks

tmarzeion commented 8 years ago

@naitsirch @koroshiya So far, F-droid was updating this app automatically :)