aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-24Loosen set menu icon demansAllan Wang
2017-10-24Update README.mdAllan Wang
2017-10-24Update changelogAllan Wang
2017-10-24Add german translations (#96)Allan Wang
2017-10-24Add spanish translations (#95)Allan Wang
* Add spanish translations * Update README.md * Update readme
2017-10-24Add french translations (#94)Allan Wang
* Add french translations * Add translatable tags to about
2017-10-24Update readme (#93)Allan Wang
2017-10-16Translations (#89)Allan Wang
* Update strings * Delete extra file * Update strings
2017-10-15Merge branch 'dev'Allan Wang
2017-10-15Increment releaseAllan Wang
2017-10-15Fix 1 (#87)Allan Wang
2017-10-15Update constraint layoutAllan Wang
2017-10-13Merge dev3.4.4Allan Wang
2017-10-13Prepare new version (#85)Allan Wang
2017-10-12Translations (#84)Allan Wang
* Rename string files * Add translations to readme * Check job scheduler null check against travis lint * Remove bad spacing * Update badges * Use vector zenhub badge
2017-10-11fix/misc (#81)Allan Wang
* Remove jvmstatic, fixes #68 * Create HO logging * Remove double null boolean notation * Replace multi if else with when * Ignore case in setSpan, closes #82
2017-10-10fix/validate-document-uri (#80)Allan Wang
* Check if id is document before retrieving * Add logging * Add null check for getString index 1
2017-10-07Update travisAllan Wang
2017-10-07Update dependenciesAllan Wang
2017-09-24v3.4.3 (#65)3.4.3Allan Wang
* fix/mediapicker (#50) * Bring all glide request managers to one instance * Switch to test implementation * Check if parent is null for searchview * Ensure open close runs on ui thread * Make glide contract internal * Update changelog * Update version Update changelog for previous prs * v3.4.1 (#63) * Check browser intent before launching (#54) * Update changelog * fix/misc (#55) * Add kapt plugin * Fix kau vector * Debug lintRelease * Revert debug * Update dependencies * Check context finishing state before showing dialog (#61) * Keep copy of shared pref rather than application context (#60) * Keep copy of shared pref rather than application context * Add back preference name * Add resolver checks (#62) Squashed commit of the following: commit 7fe57d4ab1dbfe8bfb4d4a15bd0fbf636da491fa Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:25:18 2017 -0400 Add missing quote commit ffc3ac99248c2250a7f14ef709f37d787cbe0d83 Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:20:54 2017 -0400 Update changelog Update gradle Update version name * Fix bundle NPE for activity creation Update changelog * Feature/kpref time picker (#64) * Init kpref time builder and open up other builders * Enable self refresh * Add readme * Update changelog * Update readme
2017-09-24Merge branch 'master' into devAllan Wang
2017-09-24Feature/kpref time picker (#64)Allan Wang
* Init kpref time builder and open up other builders * Enable self refresh * Add readme * Update changelog * Update readme
2017-09-24Fix bundle NPE for activity creationAllan Wang
Update changelog
2017-09-24v3.4.1 (#63)Allan Wang
* Check browser intent before launching (#54) * Update changelog * fix/misc (#55) * Add kapt plugin * Fix kau vector * Debug lintRelease * Revert debug * Update dependencies * Check context finishing state before showing dialog (#61) * Keep copy of shared pref rather than application context (#60) * Keep copy of shared pref rather than application context * Add back preference name * Add resolver checks (#62) Squashed commit of the following: commit 7fe57d4ab1dbfe8bfb4d4a15bd0fbf636da491fa Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:25:18 2017 -0400 Add missing quote commit ffc3ac99248c2250a7f14ef709f37d787cbe0d83 Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:20:54 2017 -0400 Update changelog Update gradle Update version name
2017-09-24fix/mediapicker (#50)Allan Wang
* Bring all glide request managers to one instance * Switch to test implementation * Check if parent is null for searchview * Ensure open close runs on ui thread * Make glide contract internal * Update changelog * Update version Update changelog for previous prs
2017-09-23Squashed commit of the following:3.4.2Allan Wang
commit 7fe57d4ab1dbfe8bfb4d4a15bd0fbf636da491fa Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:25:18 2017 -0400 Add missing quote commit ffc3ac99248c2250a7f14ef709f37d787cbe0d83 Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:20:54 2017 -0400 Update changelog
2017-09-23v3.4.1 (#63)Allan Wang
* Check browser intent before launching (#54) * Update changelog * fix/misc (#55) * Add kapt plugin * Fix kau vector * Debug lintRelease * Revert debug * Update dependencies * Check context finishing state before showing dialog (#61) * Keep copy of shared pref rather than application context (#60) * Keep copy of shared pref rather than application context * Add back preference name * Add resolver checks (#62)
2017-08-30Only reload list if possible (#49)Allan Wang
2017-08-30Update changelog for previous prs3.4.0Allan Wang
2017-08-30enhancement/searchview (#48)Allan Wang
* Check if view is attached to window before checking card * Wrap open and close in post
2017-08-30fix/mediapicker (#50)Allan Wang
* Bring all glide request managers to one instance * Switch to test implementation * Check if parent is null for searchview * Ensure open close runs on ui thread * Make glide contract internal * Update changelog * Update version
2017-08-30Feature/gradle 4.x (#47)Allan Wang
* Update to api and implementation * Update gradle * Add missing dependency * Update readme * Update external dependencies
2017-08-30Fix/permissions (#44)Allan Wang
* Fix kpref item barriers * Revert and add text constraint * Update permission logging
2017-08-30Fix/kpref-inner-frame-size (#42)Allan Wang
* Fix kpref item barriers * Revert and add text constraint
2017-08-30Remove excess null check (#41)Allan Wang
2017-08-30Create media picker action items (#40)Allan Wang
* Create action items * Increment version * Update camera action * Abstract camera action * Add and test * Refactor and add docs
2017-08-30Add callback (#39)Allan Wang
2017-08-30Add more functionsAllan Wang
2017-08-30Remove default selectable background rippleAllan Wang
2017-08-30Feature/kpref activity visibility (#38)Allan Wang
* Add visibility toggle * Update docs
2017-08-30Update readmeAllan Wang
2017-08-12Release 3.3.1 (#36)3.3.1Allan Wang
* Add open message joiner function * Update text extraction * Fix background tint * Rename logger file * Test codecov * Remove coverage * Enhancement/swipe (#35) * Merge swipe onPostCreate with swipe onCreate * Update samples and docs * Add deprecated method to maintain compatibility * Replace exception with illegal argument * Check if parent exists before configurations in searchview
2017-08-07Release 3.3.0 (#32)3.3.0Allan Wang
* Rewrite Logger (#29) * Remove dependency on timber * Update logger * Reorder throwabl * Fix lint * Update readme * Blank target * Create Zip (#30) * Finish zips with tests * Finalize * Update changelog * Add log hooks * Open most logging functions * Remap kpref items (#31) * Update readme * Generate files and prepare release * Kpref -
2017-08-05Create debounce and update searchview (#27)Allan Wang
* Prepare version * Create debounce base * Add debouncer and fix transition crash * Add debounce docs * Update links * Update searchview docs * Test without a ref * Add links to core components * Update links * Update to bullet points * Test core md * Test slash * Test slash * Specify implemented dependencies
2017-08-05Release v3.2.5 (#26)3.2.5Allan Wang
* Move transparent style to core * Update version
2017-08-05Update readme and gifs (#25)Allan Wang
* Add docs * Update readme
2017-08-05Swipe (#24)Allan Wang
* Test emulator * Update readme * Update fastadapter and about listing * Make faq parser asynchronous * Modularize about panels * Add basis for faq * Test and finalize the faq panel * Update readme * Update changelog * Remove emulator for now * Update sample * Change back to manual versioning to avoid suggestion errors * Add awesome-kt banner * Fix faq background color * Fix merge conflicts 2 * Add waffle badge * Update readme * Fix lint * Create FileUtils and NotificationUtils * Remove frost hardcode * Fix simple date * Update swipe to use weak references * Initializing test dependencies * Update to gradle 4.1 * Fix lint warnings * Drop back down and fix errors * Finalize swipe with example * Finalize weak reference and ordering * Update test code * Make loggers inline
2017-08-033.2.2 - Create faq parser and update sample (#19)3.2.3Allan Wang
* Test emulator * Update readme * Update fastadapter and about listing * Make faq parser asynchronous * Modularize about panels * Add basis for faq * Test and finalize the faq panel * Update readme * Update changelog * Remove emulator for now * Update sample
2017-08-02Internalize prefetching and update changelog (#18)3.2.2Allan Wang
2017-08-02Improve video prefetching (#17)Allan Wang
* Create base activity and add thumbnails to media picker * Add checker to see if requested permission is inside the manifest * Add faq parser with tests * Add kpref testers and expose sp * Test jitpack sample exclusion * Test caching * Improve glide caching