Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
3c31ab7
Added Travis configuration.
dalinaum Jan 15, 2014
4bfea56
Merge pull request #21 from GDG-Korea/travis
dalinaum Jan 15, 2014
124b332
Added Travis Status to README.md
dalinaum Jan 15, 2014
37ba51a
modified README.md.
dalinaum Jan 15, 2014
a9ee9c2
Merge pull request #22 from dalinaum/master
dalinaum Jan 15, 2014
dbb6554
Displayed a sample image properly.
dalinaum Feb 5, 2014
a8bd232
add OnLoadMoreListener, Rich sample, Fixed can't Refresh in MultiColu…
StateGrace Apr 8, 2014
5c8f51e
edit pom.xml for lastest version maven
destinyd Jun 23, 2014
a15bdc1
Migrated to gradle
juyeong Jul 18, 2014
3b2d781
Save and restore view instance state
juyeong Jul 15, 2014
0056942
Delete PullToRefresh ListView
juyeong Jul 15, 2014
e3a51c1
fix NullPointerException
juyeong May 23, 2014
92cd70e
add content background colour
juyeong May 23, 2014
67084af
Fix not restored exact item position which next to first item
juyeong Jul 18, 2014
a6d5d44
Merge branch 'view_instance_state'
juyeong Jul 18, 2014
e584bcc
fixed crashed during onSaveInstanceState and it's restoring
Jul 22, 2014
e42684e
prevent NullPointerException in removeFooterView method
kai4th Jul 23, 2014
b30462c
set column padding left and right in code
mzule Oct 29, 2014
55a55df
Ad-hoc patch for a removed method initializeScrollbars
dalinaum Feb 7, 2015
90c6f9e
Remove unneccessary pom.xmls.
dalinaum Feb 7, 2015
f81e4b5
Update grade version, wrapper version, target API level.
dalinaum Feb 7, 2015
49d1039
Remove pom.xml file again.
dalinaum Feb 7, 2015
e759cb2
Update build tool, emulator and test all branches using Travis-ci
dalinaum Feb 7, 2015
9b4153c
Disable lint options to pass Travis-ci temporarily
dalinaum Feb 7, 2015
de3871e
update AUTHORS.md
dalinaum Feb 7, 2015
6d1c051
Merge pull request #28 from destinyd/patch-1
dalinaum Feb 7, 2015
c5c1942
Merge branch 'vingle' of https://github.com/dalinaum/PinterestLikeAda…
dalinaum Feb 7, 2015
7d7a3d7
Merge branch 'dalinaum-vingle'
dalinaum Feb 7, 2015
3b760ef
Ignored Intellij project files
dalinaum Feb 7, 2015
ac10af7
Remove 'import this library with Eclipse'
dalinaum Feb 7, 2015
a518831
Merge branch 'master' of https://github.com/StateGrace/PinterestLikeA…
dalinaum Feb 7, 2015
217389e
Merge branch 'StateGrace-master'
dalinaum Feb 7, 2015
c71d4bb
Merge branch 'master' of https://github.com/mzule/PinterestLikeAdapte…
dalinaum Feb 7, 2015
f26543c
Merge branch 'mzule-master'
dalinaum Feb 7, 2015
a6e3520
Updated AUTHORS.md
dalinaum Feb 7, 2015
ce745f2
Apply Material design.
dalinaum Feb 7, 2015
1ed23cf
Merge pull request #39 from GDG-Korea/lollipop
dalinaum Feb 7, 2015
1fabe55
resize screenshot.
dalinaum Feb 7, 2015
d68d2da
Merge branch 'lollipop'
dalinaum Feb 7, 2015
38875a5
Remove unnecessay TabListener.
dalinaum Feb 10, 2015
e07b4fd
Update README.md Pull to request is unavailable now.
dalinaum Mar 5, 2015
ce6f5ad
add waffle.io badge
waffle-iron Jul 26, 2015
71d4e0c
Merge pull request #43 from waffle-iron/master
dalinaum Jul 26, 2015
29697e2
Update README.md
dalinaum Jul 26, 2015
39c00e1
Update README.md
dalinaum Aug 8, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

