0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverted new ImageLoader library since it did more harm than good. More... over 13 years ago
Upped version More... over 13 years ago
- Added ImageLoader to class path. More... over 13 years ago
- Added ImageLoader to class path. More... over 13 years ago
Merge branch 'master' into SearchSorting More... over 13 years ago
- Removed ImageLoader in favor of the libs-for-android version. More... over 13 years ago
- Register the ImageLoader as a system service. More... over 13 years ago
- Added ImageLoader library. More... over 13 years ago
- First draft of the search sorting support. More... over 13 years ago
- First draft of the search sorting support. More... over 13 years ago
- Updated release notes. More... over 13 years ago
- Added sort options to searches. Not possible to configure from the UI yet. More... over 13 years ago
- Changed singleton instantiation to use singleton holders. This fixes a FindBugs warning about thread safety. More... over 13 years ago
- Moved drink detail widget updating to DrinkViewHolder. This allows us to make changes to how the drinks are displayed in one place. The rating is the exception though since it's handled differently in DrinkDetail and SearchResult. More... over 13 years ago
- Removed test code. More... over 13 years ago
- Show the user's estimated rating instead of the average rating if available. More... over 13 years ago
- Renamed Drink.mRating -> Drink.mAverageRating since that's what it is. - Parse the user rating estimation if available. More... over 13 years ago
- Updated version notes. More... over 13 years ago
- ListUtils now uses the HasKey interface to convert an ArrayList to MultiHashMap. More... over 13 years ago
- Tag now uses the HasKey interface. More... over 13 years ago
- Added HasKey interface to make the conversions from ArrayList to MultiHashMap a little cleaner and more controlled. More... over 13 years ago
- Tags in DrinkDetail are now clickable. This closes #13 More... over 13 years ago
- Use MultiHashMap and ListUtils. More... over 13 years ago
- First draft of converting an ArrayList<X> to MultiMap<Y, X> where Y comes from a method call in X. More... over 13 years ago
- MultiHashMap now has a member map instead of deriving from HashMap since the semantics of a MultiMap differs slightly from a HashMap. More... over 13 years ago
- Added missing Tag creator. More... over 13 years ago
- Always hide the keyboard when entering the start screen. More... over 13 years ago
- Updated changelog. More... over 13 years ago
- Simplified createInformationString a bit. Also, added the missing Manufacturer information. More... over 13 years ago
- Clone the date when getting/setting to avoid using references when we do not want to. More... over 13 years ago