Commit Graph

32879 Commits

Author SHA1 Message Date
noumantahir
5c582768a9 profile container migrate to useNavigation 2022-10-19 12:39:39 +05:00
noumantahir
57982e76cb pointsContainer useNavigation with route 2022-10-19 12:24:05 +05:00
noumantahir
44fe3ecae1 sending route as prop to inAppPurhases 2022-10-19 12:12:09 +05:00
noumantahir
1939eb3e3e removed withNavigation from postButton 2022-10-19 11:52:02 +05:00
noumantahir
12376e4232 making use of route in inAppPurchases 2022-10-19 11:49:43 +05:00
noumantahir
fb9cc33202 fixed injectIntl not found 2022-10-19 11:41:28 +05:00
noumantahir
bd538b19dd re: cleared components directory of withNavigation 2022-10-19 11:27:49 +05:00
noumantahir
eb73394d04 re: migrated selected components to useNavigation 2022-10-19 11:23:28 +05:00
noumantahir
d496b29f44 components useNavigation migration in progress 2022-10-19 11:18:03 +05:00
Feruz M
8f1baef8c8
Merge pull request #2513 from ecency/sa/editor-input-focus-bug
Bug Fix: Editor crash when draft opened and closed instantly or loaded one after the other instanly
2022-10-19 06:51:04 +05:30
Sadaqat Ali
562448084a fixed null title bug causing crash when loaded drafts one after the other 2022-10-18 23:36:56 +05:00
Sadaqat Ali
8cab26a9e1 fixed focus bug when editor opened and closed instantly 2022-10-18 23:13:51 +05:00
Feruz M
d25abf5edf
Merge pull request #2511 from ecency/nt/usr-activity-cache
Nt/usr activity cache
2022-10-14 15:04:01 +05:30
Nouman Tahir
d2694632ae processing failed activities on launch and resume 2022-10-14 13:06:05 +05:00
Nouman Tahir
862de5ae60 removed force fail 2022-10-14 12:46:05 +05:00
Nouman Tahir
c8e071e47c keeping track of failed useractivity calls in redux cache 2022-10-14 12:45:37 +05:00
Nouman Tahir
558a787d26 added redux structure for managing point activities 2022-10-14 12:31:42 +05:00
Nouman Tahir
fcb624c1a9 migrated all instance of userActivity call to react-query 2022-10-14 11:53:30 +05:00
noumantahir
0bb051d675 implemented points mutation on voting 2022-10-14 00:13:14 +05:00
noumantahir
0f7ce49999 introduced points mutation hook 2022-10-14 00:12:45 +05:00
noumantahir
7edd1308ad Merge remote-tracking branch 'origin/development' into nt/usr-activity-cache
# Conflicts:
#	src/screens/editor/container/editorContainer.tsx
2022-10-13 16:30:37 +05:00
noumantahir
d1f3fc29bb lint 2022-10-13 16:29:12 +05:00
noumantahir
9bc7d5fba3 added TODO tags to address user activity 2022-10-13 16:27:09 +05:00
Feruz M
808caa6e79
Merge pull request #2509 from ecency/revert-2508-nt/draft-mutation
Revert "Nt/draft mutation"
2022-10-13 15:57:50 +05:30
Nouman Tahir
bf6e184b3a
Revert "Nt/draft mutation" 2022-10-13 14:07:16 +05:00
Feruz M
30c528137d
Merge pull request #2508 from ecency/nt/draft-mutation
Nt/draft mutation
2022-10-12 18:08:21 +05:30
Nouman Tahir
0f200cce8f making use of live draft update mutations 2022-10-12 17:29:09 +05:00
Nouman Tahir
2d4aee56dc added draft update mutation 2022-10-12 17:28:47 +05:00
Feruz M
0f0bb4e13b
Merge pull request #2507 from ecency/nt/delegation-value-overflow
dynamic userListItem right text wrapper style
2022-10-12 15:18:56 +05:30
Nouman Tahir
96c9f83b0b dynamic uselistitem right text wrapper style 2022-10-12 14:25:52 +05:00
Feruz M
339ee8c92f
Merge pull request #2506 from ecency/nt/warning-fix
fixed component update from inside function body issue
2022-10-12 13:54:35 +05:30
Nouman Tahir
a9af4c4814 fixed component update from inside function body issue 2022-10-12 13:06:54 +05:00
Feruz M
3c57579333
Merge pull request #2505 from ecency/nt/text-input-simplify
Nt/text input simplify
2022-10-12 13:08:30 +05:30
Nouman Tahir
75608098b5 fixed android oreo scroll issue 2022-10-12 12:30:27 +05:00
Nouman Tahir
d658cc18fb avoind textinput state updates 2022-10-12 11:57:42 +05:00
Nouman Tahir
f3d62bf4cd simplified text input styling 2022-10-12 11:56:58 +05:00
Feruz M
50ff83b41a
Merge pull request #2473 from ecency/sa/limit-meta-imgs
limit images to 10 while extracting meta
2022-10-12 11:05:42 +05:30
Feruz M
4b7269ecc4
Merge pull request #2504 from ecency/nt/refine-tag-input
Nt/refine tag input
2022-10-12 11:03:34 +05:30
Nouman Tahir
315aa9d7cc support for comma and space separated tags 2022-10-12 10:05:55 +05:00
Nouman Tahir
41d3347b0c running verification routine on tag register 2022-10-12 09:46:33 +05:00
Nouman Tahir
3eb4a860ae avoid rendering # before tag value 2022-10-12 09:43:00 +05:00
Sadaqat Ali
e2ffce2a4a limit users and links in meta 2022-10-11 22:59:12 +05:00
Sadaqat Ali
0085b7a601 Merge branch 'development' of https://github.com/ecency/ecency-mobile into sa/limit-meta-imgs 2022-10-11 22:25:20 +05:00
Nouman Tahir
2e22068ad5 debounce time increase 2022-10-11 18:51:14 +05:00
Nouman Tahir
6f92b92cdd Merge remote-tracking branch 'upstream/development' into nt/refine-tag-input 2022-10-11 18:46:47 +05:00
Nouman Tahir
d885f94103 refined tags input behaviour 2022-10-11 18:45:52 +05:00
Feruz M
64c534df6f
Merge pull request #2503 from ecency/nt/long-press-reply
Nt/long press reply
2022-10-11 18:47:58 +05:30
Nouman Tahir
aba5c66eb4 support for long press quick reply modal 2022-10-11 17:34:02 +05:00
Nouman Tahir
2e2c36a714 lint 2022-10-11 17:30:08 +05:00
Nouman Tahir
d8973d328c added remove icon with ui fine tuning 2022-10-11 16:58:07 +05:00