New
- Ability to grab and search moderated held-for-review comments on videos owned by signed-in accounts #12
- YouTube API Quota modal/button beside the settings button. Gives the basic detail about resetting at midnight PT and tells you when that is on your system time zone and how long. Links to #5 issue page
- Global Scrollbars throughout the app are darker for more contrast
- Settings Attempt Oauth2 revoke on account remove
- Comment Search Add, remove, and search multiple tags on comments #15
- Manage Groups Comment threads and replies upped from 50 results/page to 100 results/page
Fix
- Manage Groups Fix refresh not ending on quota error
Under the hood
- Increased refresh process efficiency and less quota usage: channel details directly from commentThreads.list significantly reducing calls to channel.list
- Refactored CommentDatabase
- Removed a lot of unused sql and commented out code
- Better Google Error handling using reasonCode instead of http codes