fellaz, unfortunately, i left building for arm-v7, the app is arm64 only due to the dependencies i use
🔥9👍3
Bruh, Android's built-in MediaMetadataRetriever extracts framerate only from mp4, but for mkv it requires another dependency which is 10mb size, package size will increase to 35mbs, lemme know if you want this lol
Project Material
Bruh, Android's built-in MediaMetadataRetriever extracts framerate only from mp4, but for mkv it requires another dependency which is 10mb size, package size will increase to 35mbs, lemme know if you want this lol
including that if I'll use third-party dependency it'll extract covers from mkv files
Project Material
and for mkv
Error appears cause built-in MediaMetadataRetriever cannot retrieve any info from matroska/mkv
Project Material
Bruh, Android's built-in MediaMetadataRetriever extracts framerate only from mp4, but for mkv it requires another dependency which is 10mb size, package size will increase to 35mbs, lemme know if you want this lol
including that package shrinking breaks the app completely, so it'll be built with original classes left
app-debug-alpha04.apk
24.7 MB
#Videos
What's new •
– Some minor optimizations (code-related):
— Unfavorited videos now disappear automatically from the Favorites tab, reentering is no longer needed.
- Thumbnails now retrieve embedded "cover.*extension*" of the MKV files.
- Fixed edge-to-edge mode in the "Folder Videos" activity.
- New video file info bottom sheet dialog.
— I forgor
Minor issues
After installing the app for the first time, videos wont appear.
Temporary issue solver: Issue equires force closing the app.
App Info
Version: 1.0.0
Status: Alpha04
Minimum SDK Version: 31+
Source on GitHub: Soon
What's new •
– Some minor optimizations (code-related):
— Unfavorited videos now disappear automatically from the Favorites tab, reentering is no longer needed.
- Thumbnails now retrieve embedded "cover.*extension*" of the MKV files.
- Fixed edge-to-edge mode in the "Folder Videos" activity.
- New video file info bottom sheet dialog.
— I forgor
Minor issues
After installing the app for the first time, videos wont appear.
Temporary issue solver: Issue equires force closing the app.
App Info
Version: 1.0.0
Status: Alpha04
Minimum SDK Version: 31+
Source on GitHub: Soon
🔥6
Project Material
app-debug-alpha04.apk
For those who want to add their own language into the app, I'll provide an xml, all you need to do is to add a suffix with your language and region (country).
Translate everything that is inside of the
<string name="don't touch this">your translation</string>
Example:
strings-serbian-serbia.xml
Translate everything that is inside of the
<string name="don't touch this">your translation</string>
Example:
strings-serbian-serbia.xml
❤3🔥1
Project Material
For those who want to add their own language into the app, I'll provide an xml, all you need to do is to add a suffix with your language and region (country). Translate everything that is inside of the <string name="don't touch this">your translation</string>…
strings.xml
4.6 KB
Note that its not a final result of strings, so expect untranslated lines in the future
❤3