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
    - Resort by timestamps
    - Choosen color, used for coloring.
    - Switch between lyric editing and time tuning mode
    - Save

  Lyric list - regular editing mode:
    - Color indicator. click to change to the color chosen by the main button
      color chooser. LongClick will change all following lyric lines.
    - Set timestamp
    - Vertical progress indicator (small bar just left of the timestamp itself.
    - Timestamp (click to seek playback to that position)
    - Lyrics (click to seek playback to that position) / meta text
    - Edit button (Allowes to edit the lyric line / meta text)
    - More edit options:
       - Add lyric line
       - Add meta line
       - Cut (LongClick to select multiple items to be cutted)
       - Copy (LongClick to select multiple items to be copied)
       - Paste
       - Delete (LongClick to select multiple items to be deleted)

  Lyric list - time tuning mode:
    - Decrease timestamp by 300ms
    - Decrease timestamp by 100ms
    - Vertical progress indicator (small bar just left of the timestamp itself.
    - Timestamp (click to seek playback to that position)
    - Lyrics (click to seek playback to that position) / meta text
    - Increase timestamp by 100ms
    - Increase timestamp by 300ms

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

 - Search (file manager)
 - Sort alphabetically (for occurences check) and / or
 - Search for text
 - Ask if replacing text that occurs multiple times
 - "Overwrite" pasting

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:
-----------------------

 - Basic4Android     4.00
 - BroadcastReceiver ?.00 - Sends and receives Broadcasts in the Android
                            Operating System. (by XverhelstX - Tomas Verhelst)
                            "NOTE: I FORGOT TO CHANGE THE VERSION OF
                            BROADCASTRECEIVER TO 2.0 IN THE IDE. SO THE IDE
                            MIGHT SAY VERSION 1.0 IN THE LIBRARY TAB"
 - Core              4.01 - Part of Basic4Android
 - id                1.00 - inputlist without radio controls (by Maximus /
                            thedesolatesoul ?)
 - IME               1.05 - Part of Basic4Android
 - Phone             2.26 - Part of Basic4Android
 - Reflection        2.40 - Part of Basic4Android
 - SVG               1.50 - Scalable Vector Graphics renderer (by Agraham -
                            Andrew Graham)

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

 - Storage: modify/delete USB storage contents
   Allowes to delete songs, creation of .nomedia file for the music folder...
 - Phone calls: Read phone status and ID
   Allowes to detect calls and stop playback

By default some libraries want additional privileges, but these were disabled as
they should not be needed by Calaym.

Thanks:
-------

 - Basic4Android, the community etc

Changelog:
----------
 
 1.00 beta 1:
   Initial release
