Project Material
?
please, note that i won't turn my app into something that looks like «pixel play»
😁7
app-release.apk
15.6 MB
Another Experimental Build
Changelog
• Fixed a possible memory leak that was occurring when the user selects the same sort criterion/order multiple times, which caused performance stutters.
• Further UI improvements based on M3E.
Changelog
• Fixed a possible memory leak that was occurring when the user selects the same sort criterion/order multiple times, which caused performance stutters.
• Further UI improvements based on M3E.
👍1
Project Material
app-release.apk
I'm thinking of implementing a simple formatter for HTML entities in file and folder names. It would handle unsupported characters by converting them. This might sound too nerdy, but why not?
For example, you generally can't use these symbols in a name: ?, :, *, |, /, \, <, >, "
But if you type their HTML entity (like
So basically:
would be reformatted to:
For example, you generally can't use these symbols in a name: ?, :, *, |, /, \, <, >, "
But if you type their HTML entity (like
? or ?), the formatter would replace it with the corresponding Unicode symbol (e.g., "?").So basically:
[ SHOW NAME ] EPISODE X: NAMEwould be reformatted to:
[ SHOW NAME ] EPISODE X: NAME👍4