This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
Releases: HackIllinois/android-2017
Releases · HackIllinois/android-2017
v1.1.10
v1.1.10 (2018-02-23)
Merged pull requests:
- Force the countdown to sync and minor design fixups #132 (kevinhinterlong)
v1.1.9
v1.1.9 (2018-02-23)
Fixed bugs:
- Countdown should tick instead of constantly change #84
Merged pull requests:
- Invalidate Homeclock views when resuming #131 (kevinhinterlong)
- Fix NPE on Resume and Cleanup Recruiter Utils #130 (kevinhinterlong)
- Completely Redo HomeClock #129 (kevinhinterlong)
- Add Recruiter Utils Page to Profile #128 (kevinhinterlong)
v1.1.8
v1.1.8 (2018-02-22)
Fixed bugs:
- Primary colors must be opaque #125
- NPE after resuming from background #124
- NPE after logging out -> logging in -> clicking event #123
Merged pull requests:
- Keep reference to api so it doesn't break after resuming #127 (kevinhinterlong)
- Fix colors to be opaque #126 (kevinhinterlong)
v1.1.7
v1.1.7 (2018-02-21)
Fixed bugs:
- Dietary Restrictions not displayed in the Profile #118
- The HomeClock is not centered completely #116
- Splash Screen automatically foregrounds the activity #115
Merged pull requests:
- PR 121 Fixups - Add admin tools #122 (kevinhinterlong)
- Make the homeclock centered and slightly larger #120 (kevinhinterlong)
- Correctly display dietary information and full user name #119 (kevinhinterlong)
- The splash screen can now only move on if it is in the foreground #117 (kevinhinterlong)
v1.1.6
v1.1.6 (2018-02-20)
Fixed bugs:
- EmptyRecyclerView doesn't always show the empty view #102
- Only have one job for fetching new announcements #101
Closed issues:
- Group Events and Notifications by time #103
- Pull down to refresh animation should use custom animation not default Android animation. #88
- Add QR Code Scanner #63
Merged pull requests:
- Sync the HomeClock countdown and prepare for release #114 (kevinhinterlong)
- Fixups for PR 112 - Add QR Scanner #113 (kevinhinterlong)
- Finalize main design, remove sticky headers, prepare for release #110 (kevinhinterlong)
- Group Events and Announcements by Time #109 (kevinhinterlong)
- Force user to log out when they fail to reauthenticate #108 (kevinhinterlong)
- Add custom refresh view for refreshable pages #107 (kevinhinterlong)
- Resync design with iOS #106 (kevinhinterlong)
- Fix EmptyRecyclerView bug #105 (kevinhinterlong)
- Schedule exactly 1 job for announcements and each event #104 (kevinhinterlong)
v1.1.5
v1.1.5 (2018-02-16)
Closed issues:
- Announcments Background should be white #95
- Rename the ProfileFragment to "Badge" #90
- Add SwipeRefreshLayout on ProfileFragment #82
Merged pull requests:
- Cleaned up Profile Page view #99 (kevinhinterlong)
- Add placeholder view for when lists are empty #98 (kevinhinterlong)
- Fix profile view qrcode resizing bug #97 (kevinhinterlong)
v1.1.4
Fixed bugs:
- Toast from EventInfoDialog has weird background #92
- When the application launches, it should be in immersive mode. Also the bars above and below can be hidden by changing the background. #87
Closed issues:
- Announcments Background should be white #95
- Rename the ProfileFragment to "Badge" #90
- Add SwipeRefreshLayout on ProfileFragment #82
- Link to Open Default Maps App #61
Merged pull requests:
- Design cleanup for Profile, Events, and Announcements #96 (kevinhinterlong)
- Update splash to be immersive and with proper background color #94 (kevinhinterlong)
- Fix white background on toast in EventInfoDialog #93 (kevinhinterlong)
v1.1.3
v1.1.3 (2018-02-15)
Merged pull requests:
- Update Event layouts with map functionality #86 (dl-eric)
- Update icons and screenshots in google play #85 (kevinhinterlong)
Closed issues:
v1.1.2
v1.1.2 (2018-02-15)
Fixed bugs:
- Cleanup timer functionality #79
Closed issues:
- Add Announcement Notifications #65
- Allow User to Star Events #64
- Set up automated releases #36
- Cleanup git history #24
Merged pull requests:
- Rework the HomeClock animation and transitions #83 (kevinhinterlong)
- Add background fetching for notifications #81 (kevinhinterlong)
- Allow events to be starred and create reminder notification #80 (kevinhinterlong)
- Add download links to readme #78 (kevinhinterlong)
v1.1.1
v1.1.1 (2018-02-09)
Fixed bugs:
Closed issues:
- Add a Logout button #73
- Bigger UI buttons #70
- Prepare for New Release #62
- Home Screen Countdown Timer #60
- Differentiate between Hacker/nonHacker accounts #45
- Update Login Activity #37
- Have better handling of fonts #28
- Add functionality to ProfileFragment based on user type #27
- Differentiate Reminders and Announcement in UI #25
- Set up travis-ci #23
- Setup spock for unit testing #22
Merged pull requests:
- Automated Google Play Store releases #77 (kevinhinterlong)
- Prepare for release builds #76 (kevinhinterlong)
- Fix Bug for GitHub User Re-auth #75 (kevinhinterlong)
- Add Logout Button to ProfileFragment #74 (kevinhinterlong)
- Cleanup, More Debugging, and Fix UI Buttons #72 (kevinhinterlong)
- Update readme #71 (kevinhinterlong)
- Cleanup + debugging tools #69 (kevinhinterlong)
- Only allow portrait orientation #68 (kevinhinterlong)
- Countdown animation is working #67 (kevinhinterlong)
- Configure release builds and update app+version info #66 (kevinhinterlong)
- Move api instance to App base and enable caching #58 (kevinhinterlong)
- Fetch and display announcements on notifications page #57 (kevinhinterlong)
- Clean up of scheduling page #56 (kevinhinterlong)
- Add profile activity #55 (kevinhinterlong)
- Schedule and package refactoring #54 (kevinhinterlong)
- Add announcement call to retrofit and cleanup #53 (kevinhinterlong)
- Fix travis #52 (kevinhinterlong)
- Change from activity model to fragment model #51 (dl-eric)
- Fetch events and make detailed event dialog #50 (kevinhinterlong)
- Normal Login Done #49 (Raajesh12)
- Update design for login chooser #48 (kevinhinterlong)
- Correctly route to home/login screen if user is already logged in #47 (kevinhinterlong)
- Add more retrofit calls to the backend #44 (kevinhinterlong)
- Make packages and add normal login flow #43 (kevinhinterlong)
- Lots of cleanup and finished login chooser #42 (kevinhinterlong)
- Add font files #41 (kevinhinterlong)
- Set up most activities #40 (kevinhinterlong)
- add home screen #39 (kevinhinterlong)
- Add dependencies/fix build #38 (kevinhinterlong)
- Add support for calligraphy #35 (kevinhinterlong)
- Refactoring to reduce code and Using Streams #34 (kevinhinterlong)
- Set target version to java 8 and replace anonymous methods with lambdas #33 (kevinhinterlong)
- Add support for unit testing with spock #31 (kevinhinterlong)
- Minimum changes made to pass Android Lint #30 (kevinhinterlong)
- Random minor cleanups, update gradle, and add travis-ci script #29 (kevinhinterlong)