Commit Graph

33009 Commits

Author SHA1 Message Date
noumantahir
183cd587de lint 2022-10-19 14:23:40 +05:00
noumantahir
3a05b7f4e2 pin code to useNavigation 2022-10-19 14:12:55 +05:00
noumantahir
86279a1f57 removed intl 2022-10-19 14:06:03 +05:00
noumantahir
142da0a183 follows, regisgter, hivesigner and settings container to useNavigation 2022-10-19 13:41:33 +05:00
noumantahir
7887e8b605 community related classes to useNavigation 2022-10-19 13:28:06 +05:00
noumantahir
411decf1f1 redeem container migrate to useNavigation 2022-10-19 13:16:17 +05:00
noumantahir
ca4d95c4cf profile edit migrate to useNavigation 2022-10-19 13:14:02 +05:00
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
Nouman Tahir
7501957651 resolved duplicate navigation 2022-10-18 17:05:39 +05:00
Nouman Tahir
7493558bb1 cleared components directory from withNavigation 2022-10-18 17:04:15 +05:00
Nouman Tahir
c604572b55 app working uptill AppNavigator init 2022-10-18 16:24:27 +05:00
Nouman Tahir
ba45515b70 updated packages, react-navigation, safearea-context, netinfo 2022-10-18 15:49:37 +05:00
Nouman Tahir
389018cc81 migratted selected component to useNavigation 2022-10-18 15:46:18 +05:00
Nouman Tahir
d09fbaf23f fixed crashing comopnents directory 2022-10-18 13:33:10 +05:00
Nouman Tahir
1ec1ba0f76 App stable uptil index configurations 2022-10-18 12:35:31 +05:00
Nouman Tahir
68b1db06c4 separated dummy component 2022-10-18 12:02:35 +05:00
Nouman Tahir
7b6317075e raw store init 2022-10-18 12:01:25 +05:00
Nouman Tahir
4c645d20ca cleaned appdelegate 2022-10-18 11:23:51 +05:00
Nouman Tahir
42cc24f981 using updated redux pacakges 2022-10-17 18:33:37 +05:00
Nouman Tahir
a8bf1bb950 updating redux 2022-10-17 17:24:58 +05:00
Nouman Tahir
fbfca8ec9d android rendering successfully 2022-10-17 14:49:44 +05:00
Nouman Tahir
9d06fe091e updated ios side configs 2022-10-17 13:56:16 +05:00
Nouman Tahir
f3cd2de5b5 all android config file migrated 2022-10-17 13:42:23 +05:00
Nouman Tahir
9755e1b6ca build config update 2022-10-17 13:28:59 +05:00
Nouman Tahir
c8e8c456a8 lint 2022-10-17 13:11:23 +05:00
Nouman Tahir
ef9756cb2f lint 2022-10-17 13:10:35 +05:00
Nouman Tahir
269d3fb93a succesfully buidling android with 0 pacakge errors 2022-10-17 13:09:15 +05:00
Nouman Tahir
3c63b00f87 lint 2022-10-17 11:28:45 +05:00
Nouman Tahir
d34fa30f40 Merge branch 'development' into nt/rn-upgrade
# Conflicts:
#	ios/Ecency.xcodeproj/project.pbxproj
#	ios/Podfile
#	ios/Podfile.lock
#	package.json
#	yarn.lock
2022-10-17 11:28:10 +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