brunodles / anime-watcher

Anime player. It ueses information from pages and display the content inside de app.
14 stars 6 forks source link

Find out a way to declare intent filter by import a decoder dependency #31

Closed brunodles closed 6 years ago

brunodles commented 6 years ago

The key idea is to not depend on manual process to declare a intent filter on AndroidManifest for each decoder we add.

We ca create a way to put new data on intent-filter tag, like using some code generation tool. So our manifest will be processed and then sent to build folder.

May using a custom tag like databinding library.

brunodles commented 6 years ago

No longer needed as we moved all decoders to a single module.