0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 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
- Added missing Javadoc comment. More... over 13 years ago
- Removed onBackPressed since that does not exist in pre-2.0. Instead, clear the orphan barcode when the start activity resumes. This also removes the need to clear it in the application startup. More... over 13 years ago
- Prepared for 1.4.1 More... over 13 years ago
Merge branch 'master' of github.com:denravonska/iglaset More... over 13 years ago
Merge branch 'master' of github.com:johannilsson/iglaset More... over 13 years ago
Merge branch 'master' of github.com:johannilsson/iglaset More... over 13 years ago
Added highres icon More... over 13 years ago
Bumped version More... over 13 years ago
- Slight alteration of comment rows look since the date tended to move depending on the nick length. This also removes one Layout entry per comment. More... over 13 years ago
- Added the start of a very, very rudimentary MultiHashMap. More... over 13 years ago
- Made the Tag class parcelable. More... over 13 years ago
- Extracted VolumeAdapter to its own file. More... over 13 years ago
- Readded layout weight. It's needed for when we don't receive any search results. More... over 13 years ago
- Updated the number of barcodes in the database. More... over 13 years ago
- Force layout after adding the footer view. This seems to fix the problem with an out-of-control footer layout when scrolling to the bottom fast. More... over 13 years ago
- Removed layout weight as it is no longer needed. More... over 13 years ago
Merge branch 'master' of github.com:denravonska/iglaset More... over 13 years ago
- Fixed an issue where old search result would be removed from lists when new arrived. More... over 13 years ago
- Call super.onBackPressed instead of finish() More... over 13 years ago
- Changed log tags from TAG="<classname>" to TAG=<classname>.class.getSimpleName(). This will enable automatic tag rename if the classes are refactor-renamed in the future. More... over 13 years ago
- Removed unused log tag. More... over 13 years ago
Fixed barcode search when not logged in. More... over 13 years ago
- Merged drink task execution calls to one common method. More... over 13 years ago
- Fix for a newly introduced crash which would occur if the phone is rotated while a search is still working. More... over 13 years ago
- Minor cleanup. More... over 13 years ago
- Switched back to left-aligned text and added 5dip padding. More... over 13 years ago
- pngcrush images. This should reduce the footprint a bit. More... over 13 years ago
- Cleaned up XML files. More... over 13 years ago
- Hide the orphan barcode layout by default. More... over 13 years ago
- Removed the orphan barcode dialog in favor of a much less intrusive bar at the bottom of the screen. More... over 13 years ago