Releases: rin-code-dev/Edit-RiN
Release list
Edit:RiN v2.0.2
Edit:RiN v2.0.2
- Tighten Editor Line Number Gutter Width: Drastically compressed excessive line number margins and folding space, reclaiming over 30dp of valuable horizontal screen real estate for code on mobile devices.
- Inline Color Picker:
- Code editor now displays soft background color highlights behind hex color codes (e.g.
"#ff0055","#BA90E2") for instant visual feedback. - Interactive accessory bar color key dynamically turns into an active color swatch when cursor is on or near any color, or provides a palette button to insert new colors.
- Full-featured Material 3 Color Picker dialog supporting HSV (Hue, Saturation, Value), RGB (Red, Green, Blue), Opacity/Alpha, direct Hex input with auto-formatting, and curated designer color presets.
- Code editor now displays soft background color highlights behind hex color codes (e.g.
- Internationalization: Full localization across Japanese, English, and Simplified Chinese for all color controls.
Includes the signed Android APK, complete source ZIP, and SHA-256 checksums.
Edit:RiN v2.0.1
Edit:RiN v2.0.1
- Introduce Snapshots (Checkpoints): Quick-save intentional code states with one tap right from the editor, compare diffs, and restore full multi-file projects and parameters anytime.
- Storage Optimization: Drastically reduce
works.jsonsize and eliminate work switching delays by isolating snapshots into dedicated storage and pruning legacy revision bloat. - Landscape Customization: Add setting to swap left/right placement of the editor and preview in landscape mode, with matching parameter sheets and unified toolbar button styling.
- Editor Customization: Add setting to toggle between soft word-wrapping and single-line display with horizontal scrolling.
- Experimental Multi-file Shaders & Physics: Support editing supporting
.fragand.vertshader files alongside JavaScript, with bundled Matter.js 2D physics engine. - Complete full internationalization audit across all preview controls, editor options, and system alerts.
Includes the signed Android APK, complete source ZIP, and SHA-256 checksums.
Edit:RiN v2.0.0
Edit:RiN v2.0.0
- Introduce Share Cards: Generate sleek, social-ready shareable image cards featuring live sketch preview snapshots, optional customizable code snippets, and QR codes that run instantly on the Web Player.
- Introduce Web Player: Run and play shared sketches directly in any web browser without server storage, powered by client-side URL fragment decompression.
- Fix MIME type handling when sharing captured images and recordings directly to X (Twitter).
- Fix Jetpack Compose crash on large sketches by capping custom accessibility actions.
- Redesign User Guide with modern theme cards, interactive code snippet copying, and comprehensive Japanese, English, and Simplified Chinese translations.
- Complete full internationalization across all Share Card configuration dialogues and preview controls.
Includes the signed Android APK, complete source ZIP, and SHA-256 checksums.
Edit:RiN v1.1.0
Edit:RiN v1.1.0
- Expand Live Parameters to support boolean toggle switches declared with
// @rin boolean. - Add interactive
Soundsynthesizer sample work utilizingp5.soundwith audio-reactive circular FFT visualizer. - Add
Parametersgenerative art showcase work demonstrating real-time numeric, color, and boolean live parameter adjustments. - Remove legacy
Axisanddvdsamples and standardize sample comments in English. - Modularize and optimize editor UI dialogs and components.
- Add works folder onboarding prompt when launching without an active storage folder.
- Add update prompt and Settings action to import new official sample works into existing work folders.
- Default
Gravity,Parameters, andSoundsamples to p5.js 1.11.5 and auto-repair existingGravityworks. - Fix audio oscillator frequency calculation in the
Soundsample sketch.
Includes the signed Android APK, complete source ZIP, and SHA-256 checksums.
Edit:RiN v1.0.9
Edit:RiN v1.0.9
- Complete names declared in the current work's JavaScript files, with the current file first.
- Defer full-document highlighting, folding and project symbol scans during continuous typing in large works.
- Add per-work live numeric and color parameters declared in JavaScript comments, with saved values and backup support.
- Add an in-app user guide for the complete workflow in English, Japanese and Simplified Chinese.
Includes the signed Android APK, complete source ZIP, and SHA-256 checksums.
Edit:RiN v1.0.8
- Add offline p5.brush support with per-work selection and backup support.
- Add a Custom theme with adjustable background and accent colors.
- Open Work settings from the toolbar to manage files, assets, and runtime options.
- Search across all JavaScript files in a work and jump to matching code.
- Jump from console errors to the corresponding JavaScript file and line.
- Fold and unfold multiline JavaScript blocks in the editor.
- Improve editor responsiveness, transitions, and support for high-refresh-rate displays.
- Reduce memory use when importing assets and improve saving and restoring works.
- Fix JavaScript tabs after restoring works and support reloading locally saved works.
Edit:RiN v1.0.7
Changes
- Add an About section for app information, update checks, developer links and optional support.
- Remove favorites from the work-selection gallery for a cleaner interface.
- Improve recording transfer memory use, recording settings, progress and saved-media sharing.
- Improve layouts for landscape and larger text, and limit thumbnail caches.
- Share the latest recording with X using a distinct validated attachment.
Edit:RiN v1.0.6
1.0.6 — 2026-09-13
- Improve MP4/GIF recording and add configurable capture and sharing options.
- Add the corrected monochrome
/R\_icon and ensure X shares the latest recording.
Edit:RiN 1.0.5
Changes
- Browse works in a thumbnail gallery with search, sorting and favorites.
- Edit multiple JavaScript files using tabs.
- Export and import individual works with their assets and runtime settings.
- Preview assets and insert loading code into the editor.
- View changes before restoring a saved revision.
- Resize the console and see parameter hints for p5.js code completion.
- Improve landscape layouts and responsiveness.
Download the APK to install, or the source ZIP to build locally. See README.txt for instructions.
Edit:RiN 1.0.4
-
Migrate to Gradle 9.5.0 and Android Gradle Plugin 9.3.2 with built-in Kotlin and Compose compiler 2.2.10.
-
Update license generation for Gradle 9's Groovy XML package.
-
Unify settings and work panels with the editor's outlined surfaces and compact headers.
-
Add category navigation in portrait settings and adapt wide layouts to available width and font size.
-
Keep work-setting dialog content scrollable with visible actions and explicit theme colors.
-
Adapt runtime selection, asset management, and account import to short screens and larger text.