Skip to content

v1.0-48

Latest
Compare
Choose a tag to compare
@leeendl leeendl released this 26 Mar 02:48
· 14 commits to main since this release
  • 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.

  • add created web-scraper.kt file

    this 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()