ananas/app
lsrom 62d09b3566
Add person detail screen (#47)
* Add person detail screen

Displays actor/actresses portrait and text info + list of movies/show this person starred in. Text info is max 5 lines with View More button if ellipsized. View More toggle is reset upon orientation change since in landscape mode ellipsize might not be necessary.

* Remove useless StarredInAdapter.kt

* Fix image view shape

* Improve UI

Not exactly how I would like it but will do for now

* Add error handling

Adds a lot of LiveData which may not be ideal, but is better than crashing due to connection errors.

Co-authored-by: jarnedemeulemeester <jarnedemeulemeester@gmail.com>
2021-10-24 17:45:59 +02:00
..
libs Move libmpv lib out of seperate directory 2021-09-19 11:30:04 +02:00
src Add person detail screen (#47) 2021-10-24 17:45:59 +02:00
.gitignore Initial project 2021-05-29 10:52:44 +02:00
build.gradle.kts Update dependencies and improve server discovery 2021-10-23 17:39:46 +02:00
proguard-rules.pro Add mpvlib to proguard rules 2021-09-23 09:39:51 +02:00