Skip to content

Feature/popular movies security#17

Open
AhmedSaber0 wants to merge 21 commits into
developfrom
feature/popular-movies-proguard
Open

Feature/popular movies security#17
AhmedSaber0 wants to merge 21 commits into
developfrom
feature/popular-movies-proguard

Conversation

@AhmedSaber0

Copy link
Copy Markdown
Collaborator

Summary

  • enable proguard
  • save api key in ndk

Change log

Add a list of the files of the functionality that was changed in this PR

  • New file.java
  • Deleted file2.java
  • Modified file3.java

Tested scenarios

Add a check list of the test scenarios that you've covered for this PR

  • Test A
  • Test b

Qc notes

Notes to help the Qc team tackle this pull request right

Links

Muhammadyoussef and others added 21 commits September 7, 2019 15:31
… datasource-model and mapper

- Create remote-model module with MovieResponse POJO class
- Create local-model module with MovieLocal POJO class "which is room entity class".
- Create datasource-model module with MovieDataSource POJO class
- Create mapper module that contains mapper classes which maps datasource models to entity models.
- Create remote module for initializing network library "which is retrofit".
- Create local module for initializing local library "which is room".
- Create MovieDao for CRUD operations and MovieDatabase for room database integration.
…ures modules inside it.

- Create popular-movies module inside features package.
- Create PopularMovieRepo class inside repository package that handles offline first architecture.
- Create PopularMovieUseCase class inside usecase package that deals with PopularMovieRepo class
- Create PopularMovieService interface that contains retrofit functions
… for each feature.

- Create popular-movie-presentation module inside presentation folder.
- Create PopularMovieVM inside vm folder.
- Create PopularFragment that will has One-To-One relationship with PopularMovieVM.
- Create PopularMovieAdapter that handles the list of the popular movie.
…movie/MoviesServiceFactory.kt

Co-Authored-By: Muhammad <muhammadyoussef.27@gmail.com>
remove local, remote and data source dependency from gradle
…vie/DataConverter.kt


use object insted of class

Co-Authored-By: Ahmed Adel <ahmed.adel.said@gmail.com>
…ture/popular-movies

# Conflicts:
#	datasource/remote/src/main/AndroidManifest.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants