-
Notifications
You must be signed in to change notification settings - Fork 2
Changelog
Fumler edited this page Dec 18, 2012
·
22 revisions
December 18th (18/12/12)
- Added some javadoc. (documentation)
- Fixed bug where several instances of GuideActivity could get created.
- Fixed bug where several instances of MainActivity could get created.
- Removed Help from Guide. (bugfix)
- Major revamp of Gallery:
- Image loading now runs on separate thread for performance improvement. (enhancement)
- Newly taken picture should now display right if progress pic is taken while in gallery. (bugfix)
- Many minor changes and bugfixes. (enhancement/bugfix)
- Minor tweaks to behavior of gallery image selection. (enhancement)
- Style updated so gallery now looks like the other pages. (enhancement)
- Minor tweaks to behavior of image capture. (enhancement)
- Minor improvements to menu. (enhancement)
- Fixed: Bug regarding calculating fails fixed.
- Log Workout finished
- Custom three state checkboxes created from using a button with three states.
- Button on each exercise for taking progress video
- Let's the user save the workout
- Minor tweaks to strings to enable localization
December 17th (17/12/12)
- Image capture implemented, working as intended. (feature)
- Video capture implemented, currently cannot be used (no button for it), but should work as intended. (feature)
- Fixed gallery so it sorts pictures from newest to oldest. (bugfix)
- Fixed gallery so selected pic is shown correctly. (bugfix)
- Locked orientation for the app. (enhancement)
- Settings now completely refactored and fully working. This includes resetting data, changing weight measurement unit, changing individual exercise weight numbers and set numbers.
- Guide is up and running. Simplified video links.
- Calculator: Added function to reset exercises to default (enhancement)
- Added shortnames to exercises (enhancement)
December 16th (16/12/12)
- Gallery now allows addition of user-selected images. (bugfix)
- Gallery no longer continuously grows heap. (bugfix)
- Gallery now remembers what picture the user had selected until activity is finalized (should only be when app is killed). (enhancement)
- Guide pages introduced, still need lots of work. (app architecture)
- Updated some permissions (connectivity-related).
- Rework of color palette. Wider usage of styles.
- Calculator: Added internal conversion between metric and imperial units.
- Exercise: now able to retrieve all logged weigths
- Major refactoring of settings.
- Polish log workout.
- Added picture-button.
- Started adding content to guide. Changed to styles.
- Guides no longer bugs out on last tab.
- Minor bugfixes.
- Obtained precious reddit karma.
December 12th (12/12/12)
- Added picture gallery for progress pics. Displays last 10 progress pics, and user can select images to replace the pre-loaded ones.
- Minor tweaks to video capture code.
- Started work on settings page.
- Stats page is coming along nicely, graphview still needs to be implemented.
December 10th (10/12/2012)
- Improved video capture code.
Nowember 23rd (23/11/2012)
- Removed some excess code to make things more readable.
- Added "HOWTO"-commenting in calculator for easy interfacing.
- Feature: Calculator allows for deleting exercises.
- Feature: Calculator allows for adding exercises.
Nowember 22nd (22/11/2012)
- Changed/simplified the way the rest of the app interacts with exercises. Removed some ugly hacks.
- Cleaned up some scoping issues.
- Fixed some bugs regarding logging progression. Should log correctly now.
- Fixed some minor performance issues.
November 16th (16/11/2012)
- Massive refurbush of calculator. Should be much more robust.
- Calculating deloads more accurate.
- Calculating deloads should no longer crash if the user hasn't logged any sessions on any particular exercise.
November 15th (15/11/2012)
- Made help dialogs unique to the fragment the user is currently viewing.
November 14th (14/11/2012)
- Added help dialog, currently does nothing and has no content.
- Music button now opens default music player.
October 31st
- Added project! Swiping between fragments, gradients, splash screen and more!
- Set up class structure.
- Created MediaCaptureActivity, which allows capturing pictures and video. Does not work yet, as it depends on other in-progress classes, but should be 98% complete.
- Wiki pages created, but currently lack content.