-
Notifications
You must be signed in to change notification settings - Fork 494
Comparing changes
Open a pull request
base repository: dinocore1/DevsmartLib-Android
base: master
head repository: alinium/DevsmartLib-Android
compare: master
- 11 commits
- 8 files changed
- 2 contributors
Commits on Nov 3, 2011
-
Added .gitignore to ignore generated folders.
inazaruk committedNov 3, 2011 Configuration menu - View commit details
-
Copy full SHA for 998cb98 - Browse repository at this point
Copy the full SHA 998cb98View commit details -
Converted project to use newest sdk/adt.
inazaruk committedNov 3, 2011 Configuration menu - View commit details
-
Copy full SHA for ec18017 - Browse repository at this point
Copy the full SHA ec18017View commit details -
Implement correct handling of "wrap_content" for layout_height.
Added two modes for calculating "wrap_contnet" height. Fast mode calculates height of only visible views. Slow mode calculates height of all views in adapter. maximum height of all views that were used in calculation is considered result.
inazaruk committedNov 3, 2011 Configuration menu - View commit details
-
Copy full SHA for 65d6826 - Browse repository at this point
Copy the full SHA 65d6826View commit details -
Updated HorizontalViewList example to demo support for "wrap_content" in
layout_height attribute.
inazaruk committedNov 3, 2011 Configuration menu - View commit details
-
Copy full SHA for 599e73c - Browse repository at this point
Copy the full SHA 599e73cView commit details
Commits on Feb 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for aeedad5 - Browse repository at this point
Copy the full SHA aeedad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ea7f0 - Browse repository at this point
Copy the full SHA 06ea7f0View commit details -
Merge branch inazaruk/android-dev-smart-lib/master into master
Conflicts: demo/.classpath demo/project.properties devsmartlib/.classpath devsmartlib/src/com/devsmart/android/ui/EqualSpaceLayout.java devsmartlib/src/com/devsmart/android/ui/HorizontalListView.java
Configuration menu - View commit details
-
Copy full SHA for 18df54a - Browse repository at this point
Copy the full SHA 18df54aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd8386 - Browse repository at this point
Copy the full SHA 4bd8386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6393be4 - Browse repository at this point
Copy the full SHA 6393be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d24a1e - Browse repository at this point
Copy the full SHA 4d24a1eView commit details
Commits on Feb 17, 2013
-
There is some odd behaviour in the GestureDetector's onScroll() metho…
…d in older versions of Android (like Gingerbread). The scroll positions are erratic (postive and negative values mixed together) even when the user is uniformly scrolling in a single direction. To smoothen this out, I am averaging the last two received x co-ordinates while scrolling. This results in a much smoother scrolling experience on older OS'es and does not adversly effect new OS'es.
Configuration menu - View commit details
-
Copy full SHA for abd3d0d - Browse repository at this point
Copy the full SHA abd3d0dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master