diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-01-28 01:49:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 01:49:37 +0530 |
commit | f295e97de6a9b7005e3fd6425296a5cd9d37af6b (patch) | |
tree | ee8dae97a03bf07f0890869429376df1adba8669 /CHANGELOG.md | |
parent | ab5aebeda3388ec776c34130cf9039ae4f623562 (diff) |
Allow creating folders (#623)
* Introduce EmitExpandableTransformationBehaviour
* Implement expand transition
* More folder work
* Add icons and tweak layout clipping
Rishi again with the icon rescue
* Theming rework
* Dont set tag
* Update list and commit after creating folder
* Fix theme issues
* Add dialog title
* Fix hint text color
* Remove commit method
* Cleanup
* Update CHANGELOG
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a033fe..c5bde777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ### Added - Fast scroller with alphabetic hints +- UI button to create new folders ### Changed - Logging is now enabled in release builds |