Hackatalk Versions Save

Open source chat app built-in expo managed workflow with graphql backend built-in Prisma and nexus.

1.10.1

2 years ago

Feature

Remove channel from the channel list (#492)

Patch

Filter user channels with memberships count (#496)

1.10.0

2 years ago

Enhancement

Remove autofocus when entering [Message] page Fix profile status message overflow & subscription (#457) Fix sign up status message (#472) Redesign message option view and keyboard behavior (#484)

Migration

Remove nexus-plugin and upgrade packages (Prisma 3.0.2) (#488) Enhance button design and new prettier config (#487)

Refactor

Remove RelayResettableProvider (#493)

Bugfix

Fix rendering issue in self chat feature (#474) Add missing profile field in user model (#491)

1.9.0

2 years ago

Hackatalk 1.9.0 is released 🙌 and pushed with expo code-push. This will also be provided in native stores not to have reloading on the first load for newcomers.

Changed

  • Show the numbers when there are more users in [ChannelListItem] #444.
  • Add support for dooboo-ui icons #450.
  • Decorate links and make it clickable when written in chat #456
  • Provide new ux in [ProfileModal] to show overflowed messages #457

Fixed

  • Fix logo not touchable issue #441

Test

  • Improve coverage of [FindPw] page #461

Web Sepecifc

  • Bugfix - Url not redirected when user logout #443

Contributors

Special thanks to @rarira @DevYuns @chloe-codes1 @geoseong

WeHack Team - Cloud, weRN dev life

1.8.0

2 years ago

Wrap navigation setOption in useLayoutEffect (#414) Update packages and migration (#420) Upgrade expo sdk 42 (#423) Migrate to reanimated v2 for logo animation (#431)

  • Resolve issue #437 - Fix animation bug in [SignIn] (#438)

Fix server .env filename for prisma migration and docker (#421)

1.7.0

2 years ago

Mostly the same as the version 1.6.7. 1.7.0 is the deployed version in AppStore and Playstore.

  • iOS: 1.7.0
  • android: 25

[Latest Updates]

  • Load More Messages When Going Foreground (#411)
  • Fix message paginating order (#399)
  • Migrate dooboo-ui to v2 which starts from 0.1.0 (#406)
  • Group newly created messages with dates (#409)
  • Optimistic Update After createMessage Mutation (#403)
  • Navigate to Channel on Notification Response (#395)
  • Customize loading view and attempt to fix android splash screen (#401)
  • Handle app loading more seamlessly (#398)
  • Fix Multiple Device Self Message Issue (#405)
  • Show only peer user when only two users are in [Message] (#397)
  • Add delayPressIn to [ChannelListItem] and [UserListItem] 555cb3b
  • Handle app loading more seamlessly (#398)
  • Fix message paginating order (#399)

1.6.7

2 years ago

[Hotfix] Change no content text to no message Android splash screen (#402)

[Server] Fix Multiple Device Self Message Issue (#405)

[Client] Optimistic Update After createMessage Mutation (#403) Customize loading view and attempt to fix android splash screen (#401) Fix message paginating order (#399) Handle app loading more seamlessly (#398)

1.6.3

2 years ago

[Enhancement]

1.6.2

2 years ago

[Bugfix]

  • [Regression] Navigate to Channel on notification response (#395)
  • Bugfix when entering Create Channel page (#390) Recent relay throws a new error when entering [ChannelCreate] because of the missing fragment. Fixed current bug with small UI enhancements.
  • Show correct user images in [ChannelCreate]
  • Fix GraphQL Subscription Issue (#392)
  • Fix date not updating in [MessageListItem]
  • [Web] Add requestPermisionAsync on iOS and android only
  • [Web] Fix image upload (#393)
  • Fix findpw exception handling (#391)

[Enhancememt]

  • Use Redis storage for graphql subscription (#394)

1.6.1

3 years ago

[Enhancement]

  • Add NSUserTrackingUsageDescription for tracking ads #389

[Bugfix]

  • Cache invalidation when user sign out #387

1.6.0

3 years ago

[Enhancement]

  • Enable strict mode for typescript #334
  • Apply more lint rules #337
  • Get user profile when available from social account #367
  • UI/UX enhancements
    • Add ability to add profile image during sign up #376
    • Fix broken message layout #377
    • Fix the friend updating issue in relay store #379

[Migration]

  • Migrate azure-stroage to @azure/storage-blob #344
  • Use graphql-upload for file uploading #357
  • Upgrade expo SDK 41 #372
    • Remove expo-permissions due to deprecation #373
  • Migrate styled-components to emotion #374
    • The reason is that typing in emotion is much more reliable.
  • Migrate React Navigation to v6 #381

[Refactor]

  • Refactor folder structure #356
  • Update push message caches from subscription #364

[Bugfix]

  • Fix multi uploads relay #361
  • Fix Prisma schema #371
  • Backward message pagination #385