Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes to RoboDemo #8

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Small fixes to RoboDemo #8

wants to merge 12 commits into from

Commits on Feb 5, 2014

  1. Fixed Never show again" not visible in android 2.x

    Android 2.x had some styling problems with same color text and
    background.
    
    Changed referenced R.java in sample to compile.
    
    Added Android annotation suppress lint.
    ericharlow committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    6bd23b8 View commit details
    Browse the repository at this point in the history
  2. Fixed "Never show again" not visible in android 2.x

    Android 2.x had some styling problems with same color text and
    background.
    
    Changed referenced R.java in sample in order to compile.
    
    Added Android annotation suppress lint.
    ericharlow committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    03f6e0f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Added Fragment Support

    Added Fragment Support so that activities that use a super class other
    than Activity itself are supported.
    ericharlow committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    39e5a71 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Added custom xml namespace for DrawView

    No longer need to subclass and implement getDrawViewAdapter(). Simply
    create a xml layout with a DrawView. See the sample project as a how to
    reference.
    
    Added a couple goodies for a new feature to come. :)
    ericharlow committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    55dddc8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ericharlow committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    5d1fdb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Added walkthrough ability

    In the DrawView xml set the attribute handlerType to TouchHandler.
    
    Made LabeledPoint a little easier to use with updated constructors.
    
    Demonstrate using TouchHandler in sample.
    ericharlow committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    8f58652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a499fb9 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ericharlow committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    2f4ed7e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Updated internal state management

    When that back button is called on the DemoFragment the fragment runs
    through the same process as the okay button finishing the walkthrough.
    
    Added a new LabeledPoint constructor for ease of use.
    ericharlow committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    133cf05 View commit details
    Browse the repository at this point in the history
  2. Updated Internal State Management

    When that back button is called on the DemoFragment the fragment runs
    through the same process as the okay button finishing the walkthrough.
    
    Added a new LabeledPoint constructor for ease of use.
    
    Updated the lib jar.
    ericharlow committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    e0530e4 View commit details
    Browse the repository at this point in the history
  3. Added a TouchAnimationHandler

    Added the ability to have a touch driven animation handler through the
    use of TouchAnimationHandler in DrawView.
    ericharlow committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    623b24e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

  1. Added Autosize Drawable

    By convention the drawable will be auto sized to the view's dimensions.
    Using a ShapeDrawable for it's flexibility on size changes.
    
    Added convenience method for UI testing.
    ericharlow committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    e77e72d View commit details
    Browse the repository at this point in the history