2018-10-03
- Remove redundant manifest declaration
- Migrate to AndroidX
2018-07-14
- Flush buffer to file immediately when logging at error-level
2018-05-05
- Support customize minimum logging level
2018-03-09
- Fix file logging might lead to crashes when file system is unavailable
- Use Android's Log utility to format throwable
2017-12-23
- Comply with background execution limit imposed in Android Oreo
2017-11-20
- Delimit custom message and stack trace with a new line when using
FL.e(String tag, Throwable tr, String fmt, Object... args)
2017-09-24
- Initial release