- introducing listState
this was a issue as when you clicked a text it would remember previous search's state.
now state will be managed between searches. - SearchBar is inside LazyColumn
- removed suggested search
- removed custom theme function
- fix coroutine issues in SearchModel
- fixed some null scenarios
- upgraded AGP to 8.9.1
- referenced jsoup
- furigana is broken in parts
also made furigana nullable for cases that a word does not contain a kanji.
addcreated web-scraper.kt filethis file will manage jisho.org website scrapping.
- search supports single line.
- removed padding cause it no longer has a purpose
- using viewModels for better lifecycle care.
- rename iPos to indicatorPos for legibility
made minor changes to modelSearch()