Skip to content

Bump application version from 1.8.6 to 1.8.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 07:20
· 159 commits to master since this release

Commits

  • 6f7dea2: Update version.json (Maxwell Mapako)
  • 70d6dbc: Sort MediaCharacters by [ROLE, RELEVANCE, ID] (LuK1337) #427
  • 2acb359: Pass Boolean object as arg_onList (LuK1337) #429
  • 0c05cde: Add special handling for TBA in groupCharactersByYear() (LuK1337) #428
  • e51a5fe: Don't reuse ViewPager adapter during StaffActivity::reloadViewPager() (LuK1337) #430
  • 8c4bb9e: Replace onList checkbox with tri-state selection dialog (LuK1337) #431
  • 7aa00a2: Sort MediaStaff by [RELEVANCE, ID] (LuK1337) #432
  • e3e0d5a: Sort edges by relationType when grouping them (LuK1337) #433
  • f546cd0: Use relationType version 2 (LuK1337) #434
  • f7f70ca: Switch MediaStatus to version 2 (LuK1337) #435
  • 37a1763: Switch MediaSource to version 2 (LuK1337) #436
  • fc7263c: Initialize MainActivity's ViewPager / NavigationView in onCreate() (LuK1337) #438
  • 57c3c5b: Return specialized date format when using FuzzyDate (LuK1337) #439
  • f4a0741: Fix configuration change and resume crash introduced by kotlin refactor (Maxwell)
  • e24f832: Merge remote-tracking branch 'origin/develop' into develop (Maxwell)
  • ad4cfdc: Update idea run configurations (Maxwell)
  • ba8815a: Update changelog.md (Maxwell)
  • fdb57cc: Add MAL URL to MediaActivity menu (LuK1337) #441
  • cc4b984: Add thread id and comment id to thread notifications (Maxwell)
  • b4b8419: Open browser for thread based notifications (Maxwell)
  • f62e10a: Update changelog (Maxwell)
  • 9b0dcba: update .idea settings (Maxwell)
  • e3306ef: Extract out preference values into separate file (Maxwell)
  • 8f86ad9: Add string array definitions referencing string resources (Maxwell)
  • 5a9aa06: Remove string array items from main strings for default locale (Maxwell)
  • ec9f913: Extract out array items for ar locale (Maxwell)
  • 30d9fff: Extract out items for de locale (Maxwell)
  • c96cd94: Extract out items for es locale (Maxwell)
  • 9cb6519: Correct minor typo for airing title (Maxwell)
  • b1951b6: Extract out items for fr locale (Maxwell)
  • 85062c0: Extract out items for it locale (Maxwell)
  • 0d19a88: Extract out items for nl locale (Maxwell)
  • e92b00f: Extract out items for pt locale (Maxwell)
  • f3262d7: Extract out items for pl locale (Maxwell)
  • f28e0ef: Extract out items for sv locale (Maxwell)
  • d6ec8e1: Rename notification action (Maxwell)
  • 6ea2839: Update corrected string resource (Maxwell)
  • 9b8a10b: Merge branch 'hotfix/416-extract-string-array-items-into-strings' into develop (Maxwell)
  • 0271d84: Update strings.xml (POEditor.com) (Maxwell Mapako)
  • 191e3ac: Update string_array_items.xml (POEditor.com) (Maxwell Mapako)
  • 0cd0d46: Remove duplicated strings merged into all files from PO Editor (Maxwell)
  • e69200f: Add support for MediaSource v3 (Youssef Habri) #442
  • f01d5ce: Add support for new notification types (Youssef Habri) #442
  • a4c5542: Fix code formatting (Youssef Habri) #442
  • 9556dcc: Bump application version from 1.8.6 to 1.8.7 (Maxwell)

What's Changed

  • Sort MediaCharacters by [ROLE, RELEVANCE, ID] by @luk1337 in #427
  • Add special handling for TBA in groupCharactersByYear() by @luk1337 in #428
  • Don't reuse ViewPager adapter during StaffActivity::reloadViewPager() by @luk1337 in #430
  • Pass Boolean object as arg_onList by @luk1337 in #429
  • Replace onList checkbox with tri-state selection dialog by @luk1337 in #431
  • Sort MediaStaff by [RELEVANCE, ID] by @luk1337 in #432
  • Sort edges by relationType when grouping them by @luk1337 in #433
  • Use relationType version 2 by @luk1337 in #434
  • Switch MediaStatus to version 2 by @luk1337 in #435
  • Switch MediaSource to version 2 by @luk1337 in #436
  • Initialize MainActivity's ViewPager / NavigationView in onCreate() by @luk1337 in #438
  • Return specialized date format when using FuzzyDate by @luk1337 in #439
  • Add MAL URL to MediaActivity menu by @luk1337 in #441
  • Add support for MediaSource v3 and new notification types by @youssefhabri in #442

Full Changelog: 1.8.6...1.8.7