noumantahir
64b0608d2e
rendering 2 levels of replies thread and added button to show full thread
2021-08-25 20:58:22 +05:00
noumantahir
8b40f91a36
parsing recursive replies upto a certain selected level
2021-08-25 19:24:49 +05:00
noumantahir
8c058285eb
Merge remote-tracking branch 'origin/development' into nt/hive-end-updates
...
# Conflicts:
# src/providers/hive/dhive.js
# src/utils/postParser.tsx
2021-08-25 18:38:09 +05:00
Feruz M
cf1a81fb14
Merge pull request #2052 from ecency/nt/open-thread-fix
...
Nt/open-thread
2021-08-25 16:00:45 +03:00
noumantahir
69f8064037
fixed issue with open thread skipping screen navigation
...
essentially the selectedComment state was not working as expected, the state was referencing to previous state when on press callback is triggered. Added a side effect to open action panel after state is set.
2021-08-25 17:29:29 +05:00
Feruz M
84fccaed24
Merge pull request #2051 from ecency/nt/reputation
...
Nt/reputation
2021-08-25 14:18:56 +03:00
Feruz M
5708899918
Merge pull request #2050 from ecency/nt/build-issues
...
nt/build-issues
2021-08-25 14:10:14 +03:00
noumantahir
be5137ba0b
removed unused reputation methods
2021-08-25 14:00:14 +05:00
noumantahir
efe280e5af
removed reputation bubble from postHeader
2021-08-25 13:59:49 +05:00
noumantahir
cd115af3a0
updated reputation method to match with web version
2021-08-25 13:59:00 +05:00
noumantahir
0e772ca960
fixed build issues related to m1 build
2021-08-25 12:57:06 +05:00
Feruz M
75e00bf1d6
Merge pull request #2049 from ecency/nt/linking-fix
...
Nt - Linking Issue
2021-08-19 21:07:16 +03:00
Nouman Tahir
7bd736a084
added app query support in android for https and http
...
with android 11 privacy update, it is a required step to declare which external links your app may support
2021-08-19 21:49:56 +05:00
Nouman Tahir
79079f69b7
converting flattened discussion in to a parent thread
2021-08-19 17:14:15 +05:00
Feruz M
e4bdd61daf
Merge pull request #2047 from ecency/nt/jcenter-update
...
Nt - JCenter Removal
2021-08-19 15:06:14 +03:00
Nouman Tahir
b27004a30a
removed extra google repo reference
2021-08-19 16:31:41 +05:00
Feruz M
772b4c11de
Merge pull request #2045 from ecency/nt/custom-thumb
...
Nt/custom thumb
2021-08-18 21:32:36 +03:00
Feruz M
da9d6bb805
Merge pull request #2046 from ecency/nt/clipping-query
...
clipping @ and # from start of search query
2021-08-18 20:03:00 +03:00
Nouman Tahir
e81f20415f
updated getComments to use get_discussion endpoint
2021-08-18 21:46:43 +05:00
Nouman Tahir
1282f6eef5
using get_post instead of get_content endpoint
2021-08-18 21:06:36 +05:00
Nouman Tahir
db5e32e5cf
shifted repo to mavenCentral with exception of few selective group
...
remove when replacement for selective groups is available the jcenter will be accessible as read-only indefinitely so we should be good for now with these selective packages as they are not available off of jCenter
2021-08-18 19:41:19 +05:00
Nouman Tahir
e493777b8c
clipping @ and # from start of search query
2021-08-18 18:58:10 +05:00
Nouman Tahir
5ef63b6fbd
updated key extractor
2021-08-18 18:34:18 +05:00
Nouman Tahir
49727dfa59
integrated thumb selection with editor settings
2021-08-18 18:29:32 +05:00
Nouman Tahir
415c42686e
Merge branch 'development' into nt/custom-thumb
2021-08-18 14:04:19 +05:00
feruz
060c89a028
lottie deps update
2021-08-17 21:50:30 +03:00
feruz
9b65aabc36
version bump
2021-08-17 19:25:22 +03:00
Feruz M
80c157cad2
Merge pull request #2044 from ecency/nt/scrolling-comment
...
Nt - Scrolling Comment
2021-08-17 19:24:40 +03:00
Feruz M
4ce326be08
Merge pull request #2043 from ecency/nt/clickable-reblogger
...
Nt - Clickable Reblogger
2021-08-17 19:20:20 +03:00
Nouman Tahir
0ce79358d1
Integrated thumbnail selection modal with editorScreen and passed thumb index to meta extractor
2021-08-17 20:54:51 +05:00
Nouman Tahir
3bc48fcb16
Introduced thumbnail selection modal
2021-08-17 20:54:19 +05:00
Nouman Tahir
d8cc65375c
setting post display scroll to have min height equals window
...
android web view do not support scrollEnabled property and when scroll viewport is less than scrollable height, the webview was letting the content to be scroll, this was happening for both comment and body.
now, since height will always be scrollable, content of webview is set to not scrollable.
2021-08-17 16:12:10 +05:00
Nouman Tahir
75a631669f
reblogged by label is now clickable and directs to rebloging user
2021-08-17 13:35:28 +05:00
Feruz M
081e8db658
Merge pull request #2042 from ecency/nt/reporting-token-intercept
...
NT - Notify Token Inject Failure
2021-08-16 15:13:54 +03:00
Nouman Tahir
34186ce918
reporting event if access token fails to get injected
2021-08-16 17:04:29 +05:00
Feruz M
5a3858de1f
Merge pull request #2034 from ecency/dependabot/npm_and_yarn/path-parse-1.0.7
...
Bump path-parse from 1.0.6 to 1.0.7
2021-08-16 14:32:30 +03:00
Feruz M
39ca38a5e5
Merge pull request #2041 from ecency/nt/token-register-limit
...
Nt - Token register limit
2021-08-16 14:25:53 +03:00
Nouman Tahir
66ee49d2c0
update register token call if no user
2021-08-16 16:09:16 +05:00
Feruz M
55256c33ff
Merge pull request #2039 from ecency/nt/locale-warning-fix
...
nt - locale warning fix
2021-08-16 12:39:42 +03:00
Feruz M
64fdc66023
Merge pull request #2040 from ecency/nt/linking-fix
...
updated soloader
2021-08-16 12:36:39 +03:00
Feruz M
333f97a9c1
Merge pull request #2038 from ecency/nt/dropdown-fix
...
defaulting modal height if default index is selected
2021-08-16 12:36:02 +03:00
Nouman Tahir
25df277f7a
defaulting modal height if default index is selected
...
my tests who the issue is indeed with modal-dropdown itself, whenever a default index is selected and modal has a custom height, the scroll is messed up....
as a quick fix, whenever there is a pre selected index, I set the height to default value, this hack fixes the issue for use for now.
The real fix would be to update the modal dropdown itself.
2021-08-16 13:42:56 +05:00
Nouman Tahir
c0dcd4eb66
removed warning regarding locale definition, instead updating the definition
2021-08-16 12:46:57 +05:00
Nouman Tahir
3664a2e8dc
updated soloader
...
it was potentially causing the couldn't find DSO to load: libhermes.so issue:
ref: https://github.com/facebook/react-native/issues/29528#issuecomment-737734746
2021-08-16 12:45:57 +05:00
feruz
347bd0e271
update project files
2021-08-12 06:16:38 +03:00
Feruz M
5d2eba0ed3
Merge pull request #2037 from ecency/nt/youtube-update
...
Nt/youtube update
2021-08-11 21:48:49 +03:00
Nouman Tahir
eac946caf8
cleanup
2021-08-11 23:38:49 +05:00
Nouman Tahir
86876c2923
removed unused youtube screen references
2021-08-11 23:32:28 +05:00
Nouman Tahir
4692a401dd
updated youtube packages
2021-08-11 23:32:04 +05:00
Feruz M
e479e42abd
Merge pull request #2036 from ecency/nt/transaction-id-fix
...
Nt/transaction id fix
2021-08-11 16:57:41 +03:00