Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 app 2022-01-11 ctusernet [r1]
 gradle 2022-01-11 ctusernet [r1]
 .gitignore 2022-01-11 ctusernet [r1]
 Lyrimer.iml 2022-01-11 ctusernet [r1]
 Readme.txt 2022-01-11 ctusernet [r1]
 UFDL.txt 2022-01-11 ctusernet [r1]
 UFOSL.txt 2022-01-11 ctusernet [r1]
 build.gradle 2022-01-11 ctusernet [r1]
 settings.gradle 2022-01-11 ctusernet [r1]

Read Me

Requirements:
-------------

  - Android 1.6? (Tested with 2.3.6)
  - Music files located in external storage / memory card in folder /Music
    Note the capital 'M'. Otherwise, the file browser will not recognize them.

Getting started:
----------------

  Main buttons: These are below the song position seek bar:
    - Play / pause
    - Time display
    - Undo
    - Choosen color, used for coloring.
    - Open menu for more options

Pending features / To-do list:
------------------------------

 - Search (file manager)
 - Search for text
 - "Overwrite" pasting
 - group lyric block... for adjusting time of multiple items at once

Legal stuff:
------------

 - You can use this software under the terms of the User-friendly Open source
   License Version 1.01, published by Jan Vorel;
 - You can redistribute the official software packages under the terms of the
   User-friendly Distribution License Version 2.00, published by Jan Vorel.

Used Version/libraries:
-----------------------

 - AndroidSVG v1.2.1
   http://bigbadaboom.github.io/androidsvg/
   AndroidSVG is licensed under the Apache License v2.0.

Permissions:
------------

 - Storage: modify/delete USB storage contents
   Allowes to delete songs, creation of .nomedia file for the music folder...

Thanks:
-------

 - AndroidStudio
 - Basic4Android, the community etc

Changelog:
----------

 1.00 beta 2:
   This version is completely rewritten in / ported to AndroidStudio; There are
   still some features missing, but also some new ones. Here is just a short
   list of improvements:
   - Faster file browser tree view (now list-view / adapter based)
   - Context menu buttons on popuplists (previously: long-click) which allowes
     to 'select' multiple items;
   - Color palette creation now runs in a background thread. Not only shows the
     dialog faster... the loading progress is now so fast it wouldn't require a
     thread at all... is the background thread faster than the UI thread? :)
   - Sort by Alphabet: working
   - Lyric list is not adapter based; This adapter manages most of the editing
     features / events.
   - You can now overwrite multiple text lines at once (most usefull when list
     is sorted by alphabet.
   - Coloring by range (previously: all following [with same color] only);
   - Lot's of metatags handled / shown with icon in lyric lists
   - Some icons tweaked

 1.00 beta 1:
   Initial release