Commit Graph

29394 Commits

Author SHA1 Message Date
Feruz M
91ce8edd1f New translations en-US.json (Spanish, Mexico) 2022-02-03 20:54:17 +02:00
Feruz M
3361c4fc03 New translations en-US.json (Spanish, Argentina) 2022-02-03 20:54:16 +02:00
Feruz M
cdafdde543 New translations en-US.json (Tamil) 2022-02-03 20:54:15 +02:00
Feruz M
50debfb4a7 New translations en-US.json (Persian) 2022-02-03 20:54:14 +02:00
Feruz M
9cdd142ce0 New translations en-US.json (Indonesian) 2022-02-03 20:54:13 +02:00
Feruz M
634497e8d8 New translations en-US.json (Icelandic) 2022-02-03 20:54:12 +02:00
Feruz M
dcf279c4b8 New translations en-US.json (Galician) 2022-02-03 20:54:11 +02:00
Feruz M
c177bb72a8 New translations en-US.json (Polish) 2022-02-03 20:54:11 +02:00
Feruz M
96f38ea190 New translations en-US.json (Vietnamese) 2022-02-03 20:54:10 +02:00
Feruz M
8861b7095b New translations en-US.json (Chinese Traditional) 2022-02-03 20:54:09 +02:00
Feruz M
a3e4a59cab New translations en-US.json (Chinese Simplified) 2022-02-03 20:54:08 +02:00
Feruz M
36999609e4 New translations en-US.json (Ukrainian) 2022-02-03 20:54:06 +02:00
Feruz M
bdb32f54da New translations en-US.json (Turkish) 2022-02-03 20:54:05 +02:00
Feruz M
55942ae3ab New translations en-US.json (Swedish) 2022-02-03 20:54:04 +02:00
Feruz M
e507dd582d New translations en-US.json (Albanian) 2022-02-03 20:54:03 +02:00
Feruz M
e0639ad8fe New translations en-US.json (Slovenian) 2022-02-03 20:54:02 +02:00
Feruz M
832440fd69 New translations en-US.json (Slovak) 2022-02-03 20:54:00 +02:00
Feruz M
e5d24c5799 New translations en-US.json (Russian) 2022-02-03 20:53:59 +02:00
Feruz M
918f70fe65 New translations en-US.json (Urdu (Pakistan)) 2022-02-03 20:53:58 +02:00
Feruz M
8b46d618b8 New translations en-US.json (Romanian) 2022-02-03 20:53:57 +02:00
Feruz M
2d96bd449b
Merge pull request #2178 from ecency/nt/multiple-media-selection
Nt/multiple media selection
2022-02-03 20:44:54 +02:00
Sadaqat Ali
e1937c9ae2 added input for amount selection 2022-02-03 22:52:29 +05:00
noumantahir
887f284e74 eof 2022-02-03 22:35:29 +05:00
noumantahir
797c784c4d reseting indices on delete end 2022-02-03 22:32:58 +05:00
noumantahir
381942d53f updated translations 2022-02-03 22:30:42 +05:00
noumantahir
f732c0d082 applied required changes for multiple media selection in markdown editor 2022-02-03 22:30:20 +05:00
noumantahir
93150b31cf updated uploads selection modal to support multiple image selection and deletion 2022-02-03 22:29:58 +05:00
noumantahir
ad35ac5571 checkbox view now listen for isChecked prop change 2022-02-03 22:29:11 +05:00
noumantahir
3dce7b9ca0 introduced apply media link to support multiple image insertions 2022-02-03 22:28:13 +05:00
Sadaqat Ali
e7e92088b5 added autocomplete to user 2022-02-03 20:54:01 +05:00
Feruz M
86cfe49428
Merge pull request #2176 from ecency/nt/android-video-workaround
using modal style video playback mechanism for android
2022-02-03 14:28:19 +02:00
noumantahir
754d74b92a fallback parentTags for comment cache 2022-02-03 16:48:34 +05:00
noumantahir
53ef45e0d6 using modal style video playback mechanism for android 2022-02-03 15:45:18 +05:00
Sadaqat Ali
3f2b0d968d register tooltip in redux 2022-02-02 22:21:20 +05:00
Sadaqat Ali
d4f9b1c688 Merge branch 'development' of https://github.com/ecency/ecency-mobile into sa/getting-started-tooltip 2022-02-01 10:42:42 +05:00
Sadaqat Ali
66036d77e9 fixed dropdown touch bug in seetings screen 2022-02-01 08:35:35 +05:00
noumantahir
8aab6a9a3c Merge remote-tracking branch 'origin/development' into nt/comments-cache 2022-01-31 20:39:57 +05:00
noumantahir
31a020b149 added support for deleting cached comment and cleaning cache on delete 2022-01-30 22:30:26 +05:00
noumantahir
34c93303f3 caching comment json_metadata along 2022-01-30 22:07:40 +05:00
Feruz M
48518bb90c
Merge pull request #2171 from ecency/nt/refer-fix
updated share content props for refering
2022-01-30 18:54:29 +02:00
noumantahir
e9313eda6d updated share content props for refering 2022-01-30 21:49:38 +05:00
noumantahir
2343083b34 updated comment body state based on cache event 2022-01-30 02:19:15 +05:00
noumantahir
1a3ced39de added support for caching reply to comments 2022-01-30 01:36:43 +05:00
noumantahir
3d1b11fe8d smartly chosing between local cache and server comment data based on updated timestamp 2022-01-29 23:13:07 +05:00
noumantahir
ea83c248b1 updated cache registering to support updated comment cache model 2022-01-29 23:12:13 +05:00
noumantahir
3fc343eb81 support for handling updated, created and markdownBody 2022-01-29 23:11:43 +05:00
noumantahir
2cb6cf7c93 fixed issue with render-helper cache not updating
render helper method is looking last_update property of post data while there is not such property available, using updated as last_update to fix the issue on FE side
2022-01-29 23:10:28 +05:00
Feruz M
c300b44cab
Merge pull request #2169 from ecency/sa/NSFW-Bug
Fixed NSFW Dropdown bug
2022-01-29 19:17:34 +02:00
Sadaqat Ali
c555655bce fixed NSFW dropdown bug
fixes #2126
2022-01-29 21:17:35 +05:00
noumantahir
605abaf5c3 adding cache entry for comment update 2022-01-29 18:51:38 +05:00