Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dinocore1/DevsmartLib-Android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alinium/DevsmartLib-Android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 3, 2011

  1. Added .gitignore to ignore generated folders.

    inazaruk committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    998cb98 View commit details
    Browse the repository at this point in the history
  2. Converted project to use newest sdk/adt.

    inazaruk committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    ec18017 View commit details
    Browse the repository at this point in the history
  3. 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 committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    65d6826 View commit details
    Browse the repository at this point in the history
  4. Updated HorizontalViewList example to demo support for "wrap_content" in

    layout_height attribute.
    inazaruk committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    599e73c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2013

  1. Configuration menu
    Copy the full SHA
    aeedad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ea7f0 View commit details
    Browse the repository at this point in the history
  3. 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
    alinium committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    18df54a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bd8386 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6393be4 View commit details
    Browse the repository at this point in the history
  6. Exposing maxScroll

    alinium committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    4d24a1e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2013

  1. 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.
    alinium committed Feb 17, 2013
    Configuration menu
    Copy the full SHA
    abd3d0d View commit details
    Browse the repository at this point in the history
Loading