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

Conversation

ericharlow
Copy link

Hey I don't use github much, but wanted to get more involved.
I made a couple small changes to your project.
Let me know what you think?

Also I have never used maven and was unsure of how to update the apklib.

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.
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.
Added Fragment Support so that activities that use a super class other
than Activity itself are supported.
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. :)
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.
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.
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.
Added the ability to have a touch driven animation handler through the
use of TouchAnimationHandler in DrawView.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant