
**********
**********
**********
TODO:
    - Implement a database (Moves project to Beta v1.00)
        - Create 2 tables
            - 1st is List, one attribute is ListID(PK)
            - 2nd is Item, 2 primary keys per entry (ItemID, ListID(FK)), and attributes as Price, Servings, Calories, and Carbs
        - Have Tab1 create a List entity
        - Have Tab2 create Item entities with the correct ListID
        - Have Tab3 display all Lists, with the current selected List at the top
    - Finalize the app (Moves project to Final/Release/Something meaning it isn't beta/v1.00)
        - All functionality is functional
        - App is easy to understand for new users
        - Visuals and audio are high quality
**********
**********
**********
$VERSION_NAME v$VERSION_NUMBER $DATE_STARTED - $DATE_FINISHED
**********
**********
**********
Beta v0.08 2016/01/06 - 2016/01/06
    - Make the keyboard lower after adding a list or item
Beta v0.07 2015/12/31 - 2016/01/03
    - Changed names of tables and columns on DB
    - Deleted tab 3, moved list of Lists to tab1 and selected list to tab2
    - Always open on tab1
    - Created List and ListInfo
    - Finished DALIH, added methods for List
    - Basically re-did the entire thing
Aplha v0.06 2014/12/29 - Unfinished
    - Created Data to hold dalih for all tabs
    - Added Data to application in manifest
    - Brought DALIH to life (with insert, delete, and get methods)
    - Started preparing a toggle button on tab2 in case I add measuring by weight
    - Got tab2 to work with DALIH
Alpha v0.05 2014/12/24 - 2014/12/29 Uploaded as Version 1(0.05)
    - Transfer project to Android Studio 1.0
    - Add @string version_name
    - Change @string my_version_number to version_number in all files
    - Created DALIH
    - Changed to circle icon
Alpha v0.04 2014/10/16 - 2014/10/16
    - Change carbs to return to double in edit text
Alpha v0.03 2014/10/13 - 2014/10/13
    - EditTexts adjust height if one grows
Alpha v0.02 2014/10/07 - 2014/10/13
    - ListItem entries editable
    - Tab2 text edits need not be able to enter only a "."
    - Add percentages
    - Fix button text being displaced
    - All Tab2 ListItem information is on its own line
    - Renamed BETA TEST LIST to Unsaved Test LIst
Alpha v0.01
    - Added ScrollView around tab2's ListITemLayout
Alpha v0.00
    Designed entire app, got tab 2 "working"
    - Now working on bringing to the app store
        - Tab2 needs to be able to scroll
            - v0.01
        - Tab2 needs ListItems to be editable
        - Tab2 needs to have color codes, or to display a % of carb/calorie (in addition to color)