aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/kotlin/ca/allanwang/kau/sample/AnimActivity.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2020-06-15Update AS and add hilt usageAllan Wang
2020-02-18Add koin modules for pref injectionAllan Wang
2019-12-30Update CircleView and changelogAllan Wang
2019-10-20Use view binding for sample checkbox and fix pref headerAllan Wang
2019-07-27Update dependency structureAllan Wang
2019-07-27Fix compile errorsAllan Wang
2019-06-13Initial fastadapter updateAllan Wang
2018-12-24Enhancement/ktlint (#179)Allan Wang
* Add spotless dependency * Apply ktlint * Add license headers
2018-01-01Format everything and use reified genericsAllan Wang
2017-12-31Enhancement/logger (#120)Allan Wang
* Rewrite logger to use lazy loading * Clean up and add to changelog
2017-12-10Unify start activity design (#112)Allan 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-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
2017-07-23Fully implement imagepicker and create play store showcase (#12)3.1.1Allan Wang
* Update changelog * Add uri to imagemodel * Revamp image pickers * Prepare play store showcase * Add encrypted files * Test showcase * Clean elastic recycler activity
2017-07-08Optimize importsAllan Wang
2017-07-06Support other axisAllan Wang
2017-07-06Add back logic for swipeAllan Wang
2017-07-05Bring back swipeAllan Wang
2017-07-05More on swipe backAllan Wang
2017-07-05Setup swipe for all directionsAllan Wang
2017-07-05Remap color dark and fix up swipeAllan Wang
2017-07-04Set up baseAllan Wang
2017-07-04Separate core components in its own moduleAllan Wang
2017-07-04Rename permission requestAllan Wang
2017-07-03Push permission manager for releaseAllan Wang
2017-07-03Initial creation of the Permission ManagerAllan Wang
2017-06-12Add sliding activitiesAllan Wang