noumantahir
be1d4bbafe
updated and refined comment action panel
2021-09-05 16:28:23 +05:00
noumantahir
0d898f11a4
fine tuned content widths and vertical spacings
2021-09-05 13:27:41 +05:00
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
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
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
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
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
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
Nouman Tahir
e81f20415f
updated getComments to use get_discussion endpoint
2021-08-18 21:46:43 +05:00
Nouman Tahir
49727dfa59
integrated thumb selection with editor settings
2021-08-18 18:29:32 +05:00
Feruz M
80c157cad2
Merge pull request #2044 from ecency/nt/scrolling-comment
...
Nt - Scrolling Comment
2021-08-17 19:24:40 +03: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
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
eac946caf8
cleanup
2021-08-11 23:38:49 +05:00
feruz
a864f44124
post header custom style
2021-08-10 00:02:02 +03:00
feruz
bbde055f99
fix claim rewards bug
2021-08-09 22:25:05 +03:00
feruz
e08d0acf7f
render update, external link, image click fix
2021-08-09 21:51:30 +03:00
Nouman Tahir
537abd6740
updated reputation badge style
2021-08-08 19:51:40 +05:00
Nouman Tahir
4eda2ca12b
updated post description time and reputation placement
2021-08-08 19:42:42 +05:00
feruz
27fcc63ec5
tag line improved
2021-08-07 21:35:13 +03:00
feruz
b99084e7fe
Merge branch 'development' of https://github.com/ecency/ecency-mobile into development
2021-08-07 18:36:27 +03:00
feruz
d2b5f9b559
community tag improved
2021-08-07 18:32:16 +03:00
Feruz M
084cd7c83a
Merge pull request #2016 from ecency/nt/hive-beta
...
WIP - Nt/hive beta
2021-08-07 15:26:58 +03:00
feruz
2d654a2c7c
possible dropdown fix?!
2021-08-07 15:20:17 +03:00
feruz
97aeb410a2
bugsnag: follows check
2021-08-07 13:03:12 +03:00
feruz
99ca9606b5
add last week logic
2021-08-07 12:50:11 +03:00
feruz
e804b77b02
relinker android and tags type check
2021-08-07 10:37:55 +03:00
feruz
32ff70365d
init iap
2021-08-07 06:57:05 +03:00