20 changes: 7 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
gen/
gen/*
bin/
bin/*
target/
target/*
.settings
tmp/
.gradle
/local.properties
/.idea/workspace.xml
.DS_Store
*.orig
.idea
.jhw-cache
hardcopy.*
local.properties

*.iml
*.ipr
*.iws
build
33 changes: 0 additions & 33 deletions .project

This file was deleted.

22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language:
- android

jdk:
- oraclejdk7

env:
matrix:
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a

android:
components:
- build-tools-21.1.2
- android-21
- sysimg-21

before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- adb wait-for-device
- adb shell input keyevent 82 &
3 changes: 3 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ Keep the list sorted please.
* Chansuk Yang - huewu.yang at gmail.com
* Dane Lipscombe - dane at 77hz.jp
* DongSoo Moon - donxu at naver.com
* Feng Tao - stategrace2013 at gmail.com
* Jason Cao - mzule4j at gmail.com
* Juyeong - juyeong9 at gmail.com
* Leonardo TaeHwan Kim - liger745547 at gmail.com
* Leonardo YongUk Kim - dalinaum at gmail.com
* Thomas Urbanitsch - urbtom at bluesource.at
* Wonsik Sung - kai4th at gmail.com

29 changes: 7 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
PLA(PinterestLikeAdapterView)
[Deprecated] PLA(PinterestLikeAdapterView)
==================================

Open source project in order to implement pinterest like list view on android.
(You can check how pinterest app looks like form below link..)
**Deprecated**: This project is not maintaned anymore. Thanks.

https://play.google.com/store/apps/details?id=com.pinterest&hl=en
[![Build Status](https://travis-ci.org/GDG-Korea/PinterestLikeAdapterView.png?branch=master)](https://travis-ci.org/GDG-Korea/PinterestLikeAdapterView)[![Stories in Ready](https://badge.waffle.io/GDG-Korea/PinterestLikeAdapterView.png?label=ready&title=Ready)](https://waffle.io/GDG-Korea/PinterestLikeAdapterView)

This project is statred based on sony deveoper's blog post 'making your own 3d list'.
Open source project in order to implement pinterest like list view on android. (You can check how [pinterest app](https://play.google.com/store/apps/details?id=com.pinterest) looks like form)

http://developer.sonymobile.com/2010/05/20/android-tutorial-making-your-own-3d-list-part-1/
This project is statred based on Anders Ericson's blog post '[making your own 3d list](http://developer.sonymobile.com/2010/05/20/android-tutorial-making-your-own-3d-list-part-1/)'.

But, currenty it is implemented based on android framework 2.3's list view source.
You can check modified list view sources in internal package.

Not supported Features
---------------

----------------------
* Entry from XML layout.
* Choice Mode & Item Selection.
* Filter
Expand All @@ -30,31 +28,18 @@ This is a screen shot of sample activity.

How to use
-------------
*Import this library with Eclipse*

There's a issue with Eclipse when using `Existing Android Code Into Workspace.` (It' s a known bug with Eclipse.) Use `Existing Projects Into Workspace` instead. It works perfectly.

*To run Sample App.*

1. clone project.

2. run on your android phone.

3. in option menu, you can add items or lunch pull-to-refresh sample.


*To use Pinterest Like Multi Column View.*

1. check this project as library project.

2. MultiColumListView is the view what you need.

*To use pull-to-refresh features.*

1. check this project as library project.

2. MultiColumnPullToRefreshListView class in extra folder is what you need.

Attributes
-----------
* **plaColumnNumber**
Expand Down Expand Up @@ -131,4 +116,4 @@ License
See the License for the specific language governing permissions and
limitations under the License.

[3]: http://cloud.github.com/downloads/huewu/PinterestLikeAdapterView/screenshot.png
[3]: https://raw.github.com/GDG-Korea/PinterestLikeAdapterView/master/screenshot.png
24 changes: 24 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

allprojects {
version = "1.0.3"
group = "com.huewu.pla"

repositories {
jcenter()
}

tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.compilerArgs << "-Xlint:unchecked"
}
}
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Sat Feb 07 22:26:15 KST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip
164 changes: 164 additions & 0 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading