0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Removed unused method. More... over 13 years ago
- Cosmetic fix. More... over 13 years ago
- Trim the description before replacing \n with <br/>. This fixes descriptions which contained nothing but newlines and whitespaces More... over 13 years ago
- Fixed a newly introduced refactoring bug where all the comments got the same date as the first one. More... over 13 years ago
bumped version More... over 13 years ago
Merge branch 'master' of github.com:denravonska/iglaset More... over 13 years ago
- Alternative ratings/comment count layout. - Renamed the "number of ratings star" and made it brighter. More... over 13 years ago
Merge branch 'master' of github.com:denravonska/iglaset More... over 13 years ago
- Wrap the drink image inside a RelativeLayout. This fixes the vertical alignment issue (known problem with RelativeLayout+include) on hdpi screens. More... over 13 years ago
- Ellipsize long drink names instead of cutting them off. More... over 13 years ago
- Added an icon to the tag search row to make it more obvious that clicking the row will execute the search. More... over 13 years ago
- Updated the number of scanned barcodes More... over 13 years ago
- Added icons for showing rate/comment counts (forgot them in the previous commit) More... over 13 years ago
Merge branch 'master' of github.com:denravonska/iglaset More... over 13 years ago
- Updated release notes. More... over 13 years ago
- Show drink comment/rating count in search- and detailed view. This closes #11 and #12 More... over 13 years ago
- Removed obsolete layout file More... over 13 years ago
Merge branch 'master' of github.com:denravonska/iglaset More... over 13 years ago
Merge branch 'master' of git://github.com/denravonska/iglaset More... over 13 years ago
upped version More... over 13 years ago
- Fixed position of the "has rated" icon. More... over 13 years ago
- Updated README More... over 13 years ago
- Greatly reduced the number of layouts in the drink_detail.xml view More... over 13 years ago
- Apparently the user_rating field can be empty. This fixes a number format exception. More... over 13 years ago
- Removed unused drawables More... over 13 years ago
- Use the standard list style so the colors fit with the phone's theme. More... over 13 years ago
- Fixed one missing parsing refactoring. Use result and not TextBuffer since the latter is not stripped of its newlines. More... over 13 years ago
Merge branch 'master' of github.com:denravonska/iglaset More... over 13 years ago
- Check the parsed drink and offer to retry if the parsing failed (returned drink is null or communication failure). This closes #27 which I think was due to misparsing or a data connection failure. More... over 13 years ago
- Clear mCurrentDrink after parsing. More... over 13 years ago