Skip to content

Releases: AniTrend/anitrend-app

Bump version from 1.8.8 to 1.8.9

17 Oct 12:29
Compare
Choose a tag to compare
Pre-release

Commits

  • ff60a5f: Filter out null characters in groupCharactersByYear() (#445) (luk1337) #445
  • 2469137: Bump support-markdown from 0.12.0-alpha02 to 0.12.1-alpha01 (Maxwell)
  • f69e20f: Update changelog.md (Maxwell)
  • 2fe6a1b: Bump version from 1.8.8 to 1.8.9 (Maxwell)
  • 543feb1: Migrate ProgressLayout to independent fork (Maxwell)
  • af5534e: Revert migration of ProgressLayout fork (Maxwell)

What's Changed

  • Filter out null characters in groupCharactersByYear() by @luk1337 in #445

Full Changelog: 1.8.8...1.8.9

Bump version from 1.8.7 to 1.8.8

12 Oct 08:36
Compare
Choose a tag to compare
Pre-release

Commits

  • 32d5d12: Fix selected language titles array (LuK1337) #444
  • f69d68a: Bump version from 1.8.7 to 1.8.8 (Maxwell)

What's Changed

Full Changelog: 1.8.7...1.8.8

Bump application version from 1.8.6 to 1.8.7

03 Sep 07:20
Compare
Choose a tag to compare

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

v1.8.6: Ehancements & Bug fixes

31 May 11:06
Compare
Choose a tag to compare
Pre-release

Commits

  • [b8d3c71]: Update notification testing code (LuK1337) #418
  • [d0654fd]: Add "Mark as read" notification action (LuK1337) #419
  • [214c860]: Use ExistingWorkPolicy.REPLACE for clear notifications work (LuK1337) #421
  • [1638bb8]: Ignore dismissed notifications across unread notification syncs (LuK1337) #422
  • [8e49c02]: Improve LoggingActivity performance (LuK1337) #423
  • [5431b10]: Share logs as files rather than text (LuK1337) #424
  • [5a75bd6]: Add 'onList' filtering for Staff{Characters,Media,Roles} (LuK1337) #425
  • [8bbc6a4]: Open user profile on bottom sheet review avatar click (LuK1337) #426
  • [dc94008]: Bump version from 1.8.5 to 1.8.6 (Maxwell)

What's Changed

  • Update notification testing code by @luk1337 in #418
  • Add "Mark as read" notification action by @luk1337 in #419
  • Use ExistingWorkPolicy.REPLACE for clear notifications work by @luk1337 in #421
  • Ignore dismissed notifications across unread notification syncs by @luk1337 in #422
  • Improve LoggingActivity performance by @luk1337 in #423
  • Share logs as files rather than text by @luk1337 in #424
  • Add 'onList' filtering for Staff{Characters,Media,Roles} by @luk1337 in #425
  • Open user profile on bottom sheet review avatar click by @luk1337 in #426

Full Changelog: 1.8.5...1.8.6

v1.8.5: Bug fixes

14 May 17:46
Compare
Choose a tag to compare
v1.8.5: Bug fixes Pre-release
Pre-release

Commits

  • [9d213da]: Merge branch 'develop' (Maxwell) #400
  • [4f3e7ea]: Merge branch 'develop' (Maxwell) #400
  • [25e1762]: Merge branch 'develop' (Maxwell) #400
  • [fec16b4]: Merge branch 'develop' (Maxwell) #400
  • [3ce1ba9]: Merge branch 'develop' (Maxwell) #400
  • [aae6f7f]: Upgrade to GitHub-native Dependabot (dependabot-preview[bot]) #400
  • Discard first name if null #402 (LuK1337)
  • [b4fea24]: Add alternative to CharacterNameFragment (LuK1337) #403
  • [58c3718]: Display anime characters sorted by years on anime roles fragment (LuK1337) #401
  • [da0da57]: Add media title below staff character name (LuK1337) #401
  • Don't be afraid to return null #404 (LuK1337)
  • Simplify the way we obtain the entity map list #406 (LuK1337)
  • [e438d8c]: Add bare minimum /user/{animelist,mangalist} deep link support (LuK1337) #407
  • [c4e6849]: Move untranslable keys into seperate file and other strings to common (Maxwell)
  • [a4ff564]: Add migration for potentially broken Italian notification preference (Maxwell)
  • [868d80c]: Merge branch 'refactor/move-untranslatable-preference-outside-of-main-strings' into develop (Maxwell)
  • [0889bc4]: Change TOKEN to GITHUB_TOKEN which should be created by the workflow (Maxwell)
  • [a6dab8a]: Merge remote-tracking branch 'origin/develop' into develop (Maxwell)
  • Replace dead waffle.io link with a link to /issues page #408 (LuK1337)
  • [51f4d51]: Nullify all Firebase calls when FirebaseApp is not initialized (LuK1337) #409
  • [3fe98e7]: Merge remote-tracking branch 'origin/develop' into develop (Maxwell)
  • [5b8c5bc]: Hide privacy category if Firebase is not initialized (LuK1337) #410
  • [d5588d2]: Regenerate schema.graphql (LuK1337) #411
  • [43f6e3d]: Commonize root_preferences.xml and use config variable to control R18 toggle (LuK1337) #412
  • [a5885a3]: Go back to from NotificationActivity to MainActivity if launched directly (LuK1337) #413
  • [fc7c628]: Sync local current user data on MainActivity create / resume (LuK1337) #414
  • [5dc2605]: Remove local txtmark prebuilt (LuK1337) #415
  • [5d96816]: Update header image view and analytics reference (Maxwell)
  • [670936d]: Bump version from 1.8.4 to 1.8.5 (Maxwell)

What's Changed

  • Merge develop into master by @wax911 in #348
  • Upgrade to GitHub-native Dependabot by @dependabot-preview in #400
  • getFullName: Discard first name if null by @luk1337 in #402
  • Add alternative to CharacterNameFragment by @luk1337 in #403
  • Display anime characters sorted by years on anime roles fragment by @luk1337 in #401
  • getAlternativeFormatted: Don't be afraid to return null by @luk1337 in #404
  • GroupingUtil: Simplify the way we obtain the entity map list by @luk1337 in #406
  • Add bare minimum /user/{animelist,mangalist} deep link support by @luk1337 in #407
  • README: Replace dead waffle.io link with a link to /issues page by @luk1337 in #408
  • Nullify all Firebase calls when FirebaseApp is not initialized by @luk1337 in #409
  • Hide privacy category if Firebase is not initialized by @luk1337 in #410
  • Regenerate schema.graphql by @luk1337 in #411
  • Commonize root_preferences.xml and use config variable to control R18 toggle by @luk1337 in #412
  • Go back to from NotificationActivity to MainActivity if launched directly by @luk1337 in #413
  • Sync local current user data on MainActivity create / resume by @luk1337 in #414
  • Remove local txtmark prebuilt by @luk1337 in #415

New Contributors

Full Changelog: 1.8.4...1.8.5

v1.8.4: Bug fixes

29 Apr 18:22
Compare
Choose a tag to compare
v1.8.4: Bug fixes Pre-release
Pre-release

Commits

  • [f1a20ca]: Grant android.permission.REQUEST_INSTALL_PACKAGES (LuK1337) #394
  • [b5dc3a9]: Escape quotes when using HTML inside CDATA strings (LuK1337) #395
  • [eb7be28]: Fix missing quote escape in French string translation (LuK1337) #396
  • [b2d9046]: Update .gitignore (Maxwell)
  • [8ef50f2]: Apply signing configuration if a keystore file exists (Maxwell)
  • [7d1761b]: Add test workflow action (Maxwell)
  • [db0c1f9]: [W.I.P] Add build release workflow action (Maxwell)
  • [5827e1b]: Add missing dummy configuration test files (Maxwell)
  • [4e7b238]: Fix incorrect reference file for singing configuration and block on type (Maxwell)
  • [496535f]: Add missing dependencies and bump mockito from 3.8.0 to 3.9.0 (Maxwell)
  • [2df264d]: Merge branch 'hotfix/fix-broken-test-dependencies-and-signing-config' into develop (Maxwell)
  • [21ad014]: Correct build path for action apply signing config to release (Maxwell)
  • [99058e6]: Add test to Android build workflow (Iván Pérez) #397
  • [de1a8d3]: Merge branch 'develop' into codespace-e58b (Iván Pérez) #397
  • [8886d40]: Fix android signing configs (Maxwell)
  • [c28fa7a]: Fix indendations (Maxwell)
  • [369674c]: Update android-build.yaml (Maxwell Mapako)
  • [416c374]: Fix Airing Series Compact card title (Youssef Habri) #398
  • [93d758e]: Re-format graphql files (Maxwell)
  • [7a977de]: Add graphql code style to .idea settings (Maxwell)
  • [dfd3a0e]: Merge remote-tracking branch 'origin/develop' into develop (Maxwell)
  • [469f656]: Disable staff in user statistics fragment (Maxwell)
  • [4d3bdea]: Remove inline fragment for staff connection (Maxwell)
  • [d7c5238]: Disable transitions to work around issue caused by intent launch (Maxwell)
  • [8135d2a]: Add work manager for checking updates (Maxwell)
  • [ee0fddc]: Clean up unused resources (Maxwell)
  • [ee83165]: Bump version from 1.8.3 to 1.8.4 (Maxwell)
  • [9265d22]: Merge branch 'feature/work-manager-update-checker' into develop (Maxwell)
  • [98c55d1]: Revert "Bump version from 1.8.3 to 1.8.4" (Maxwell)
  • [1b76760]: Shrink log size (Maxwell)
  • [96f7281]: Fix broken graphql query due to inlined comments causing an unexpected EOF (Youssef Habri) #399
  • [78a7e24]: Allow accessing a user's media lists even when the profile is not loaded (Youssef Habri) #399
  • [a2678be]: Merge remote-tracking branch 'origin/develop' into develop (Maxwell)
  • [abbd6cf]: Remove redundant code comments (Maxwell)
  • [9ce40de]: Drop verbosity level for non essential logs (Maxwell)
  • [7fc4494]: Lifecycle tweaks for loading and saving log (Maxwell)
  • [c757e57]: Add additional logging on signing configuration (Maxwell)
  • [e3482e6]: Bump version from 1.8.3 to 1.8.4 (Maxwell)
  • [99eb7ea]: Fix keystore properties path (Maxwell)
  • [c57eae6]: Allow packaging of build outputs in artifacts (Maxwell)
  • [f90bfd7]: Correct keystore name (Maxwell)

What's Changed

  • Grant android.permission.REQUEST_INSTALL_PACKAGES by @luk1337 in #394
  • Escape quotes when using HTML inside CDATA strings by @luk1337 in #395
  • Fix missing quote escape in French string translation by @luk1337 in #396
  • Add test to android build workflow by @taichikuji in #397
  • Fix Airing Series Compact card title by @youssefhabri in #398
  • Fix profile loading issue and Allow opening the user's list when the overview screen doesn't load by @youssefhabri in #399

Full Changelog: 1.8.3...1.8.4

v1.8.3: Bug fixes

12 Apr 08:36
Compare
Choose a tag to compare
v1.8.3: Bug fixes Pre-release
Pre-release

Bug Fixes

  • Application not proceeding beyond splash screen on pre-lollipop devices

v1.8.2: Ehancements & Bug fixes

09 Apr 15:06
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Add multi-line text support to notes on list editor. Thanks @luk1337

Bug Fixes

  • Crashes at startup on some devices

Current Issues

  • Gifs may show artifacts if more than one is playing at a given moment

v1.8.1: Ehancements & Bug fixes

08 Apr 17:36
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Migrate to v2.0's markdown rendering, includes spoiler support and inline images, e.t.c (keep in mind this is an experimental feature which will be finalized in v2.0 see Current Issues below)
  • Rework application logger, logs application crashes and exports without any issues
  • Add images to list views (applies to both single list and dual compact styles)
  • Apply start date to anime or manga when incremented by the +1 widget. Thanks @Silver-Fullbuster

Bug Fixes

  • April fools media removed causes crashes in notifications (this was an edge case)
  • Notification workaround option has been deprecated, fixed some notification edge cases
  • Crash when opening activities from system notifications

Current Issues

  • Gifs may show artifacts if more than one is playing at a given moment

v1.8.0-rc4

06 Apr 13:40
Compare
Choose a tag to compare
v1.8.0-rc4 Pre-release
Pre-release
Add klock dependency