Commit Graph

24951 Commits

Author SHA1 Message Date
Nouman Tahir
39032ba74b fine tuning 2021-04-04 01:30:48 +05:00
Nouman Tahir
9a6e49a481 added support for removing uploaded image 2021-04-04 01:18:39 +05:00
Nouman Tahir
0d837f9bf3 added support for gallery modal 2021-04-04 00:58:17 +05:00
Feruz M
73f00a94f2
Merge pull request #1891 from ecency/nt/tweaks
Nt/tweaks
2021-04-02 21:00:31 +03:00
Nouman Tahir
97df283214 using await with image upload, keeping better track of selection 2021-04-02 21:04:03 +05:00
Nouman Tahir
902d913f74 adding extra base height fixed text clipping issue 2021-04-02 20:35:05 +05:00
feruz
a78e5a9c70 hivesigner package fix 2021-04-02 13:52:00 +03:00
Nouman Tahir
378b781773 improved stacked tab bar to return selected filter key 2021-04-02 12:08:25 +05:00
Nouman Tahir
f97ff24142 added basic filter structure with single tab bar manager 2021-04-02 10:57:50 +05:00
Nouman Tahir
f90f661b17 add placeholder for tabbed posts 2021-04-02 10:57:49 +05:00
Feruz M
32595f7e51 New translations en-US.json (Arabic) 2021-04-02 01:56:26 +03:00
Feruz M
ba77027f44
Merge pull request #1889 from ecency/nt/post-draft-master
Nt/post draft master
2021-04-01 21:32:05 +03:00
Nouman Tahir
4cf3aa851c showing keyboard on modal close or directly if no modal required 2021-04-01 20:42:37 +05:00
Nouman Tahir
35ea73d4d0 mid sdk update 2021-04-01 15:34:59 +05:00
Nouman Tahir
a605738b63 dismissing keyboard before showing action panel to avoid transparency glitch 2021-04-01 15:33:53 +05:00
Nouman Tahir
e90040d716 fine tuning, texts update 2021-04-01 15:30:31 +05:00
Nouman Tahir
d977b75b23 using action sheet instead of modal 2021-04-01 14:42:57 +05:00
Nouman Tahir
486a8191ae added structure for global action modal 2021-04-01 14:17:25 +05:00
Feruz M
8c214a0927
Merge pull request #1887 from ecency/nt/post-draft-master
Nt/post draft master
2021-03-31 22:20:32 +03:00
Nouman Tahir
8a98e7f730 using updated flag to load draft, fetching drafts in draftsScreen on draft save 2021-03-31 23:41:37 +05:00
Nouman Tahir
d8c94dab42 added basic filter structure with single tab bar manager 2021-03-31 23:21:26 +05:00
Nouman Tahir
72d9e680e9 appcenter update 2021-03-31 20:37:20 +05:00
Nouman Tahir
b9f4241d83 save draft only if body and title has data 2021-03-31 18:49:22 +05:00
Nouman Tahir
1136c112e5 Merge branch 'development' into nt/native-filters 2021-03-31 16:41:37 +05:00
Nouman Tahir
3386826d69 add placeholder for tabbed posts 2021-03-31 16:41:17 +05:00
Nouman Tahir
506e48c7f3 Merge remote-tracking branch 'upstream/development' into nt/post-draft-master
# Conflicts:
#	src/screens/editor/container/editorContainer.js
2021-03-30 21:42:01 +05:00
Nouman Tahir
bea5555351 added support for translations for new strings 2021-03-30 21:37:42 +05:00
Nouman Tahir
ecb7ee2e6d attempting to blind fix text input scroll issue
based on https://github.com/facebook/react-native/issues/12799
2021-03-30 21:06:05 +05:00
Nouman Tahir
f023565851 resolved draft bug affecting new installs 2021-03-30 20:51:55 +05:00
Nouman Tahir
ecfc970883 text align vertical top 2021-03-30 20:40:39 +05:00
Feruz M
e6c5ea6b43
Merge pull request #1886 from ecency/master
Master
2021-03-30 17:59:18 +03:00
Feruz M
78df426cc4
Merge pull request #1885 from ecency/details-timout-fix
removed timeout - using post body loading flag to render footer content
2021-03-30 17:58:40 +03:00
Feruz M
ea22d79553
Merge pull request #1884 from ecency/upvote-refresh-fix
Upvote refresh fix
2021-03-30 17:58:02 +03:00
Nouman Tahir
eec0527bae added editor min height 2021-03-30 18:33:13 +05:00
Nouman Tahir
93c03dba3c showing draft saved toast 2021-03-30 18:31:34 +05:00
Nouman Tahir
58ce0f9676 Updated draft save load flow
1. saves draft to DB on unmount
2. prompts user to load recent draft or write new post
3. opens draft based on save status and timestamp of draft
4. prioritises local unsaved data in case of DB save failure
2021-03-30 18:19:48 +05:00
Nouman Tahir
78dc054f69 removed timeout - using post body loading flag to render footer content 2021-03-30 14:07:36 +05:00
Nouman Tahir
8af719b05b removed unused post fetch and removed content state 2021-03-30 12:58:37 +05:00
Nouman Tahir
db823b76f1 update upvote state inside post card 2021-03-30 12:51:17 +05:00
Feruz M
5b9803f16b
Merge pull request #1880 from ecency/nt/post-draft
Post draft reset fix
2021-03-29 13:01:12 +03:00
Nouman Tahir
8342e10ae0 choosing between local and remote draft based on timestamp 2021-03-28 11:05:40 +05:00
Nouman Tahir
ebe0837543 maintaining draft local edits 2021-03-27 11:29:41 +05:00
Nouman Tahir
37cddc81fb Merge remote-tracking branch 'upstream/development' into nt/tweaks 2021-03-24 19:30:15 +05:00
Feruz M
ff36950c68 New translations en-US.json (Hindi) 2021-03-24 15:39:34 +02:00
Nouman Tahir
e253e311f4 improved null check draft save routine 2021-03-24 16:23:50 +05:00
feruz
9e757f729b version bump 2021-03-23 12:14:04 +02:00
Feruz M
4032217c11
Merge pull request #1876 from ecency/development
3.0.15
2021-03-23 12:11:19 +02:00
Nouman Tahir
0e481e98d9 covering replies in post parser body 2021-03-23 12:41:53 +05:00
Feruz M
f5406b3727
Merge pull request #1866 from ecency/l10n_development
New Crowdin updates
2021-03-23 09:29:14 +02:00
Feruz M
7f94d18ce1
Merge pull request #1874 from ecency/nt/tweaks
Nt/tweaks
2021-03-23 09:28:58 +02:00