Skip to content

Releases: trinnode/NoteFlex

NoteFlex v5

Choose a tag to compare

@trinnode trinnode released this 12 Jun 11:25
0fa2a75

v5 — Tab Lock, Inline Checkboxes, Slider Resize

New Features

  • Tab locking with biometric (fingerprint) + password fallback
  • Inline checkboxes: tap [ ] / [x] in note text to toggle
  • Slider control for overlay size (30–100%)
  • Lock/unlock per-tab via long-press menu

Changes

  • BiometricPrompt via transparent AuthActivity
  • SHA-256 password hashing
  • AuthState singleton for session-based unlock tracking

NoteFlex v4

Choose a tag to compare

@trinnode trinnode released this 09 Jun 19:06

Finally a proper minimize. The handle bar on the left is now visible and you can tap it to collapse the note down to just that slim strip. The top drag bar also responds to taps. There are also two new toolbar buttons: a minimize button (line) and a close button (X) to shut down the overlay entirely.

Changes:

  • cardBody no longer covers the handle, so the little dots are visible on the left edge
  • minimized window actually shrinks to the handle size instead of leaving a blank rectangle
  • drag bar at the top also collapses/expands when you tap it
  • toolbar has a minimize button and a close button for quick access
  • close button stops the foreground service and removes the overlay

NoteFlex v3

Choose a tag to compare

@trinnode trinnode released this 09 Jun 18:57

App renamed from StickerPaster to NoteFlex. Collapse now shrinks the overlay to a slim handle strip instead of leaving a blank area. Everything else from v2 is still there - tabs, bullets, auto save, full screen drag.

Version 2 — Tabs, Bullets, Auto-save, Drag Fix

Choose a tag to compare

@trinnode trinnode released this 09 Jun 18:34

What's new in v2

  • Multiple note tabs — create and switch between several notes with named tabs
  • Bullet mode — toggle bullets on/off; new lines start with a bullet automatically
  • Tab key support — press Tab on your keyboard or use the tab toolbar button to indent
  • Drag fix — overlay can now be dragged to any screen position (left, right, top, bottom)
  • Auto-save — DataStore-backed persistence saves all notes automatically after a brief pause
  • Collapse/expand — tap the handle bar to collapse the overlay into a slim tab strip; tap again to expand
  • Improved reliability — gesture conflict resolved between drag and tap on the handle bar