Skip to content

Commit

Permalink
Convert classes to kotlin and added notification feature (#52)
Browse files Browse the repository at this point in the history
* 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
iabdelgawaad authored May 29, 2019
1 parent 31da2fc commit 3dc5d80
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/main/java/com/zoomx/example/retrofit/ApiService.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
*/

public interface ApiService {

@GET("/users")
@Headers({
"X-Foo: Bar",
"X-Ping: Pong",
"Test: Eslam 1",
"Test: Eslam 2",
"Test: Eslam 3",
"Test: Eslam 4",
"Final: Ibrahim"
})
public io.reactivex.Observable<List<User>> getUsers(
@Query("per_page") int per_page,
Expand Down

0 comments on commit 3dc5d80

Please sign in to comment.