Commit Graph

26780 Commits

Author SHA1 Message Date
noumantahir
b814b0a817 added dot menu to right of post header 2021-09-05 13:26:58 +05:00
noumantahir
8c173f8bcd refine replies reveal mechanism 2021-09-05 12:24:51 +05:00
Nouman Tahir
e42d71e702 rough implementation for testing 2021-09-03 12:31:17 +05:00
Nouman Tahir
2a170f5dbd renamed center to text-center class 2021-09-03 12:13:29 +05:00
Nouman Tahir
99734719e7 fixed type in file name 2021-09-03 12:11:25 +05:00
Nouman Tahir
53d5521f99 using regex to extract anchored post link 2021-09-03 11:16:26 +05:00
Nouman Tahir
58b6fa8183 processing anchored post link 2021-09-03 10:56:38 +05:00
Nouman Tahir
487d5f1217 discarding center for div with center class 2021-09-03 09:57:41 +05:00
noumantahir
563f066b08 introduced separate htmlRenderer component to avoid re-render glitches 2021-08-31 20:31:44 +05:00
noumantahir
5597384a5d added styles for phishy and text-align 2021-08-31 18:06:35 +05:00
noumantahir
0dab94d4c6 removed test height 2021-08-31 16:25:08 +05:00
noumantahir
f3548785c7 handling long press using handler instead of touchable
touchable was causing child views to drop touch events
2021-08-31 13:17:40 +05:00
noumantahir
6e93cba281 Revert "handling long press"
This reverts commit 100b4d31ec.
2021-08-31 13:11:22 +05:00
noumantahir
100b4d31ec handling long press 2021-08-31 13:09:27 +05:00
noumantahir
a25771fc9d handling embedded video links 2021-08-31 12:49:08 +05:00
noumantahir
7d37d97e54 rendering video thumb play button 2021-08-31 12:00:32 +05:00
noumantahir
102eb435dd handling various anchor data types 2021-08-31 10:36:04 +05:00
noumantahir
c9f752bcbb favouring anchor link over image if image is anchor child 2021-08-31 09:38:39 +05:00
noumantahir
b4caaddf76 handling image click event and image slideshow 2021-08-31 07:37:14 +05:00
noumantahir
85beb90aff Merge branch 'development' into nt/native-render 2021-08-30 17:32:45 +05:00
Feruz M
f0440eeed0
Merge pull request #2054 from ecency/nt/manifest-fix
nt/manifest-fix
2021-08-27 13:13:22 +03:00
Nouman Tahir
2e1e21f431 removed http data scheme from queries intent.
we can support http as well though, but I doubt we require that as android production app also do not support http calls there is not point open external links with http.
2021-08-27 14:48:45 +05:00
noumantahir
36f2dd3eff handling simple data-ref onPress 2021-08-27 00:11:16 +05:00
noumantahir
0b4feae3ab added native html renderer with tag styles integrated 2021-08-26 21:03:26 +05:00
Feruz M
c4f459eabb
Merge pull request #2048 from ecency/nt/hive-end-updates
Nt/hive end updates
2021-08-25 20:23:01 +03:00
noumantahir
876860ff31 removed test code 2021-08-25 21:05:36 +05:00
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