https://github.com/cldellow/ballero
https://github.com/cldellow/ballero
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cldellow/ballero
- Owner: cldellow
- Created: 2011-10-15T22:40:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-15T20:18:34.000Z (over 14 years ago)
- Last Synced: 2025-03-11T13:03:51.237Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.18 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
An Android app that plays with Ravelry.com's APIs.
Beta 0.1:
- find LYS, plot on Google map with links to web sites, phone #s and twitter feeds
- authenticate user with Ravelry
- display your needle collection
- display summary of your queued/in-progress projects with photos
Beta 0.2:
- fix crash bugs in serialization for LYS finder, projects
- display crochet hooks on needles page
- can remove your account from Ballero by long-pressing on your name
- back from projects page is faster and remembers where you were
Beta 0.3:
- faster loading of projects page
- UI polish! pages are useful now!
- stash list
- photo viewer
Beta 0.4:
- edit project details: notes, made for, started/completed date, progress, happiness
Beta 0.5:
- filter by tags in projects list; click on tag in project view to see other projects with that tag
- sort projects/queued projects in projects list
0.6:
- Android market release
0.7:
- Remove requirement of touchscreen + network-based location
- Fix crash bug when clicking images in projects/patterns
- Add yarn stash
- Improve queue download
- Be less knit centric ("admiring your knitting" vs "admiring your handiwork")
GitHub's heuristics to the contrary, the app is written in Scala, not Java.
Thanks to the folks who made useful libraries with permissive licenses:
- Cyril Mottier's GreenDroid UI library
- Android-MapViewBalloons, by readyState Software
- Doug Crockford's reference JSON implementation
- Ben Biddington's OAuth.Coriander
- Henrik Gustafsson's PredicateLayout