Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert classes to kotlin and added notification feature (#52)
* Fixed request body for special project * Add simple Notification as additional Zoomx Ui option (#43) * Rename Resources to prevent conflict * Search in Url * Fix issue I File Providers * refactor gradle dependecies update gradle - replace Rxjava adapter with the oficial one - ignore idea files * update arch component, add todo * update dependencies (#39) * refactor gradle dependecies update gradle - replace Rxjava adapter with the oficial one - ignore idea files * update arch component, add todo * update gradle * migrate Asynkstask to Rxjava completables * migrate AsyncTasks to Rxjava completables (#40) * refactor gradle dependecies update gradle - replace Rxjava adapter with the oficial one - ignore idea files * update arch component, add todo * update gradle * migrate Asynkstask to Rxjava completables * add timber for logging * add pro-guard rule for searchView * log insertion errors * update gradle * add Kotlin, add Zoomx ui options * handle Zoomx Ui options inputs * some kotlin refactor * convert class to Kotlin * refactor class * add zoomx notification * control showing notification or menu * better log format * fix static method access * enhance code, show notification when using NetworkLogManager.log * fixed duplicats in request and response headers * remove duplicate class * remove unused header
- Loading branch information