Commit Graph

2023 Commits

Author SHA1 Message Date
Nouman Tahir
fde8e7b75c added tabbed posts fetch class 2021-04-05 22:54:53 +05:00
Nouman Tahir
8574995c7f setup tabbed posts reducer 2021-04-05 22:27:52 +05:00
Nouman Tahir
d822866fc8 Merge branch 'nt/native-filter' into nt/native-filters
# Conflicts:
#	ios/Ecency.xcodeproj/project.pbxproj
#	src/components/tabbedPosts/container/tabbedPosts.tsx
#	src/components/tabbedPosts/view/stackedTabBar.tsx
2021-04-05 19:42:16 +05:00
Nouman Tahir
c99cb01461 adding reducer 2021-04-05 19:40:56 +05:00
Nouman Tahir
5d3fa83ae0 Merge remote-tracking branch 'upstream/development' into nt/native-filters
# Conflicts:
#	ios/Ecency.xcodeproj/project.pbxproj
#	ios/Podfile.lock
#	src/components/index.js
2021-04-05 19:09:15 +05:00
Nouman Tahir
b6c1c8ff01 fixed notification refresh cancelation 2021-04-05 17:20:00 +05:00
Nouman Tahir
032e6f74a8 unblocked editor while images upload in background 2021-04-04 01:51:00 +05:00
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
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
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
Nouman Tahir
4cf3aa851c showing keyboard on modal close or directly if no modal required 2021-04-01 20:42:37 +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
Nouman Tahir
d8c94dab42 added basic filter structure with single tab bar manager 2021-03-31 23:21:26 +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
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
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
Nouman Tahir
eec0527bae added editor min height 2021-03-30 18:33:13 +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
cdc9075ae1 fix conflict 2021-03-22 21:47:22 +02:00
feruz
091e2c652f search page extra check fix 2021-03-22 21:45:49 +02:00
Nouman Tahir
f7643a6a31 corrected mediaType; retaining activeOpacity to 1 2021-03-23 00:15:07 +05:00
Nouman Tahir
dedc8cb409 type correction; setting mediaType ImagePicker 2021-03-22 23:58:37 +05:00
Nouman Tahir
2c9905626c discarded generateUUid in favour of author permlink mix 2021-03-22 22:45:14 +05:00
Nouman Tahir
1b5e640e76 updated posts fetch limit to 20 and new post check to 5 2021-03-22 22:38:55 +05:00
Nouman Tahir
ffac4f2b46 removed scrolling glitch by maintain image height cahce 2021-03-22 19:37:35 +05:00
Nouman Tahir
6b9ba5575b updated long image component 2021-03-22 17:23:40 +05:00
Nouman Tahir
f5dd78e415 imporved babel script, put back important logs and redux logger 2021-03-18 10:56:05 +05:00
Nouman Tahir
23b3129d9b put back upvote status calculator 2021-03-18 01:51:09 +05:00
Nouman Tahir
211616224a removed logger and some major console statements 2021-03-18 01:49:08 +05:00
Nouman Tahir
84d01b2170 removed upvote status calculator for testing 2021-03-18 00:03:28 +05:00
Nouman Tahir
4abe1dcccb using slice only when length is greater than 5 2021-03-17 15:42:31 +05:00
Nouman Tahir
6d32edf66d avoiding inline style 2021-03-16 13:59:22 +05:00
Nouman Tahir
f7a3879906 replaced KeyboardAwareView with KeyboardAvoidingView 2021-03-16 13:56:14 +05:00
Nouman Tahir
c3bb8a13f9 added mount flag in upvote calculator 2021-03-16 13:26:26 +05:00
Nouman Tahir
7ae16ea94f fixed issue with keyboard hiding button in iOS 2021-03-16 13:11:46 +05:00
Feruz M
27597cc20e
Merge pull request #1854 from ecency/nt/cached_tabs
Cached Tabs
2021-03-15 11:37:13 +02:00
Feruz M
6dbbe88cab
Merge pull request #1858 from ecency/snippets
reduced max width available to left buttons of stickybar
2021-03-15 11:35:59 +02:00
Nouman Tahir
01866b6644 reduced max width available to left buttons of stickybar 2021-03-15 14:14:11 +05:00
Nouman Tahir
c1f51e7f8c newPosts slicer to limit popup images 2021-03-15 14:01:58 +05:00
Feruz M
33bda2177a
Merge pull request #1856 from ecency/snippets
Snippets
2021-03-15 11:00:11 +02:00
feruz
9f3f3181c2 consistent wording with website 2021-03-15 10:51:22 +02:00
Nouman Tahir
82e60d786f linked translations with new post popup 2021-03-15 13:35:18 +05:00
Nouman Tahir
b843fc2032 converting add button to floating style 2021-03-15 13:25:28 +05:00
Nouman Tahir
5744922f45 linked translation and added remove confirmation 2021-03-15 13:16:47 +05:00
feruz
0ce665c26b fix adding issue 2021-03-14 23:46:00 +02:00
Nouman Tahir
53c5686617 applying snippet 2021-03-14 22:10:16 +05:00
Nouman Tahir
4ed29a9d84 updated snippets modal styling 2021-03-14 21:38:55 +05:00
Nouman Tahir
dc9cbbc4b2 added support for add, edit and remove snippets 2021-03-14 19:13:10 +05:00
Nouman Tahir
799ab88333 added basic ui for snippet add/update - using ts 2021-03-14 18:17:39 +05:00
Nouman Tahir
d8c0c50689 showing add button as footer 2021-03-14 00:42:31 +05:00
Nouman Tahir
1b0eac6316 themified account switch modal 2021-03-14 00:19:20 +05:00
Nouman Tahir
87119cd269 added on load end timeout 2021-03-12 20:19:16 +05:00
Nouman Tahir
d779fc1b8e discarded selectedFilterVal in favour of cache.currentFilter and cache.currentSubFilter 2021-03-12 18:15:06 +05:00
Nouman Tahir
87de90b968 refreshing without reseting cache 2021-03-12 17:10:14 +05:00
Nouman Tahir
786827a793 avoid new posts pop for wrong filter 2021-03-12 13:26:04 +05:00
Nouman Tahir
692c3bb526 fixed issue with fresh posts matcher 2021-03-12 12:22:24 +05:00
Nouman Tahir
8afa4abc24 reduced post recheck to 10 minutes, add post check on app resume 2021-03-11 16:54:23 +05:00
Nouman Tahir
b02a67d252 fixed image blank spacing issue 2021-03-11 16:40:55 +05:00
Nouman Tahir
92a506a061 limiting image height while avoiding white spacing 2021-03-11 15:15:39 +05:00
Nouman Tahir
e3833cc782 code clean 2021-03-11 14:59:05 +05:00
Nouman Tahir
98ec9e0d77 resizing image component onLoad 2021-03-11 14:57:51 +05:00
feruz
8b06184657 styling 2021-03-11 11:10:18 +02:00
Nouman Tahir
f46fdfee20 updated refresh time to 30 minutes 2021-03-11 14:01:15 +05:00
feruz
d94d2f310d clean up 2021-03-11 10:55:40 +02:00
feruz
944237fd99 wip snippets 2021-03-11 10:50:16 +02:00
Nouman Tahir
c934e35884 added null check for initPosts, cleaned reset local vote function 2021-03-10 01:06:11 +05:00
Nouman Tahir
2f4532bcc1 improved posts fetch logic, also added support for images 2021-03-09 21:14:37 +05:00
Nouman Tahir
7ba4900fba added null check in posts 2021-03-09 19:30:59 +05:00
Nouman Tahir
59d768dade added basic posts refresh model 2021-03-09 17:14:52 +05:00
Nouman Tahir
26cac88539 handling local vote after activeVotes calculation 2021-03-09 13:10:26 +05:00
Nouman Tahir
5422d2f5f1 handled logout login and account switch fro cached tabs 2021-03-09 12:53:11 +05:00
Nouman Tahir
beb1640b87 maintaing local vote map 2021-03-08 21:02:56 +05:00
Nouman Tahir
1c5a7c37e0 posts view code clean 2021-03-08 19:42:36 +05:00
Nouman Tahir
c595e84d10 fixed bug with active votes count displaying votes object 2021-03-08 19:42:01 +05:00
Nouman Tahir
de8e404646 removed test alert box 2021-03-08 19:34:21 +05:00
Nouman Tahir
1e545d7545 memorizing scrolls 2021-03-08 18:57:58 +05:00
Nouman Tahir
b9384eb829 fixed login posts issue 2021-03-08 17:15:52 +05:00
Nouman Tahir
98294f8b93 Merge remote-tracking branch 'upstream/nt/posts_experimental' into nt/cached_tabs 2021-03-06 01:54:38 +05:00
Nouman Tahir
67f766563f handling exception of feed tab 2021-03-06 01:51:20 +05:00
Nouman Tahir
3bcb3014fc successfully caching first batch of posts 2021-03-06 00:18:07 +05:00
feruz
8e1b43df4e fix style of user list 2021-03-05 17:13:47 +02:00
Nouman Tahir
c1c00d3209 ignoring ts and tsx imports 2021-03-05 20:09:46 +05:00
Nouman Tahir
ab51c0a96e fixed bug: 0 votes in post details
moved active votes count postDisplayContainer and linked with useEffect hook
2021-03-05 19:51:29 +05:00
Nouman Tahir
6cd59783b0 lint 2021-03-05 18:10:04 +05:00
Nouman Tahir
202bae5e03 added comments placeholder animation 2021-03-05 18:09:03 +05:00
Nouman Tahir
6b259da067 applied post detail animation and using color filters 2021-03-05 16:55:40 +05:00
Nouman Tahir
708eef6064 using lottie animation for posts list 2021-03-05 16:13:02 +05:00
Nouman Tahir
c36f52c8d2 added image caching 2021-03-04 21:32:51 +05:00
Nouman Tahir
7b66fcac91 put back 1 card post placeholder 2021-03-04 21:17:13 +05:00
Nouman Tahir
092d7d49eb removed useless code form upvote view 2021-03-04 19:27:10 +05:00
Nouman Tahir
dda1ad5c0e Merge remote-tracking branch 'upstream/development' into nt/posts_experimental 2021-03-03 19:28:19 +05:00
Nouman Tahir
addb4f278f updated vote updater in post detail section 2021-03-03 19:26:55 +05:00
Nouman Tahir
5743d6b2c5 fixed upvote fake rendering 2021-03-03 19:26:54 +05:00
Nouman Tahir
88b40d7d20 maintaining feedposts cache separate to avoid data inconsistencies
I have also placed a basic structure to cache each feedScreen tab, will enable in next iteration after fixing the upvote updater issue
2021-03-03 19:26:54 +05:00
Nouman Tahir
63f1c04633 attempting to improve postcardContainer 2021-03-03 19:26:54 +05:00
Nouman Tahir
3ccade57a6 removed post card item refresh on postsContainer refresh
I believe it was uanessacry post fetch as once the list is refreshed all posts in list will refresh no matter
2021-03-03 19:26:53 +05:00
Nouman Tahir
a24df269e3 fixed scroll top top issue 2021-03-03 19:26:53 +05:00
Nouman Tahir
b6a05eff9a memorising flat-list and separated posts input from redux 2021-03-03 19:26:52 +05:00
feruz
b914f16c66 fix upvotecontainer bug 2021-03-03 19:26:52 +05:00
feruz
1f13e0b6d8 wallet improvements 2021-03-03 14:15:49 +02:00
Nouman Tahir
e1cfb84992 fixed bug crashing app when entering post details 2021-02-26 13:18:28 +05:00
Nouman Tahir
9d6b80480b removed animated empty view, wrapped _loadPosts in async 2021-02-25 17:33:37 +05:00
Nouman Tahir
4f5ece215a discarded useEffect hook and ImageSize calculator (for now) 2021-02-25 17:31:14 +05:00
Nouman Tahir
c869587b6e calculating up and down votes with async 2021-02-25 17:18:37 +05:00
feruz
bf20defe61 unfollow tag label 2021-02-04 20:39:32 +02:00
feruz
911ea6c77b improve posts parsing 2021-02-04 19:37:14 +02:00
feruz
05ed15760d autofocus on reply 2021-02-04 13:38:11 +02:00
feruz
9d218f26db auto focus 2021-02-04 12:58:48 +02:00
feruz
04c75c1b70 tag container unmounting fix 2021-02-04 12:40:45 +02:00
feruz
b43bad8565 cleanup function 2021-02-04 12:28:27 +02:00
feruz
bcc70e5005 username 2021-02-04 12:05:23 +02:00
feruz
ba642dee6e simplify 2021-02-04 12:01:19 +02:00
feruz
aa0c19692d reply account switch and other improvements 2021-02-04 11:21:32 +02:00
feruz
40c983176b thumbnail size stateful 2021-02-04 07:25:11 +02:00
feruz
f067a864aa update ratio thumbnail 2021-02-03 15:29:09 +02:00
feruz
c14d76195c use pure fastimage 2021-02-03 14:29:13 +02:00
feruz
7e8f56d8ff deeplinking improved 2021-02-03 11:49:00 +02:00
feruz
4990b66234 cleanup 2021-02-03 10:27:43 +02:00
feruz
6b6e759199 bug fixes and new accountsheet 2021-02-03 10:13:22 +02:00
feruz
9dbaebd4f9 increase time 2021-01-31 19:40:34 +02:00
Mustafa Buyukcelebi
2365a1b539 Fix for account bottom sheet component 2021-01-31 20:04:53 +03:00
feruz
13b02376ce fix padding bottom sheet 2021-01-31 16:22:21 +02:00
feruz
be12bf8d68 fix bottom 2 buttons sheet 2021-01-31 14:48:00 +02:00
feruz
c6ef607175 thumbnail fix and touchable opacity change 2021-01-31 13:54:59 +02:00
feruz
d71f4eb285 key fix account list 2021-01-31 12:23:48 +02:00
feruz
5f51842032 floor size height 2021-01-29 00:25:50 +02:00
feruz
29a6a84830 try fastimage animated 2021-01-28 23:48:54 +02:00
feruz
1dfddafea2 highlight user titles 2021-01-25 23:38:45 +02:00
feruz
124ad66d19 remove search page thumbnails 2021-01-25 15:14:48 +02:00
Furkan Kılıç
a647bda9c8 fix #1828 & fix #1837 2021-01-25 00:04:36 +03:00
Furkan Kılıç
f51660d79e Fix #1835 2021-01-24 18:45:00 +03:00
Feruz M
233c15806b
Merge branch 'development' into fix/1830 2021-01-24 15:20:36 +02:00
Furkan Kılıç
dcf55f513b Fix #1830 2021-01-24 15:52:56 +03:00
Furkan Kılıç
a43d1bb696 fix #1833 2021-01-23 22:38:23 +03:00
Furkan Kılıç
c46b699b62 Change design of the peopleResultsView 2021-01-22 00:18:38 +03:00
Furkan Kılıç
09cdfb2d3e Add customization and dark mode support to empty screen view 2021-01-21 23:45:23 +03:00
Furkan Kılıç
005391f3f6 Merge branch 'development' of github.com:ecency/ecency-mobile into feature/accounts-bottom-sheet 2021-01-21 23:31:34 +03:00
Furkan Kılıç
e9f869aae2 fix reopen issue and add dark mode support to accountsBottomSheet 2021-01-21 23:03:01 +03:00
Furkan Kılıç
a03b5ef0af fix searchResults people bug and logout bug 2021-01-21 00:53:21 +03:00
Furkan Kılıç
167fdf546d Fix CommunitiesScreen and AccountsBottomSheet bugs 2021-01-20 22:32:56 +03:00
feruz
ae66107df9 correct width according to marginhorizontal 2021-01-20 20:41:01 +02:00
feruz
df17f1636d space filter fix attempt 2021-01-20 16:19:36 +02:00
feruz
082ef2f87e thumbnail size ratio from smaller image 2021-01-19 14:11:21 +02:00
feruz
6c0509e37f logs clear, some fixes 2021-01-19 13:08:28 +02:00
feruz
c41926b93e remove unnecessary get_community calls 2021-01-19 12:57:26 +02:00
Furkan Kılıç
8475f2c91b Merge branch 'development' of github.com:ecency/ecency-mobile into feature/accounts-bottom-sheet 2021-01-19 00:18:35 +03:00
Furkan Kılıç
8067aa1227 Finish AccountsBottomSheet 2021-01-19 00:15:56 +03:00
Furkan Kılıç
cc89b2ffe6 Fixed github comments 2021-01-18 22:30:13 +03:00
Furkan Kılıç
ef4e15baa1 Merged with development 2021-01-18 19:00:29 +03:00
Furkan Kılıç
d72801bf3d Finish searchResults screen 2021-01-18 18:34:28 +03:00
feruz
46b1118f63 fix caching issue and remove fallbacks 2021-01-18 14:29:54 +02:00
feruz
b51a8833f4 remove scalepx 2021-01-18 14:00:24 +02:00
feruz
70e82e2042 unmounting fix 2021-01-18 13:54:38 +02:00
feruz
6066c58d43 add progressive thumbnail loading 2021-01-18 13:49:57 +02:00
feruz
245e6bd9ca scalepx 2021-01-18 11:08:07 +02:00
Furkan Kılıç
563618e173 finish communities screen 2021-01-17 19:54:48 +03:00
Furkan Kılıç
e5f9385696 call data for communities screen 2021-01-17 00:03:26 +03:00
feruz
14dc37671f improve post thumbnails 2021-01-16 19:01:38 +02:00
Furkan Kılıç
ee9a79d511 Add functions to AccountsBottomSheet 2021-01-16 16:35:36 +03:00
feruz
c170cf6203 post card image size set 2021-01-16 14:51:12 +02:00
Furkan Kılıç
458f39f92a improvements for AccountsBottomSheet logic 2021-01-15 23:55:21 +03:00
Furkan Kılıç
2721653758 Start AccountsBottomSheetDesign 2021-01-15 23:28:56 +03:00
Furkan Kılıç
b2e1fc277b Add AccountsBottomSheet 2021-01-15 01:06:44 +03:00
feruzm
a237efc3f1 improve tag 2021-01-07 15:20:34 +02:00
Furkan Kılıç
bf7641e6a8 Fix editor screen scroll 2021-01-07 00:06:38 +03:00
Furkan Kılıç
7d293d3bc7 Reorganize searchResult screen 2021-01-06 01:02:32 +03:00
Feruz M
8453adad65
Merge pull request #1812 from ecency/feature/schedule-post
Fix schedule post feature according to the updated endpoint
2021-01-05 22:05:52 +02:00
feruzm
c7be3982c2 profile page style improvement 2021-01-05 21:38:06 +02:00
feruzm
358c6ecee8 add editor table markdown 2021-01-05 19:58:56 +02:00
Furkan Kılıç
9ec729c1f1 Fix for DateTimePickerView 2021-01-05 20:54:06 +03:00
feruzm
f6915114ba fix voting error message 2021-01-05 19:41:55 +02:00
feruzm
a005cae013 add vp info 2021-01-05 19:34:35 +02:00
feruzm
7155836061 post thumbnail fix, wp vote bar on sidemenu 2021-01-05 16:08:26 +02:00
Furkan Kılıç
776223aa95 Fix schedule post feature according to the updated endpoint 2021-01-05 00:30:25 +03:00
Feruz M
9dd3b06647
Merge pull request #1811 from ecency/feature/scroll-view-for-editor-screen
Relocate inputs from editorScreen to markdownEditorView and add Scrol…
2020-12-29 22:33:11 +02:00
Furkan Kılıç
334b241aee Relocate inputs from editorScreen to markdownEditorView and add ScrollView 2020-12-29 23:16:29 +03:00
feruzm
8582437ab7 move hive.js inside dhive 2020-12-29 22:12:58 +02:00
Furkan Kılıç
c709c7655a Enable scroll in accounts list in sideMenuView 2020-12-27 23:39:01 +03:00
Furkan Kılıç
5ed7256197 Add persistAccountGenerator to utils 2020-12-27 23:18:41 +03:00
Feruz M
cdd11ab4c0
Merge pull request #1808 from ecency/feature/switch-account-modal
Switch account modal
2020-12-27 21:54:29 +02:00
Furkan Kılıç
49d17ed77b Add localization and remove unnecessary logic from sideMenuView 2020-12-27 22:38:12 +03:00
Furkan Kılıç
a21fec36c4 Remove unused codes 2020-12-27 21:45:30 +03:00
Furkan Kılıç
ada2b5cdb9 revert extra padding of check icon 2020-12-27 21:44:38 +03:00
Furkan Kılıç
4b63f15562 Design changes according to comments 2020-12-27 21:41:08 +03:00
Furkan Kılıç
a143447303 Check persist user data for switching account 2020-12-27 20:14:10 +03:00
Furkan Kılıç
8d1e231f97 Add switch account modal 2020-12-27 18:53:12 +03:00
feruzm
2a911baa25 fix userlistitem bug created with community select on editor 2020-12-27 09:48:19 +02:00
Furkan Kılıç
1304083b70 revert editorScreen animations 2020-12-26 22:24:31 +03:00
Furkan Kılıç
0f6a892f67 Save whole user data in otherAccounts array. Also, will call switchAccount and realmData requests after switching account 2020-12-26 22:20:13 +03:00
Furkan Kılıç
c1a25fdf40 Fix android modal padding and editor buttons position 2020-12-25 00:02:28 +03:00
Furkan Kılıç
2a82bb7143 Fix the animation bug in editorScreen 2020-12-22 20:30:10 +03:00
Furkan Kılıç
9053f9b41b Remove console.logs again 2020-12-22 00:04:39 +03:00
Furkan Kılıç
2a9dff5712 Remove console.log 2020-12-22 00:03:21 +03:00
Furkan Kılıç
defc41b7c4 Fix to show multiple loading for following and sunbscribing in feed screen 2020-12-22 00:01:46 +03:00
Feruz M
4650b51358
Merge branch 'development' into feature/recommended-users-and-communities-for-feed 2020-12-21 10:50:05 +02:00
Furkan Kılıç
b598a0a3d4 Disappear and show the fields in editorScreen 2020-12-20 23:08:22 +03:00
Furkan Kılıç
63603e6803 Implement subscribe&leave community to feed screen 2020-12-20 00:04:36 +03:00
Furkan Kılıç
d2b4739024 Follow and unfollow user implemented completely 2020-12-19 22:57:50 +03:00
Furkan Kılıç
282a9ebcad UserActions and CommunityActions rewrite 2020-12-19 17:04:08 +03:00
Furkan Kılıç
7ad098a613 Start to you redux for requests 2020-12-18 23:58:21 +03:00
Furkan Kılıç
75add99ee1 Implement CommunityListTile and UserListTile. Create UserAction, UserReducer. 2020-12-18 23:00:23 +03:00
feruzm
f6182bf31b communities filter created 2020-12-18 15:50:21 +02:00
feruz
7af758e22e Merge branch 'development' of https://github.com/ecency/ecency-mobile into development 2020-12-16 13:56:35 +02:00
feruz
24435bf8d2 username fix 2020-12-16 13:56:05 +02:00
Furkan Kılıç
f1ee6b571b Add CommunityListItem, getCommunities&getLeaderboard request to postsContainer 2020-12-15 22:29:26 +03:00
feruzm
ba37c3e09f fix post details missing json_metadata 2020-12-14 18:34:02 +02:00
Furkan Kılıç
9bf9898f2a Add down button to SelectCommunityArea 2020-12-14 17:26:03 +03:00
Furkan Kılıç
cfe003cb8f remove console.log 2020-12-13 19:25:37 +03:00
Furkan Kılıç
2f2ed9e600 Merge branch 'development' of github.com:ecency/ecency-mobile into fix/no-post-text 2020-12-13 19:22:26 +03:00
Furkan Kılıç
8d628287c2 Fix nopost bug in feed 2020-12-13 19:20:35 +03:00
feruzm
9475791f6b rm console log 2020-12-13 17:13:57 +02:00
Furkan Kılıç
0679fda5de Fix hardcoded texts 2020-12-13 18:02:09 +03:00
Furkan Kılıç
d8d59ac6a3 Remove close button for search in community modal 2020-12-12 23:56:31 +03:00
Furkan Kılıç
f398de90b1 Add search to select community modal and redesign 2020-12-12 23:50:43 +03:00
Furkan Kılıç
83f050263e Change tags when user select community 2020-12-11 23:56:00 +03:00
Furkan Kılıç
fa233a48bb Add SelectCommunityModal and SelectCommunityArea 2020-12-11 00:16:10 +03:00
feruz
676c3f0998 feed visit corrections 2020-12-09 15:10:29 +02:00
Furkan Kılıç
0014b93897 Add texts for subfilters to en-US 2020-12-08 23:44:58 +03:00
Furkan Kılıç
854e8709d3 Add subfilters for feed 2020-12-08 23:34:08 +03:00
feruz
82675efb79 account history fix and rename ecency folder 2020-12-03 13:37:12 +02:00
feruz
f256c388a4 renaming folder 2020-12-03 13:16:41 +02:00
feruz
0642d17e91 library updates 2020-12-03 11:37:03 +02:00
Feruz M
fa889ad09b
Merge pull request #1784 from ecency/bugfix/unmounted
Fixed unmounted component issue
2020-10-24 20:56:33 +03:00
Mustafa Buyukcelebi
1c4ea22317 Fixed unmounted component issue 2020-10-24 19:56:24 +03:00
Mustafa Buyukcelebi
f213430f69 Fix for load more issue 2020-10-23 21:19:39 +03:00
feruz
5791851450 feed pagination fix, community page crash fix 2020-10-23 00:27:22 +03:00
feruz
5faa5bd299 fix vote registering issue 2020-10-22 23:57:32 +03:00
feruz
e92a01070c fix profile posts, blog, comments, replies 2020-10-22 11:19:17 +03:00
feruz
29b03c34b3 Revert "Revert "fix voters info defaults""
This reverts commit ddf7a4093a.
2020-10-21 22:35:16 +03:00
feruz
ddf7a4093a Revert "fix voters info defaults"
This reverts commit 8fd3bb3887.
2020-10-21 22:33:05 +03:00
feruz
8fd3bb3887 fix voters info defaults 2020-10-21 21:16:32 +03:00
Mustafa Buyukcelebi
ee829e972d Fix for feed refresh 2020-10-20 23:59:30 +03:00
feruz
a1c841f04f fix options title 2020-10-20 15:35:41 +03:00
Feruz M
2c0683cf29
Merge branch 'development' into voters 2020-10-19 23:17:07 +03:00
feruz
6817425804 fix voters info 2020-10-19 23:11:41 +03:00
feruz
33f830f1d1 some fixes 2020-10-19 22:09:32 +03:00
feruz
2c65570d6c error message improvement 2020-10-19 12:48:27 +03:00
Mustafa Buyukcelebi
1af58974a3 Fixed voter reward issue 2020-10-18 17:55:31 +03:00
feruz
440093ebe9 WIP voters info improvements fetch on click 2020-10-16 00:51:16 +03:00
feruz
c1347c6084 fix posting, editing, editor settings hide on edits 2020-10-15 15:20:51 +03:00
feruz
857b5be685 fix beneficiaries 2020-10-15 14:36:48 +03:00
feruz
f660065e6a fix feed loading 2020-10-15 13:46:00 +03:00
feruz
efb0356d89 fix tagcontainer leak 2020-10-15 12:29:00 +03:00
Mustafa Buyukcelebi
b2b6b0d08a update for payout issues 2020-10-15 00:50:40 +03:00
Mustafa Buyukcelebi
b287796dc5 Merge branch 'development' of github.com:esteemapp/esteem-mobile into feature/post-settings 2020-10-14 22:43:02 +03:00
Mustafa Buyukcelebi
9e6fac3c19 Added beneficiary setting 2020-10-13 23:39:10 +03:00
Feruz M
74967c745c
Merge pull request #1762 from ecency/somef
some fixes
2020-10-13 14:58:26 +03:00
feruz
ff0e28a2c6 some fixes 2020-10-13 14:56:37 +03:00
Mustafa Buyukcelebi
bfc5c56cec Added setting button to editor page 2020-10-12 23:18:58 +03:00
Mustafa Buyukcelebi
a82303e5ba Fix for hf24 2020-10-11 14:32:14 +03:00
feruz
8a9c308f7b confirmation on publishing, application container hookify 2020-10-06 09:13:21 +03:00
feruz
443263c61c remove logs 2020-09-25 13:07:09 +03:00
feruz
edcfb2a264 fix image click opening 2020-09-25 12:56:15 +03:00
feruz
869e2a738b fix external link opening crash 2020-09-25 12:51:23 +03:00
feruz
eab9a017c6 styling improvements 2020-09-22 10:04:58 +03:00
feruz
cbc5de8154 fix promoting balance check 2020-09-21 23:04:25 +03:00
feruz
f2ecfe7797 fix post card voting number increase after vote 2020-09-21 11:20:33 +03:00
feruz
972f06997c hivesigner assets rename 2020-09-18 16:11:01 +03:00
feruz
ea4c1cf9d8 add analytics 2020-09-18 11:21:12 +03:00
feruz
2acf8856fe fix save drafts, button style 2020-09-07 14:11:57 +03:00
Mustafa Buyukcelebi
a3e3345fca Fix for launch screen, posts screen and comment performance 2020-09-06 20:11:10 +03:00
feruz
8e0c183236 version bump 2020-09-03 16:33:08 +03:00
feruz
f59ed40c26 truncate body 2020-09-03 15:49:04 +03:00
feruz
7cba799e8b add report button 2020-08-19 22:42:44 +03:00
feruz
1ce582ddca tos, pp 2020-08-19 15:09:22 +03:00
feruz
f71c567114 fix sticky bar height 2020-08-18 10:40:42 +03:00
feruz
37aed4a1ec revert nativedriver thing 2020-08-17 22:31:19 +03:00
feruz
fa60686e44 renderItem separated out 2020-08-17 22:24:50 +03:00
feruz
d5ba34d3cd animation nativedrive enabled 2020-08-17 21:46:15 +03:00
feruz
e4703d71d4 bottom bar spacing decrease a bit 2020-08-17 17:14:39 +03:00
feruz
3f4f32a0d8 multiple image upload 2020-08-17 17:04:41 +03:00
feruz
f89c33f344 editor fixes 2020-08-17 16:46:21 +03:00
feruz
11db9ebe3e tags, editor fix, profile update fix 2020-08-17 15:15:54 +03:00
feruz
36c03f6865 tag input 2020-08-15 11:12:33 +03:00
feruz
a92a7c8104 fix RC mana and cache some data 2020-08-14 13:00:31 +03:00
feruz
bde4c33787 fixes and improvements 2020-08-14 11:34:43 +03:00
feruz
d3e663e0c6 update error message 2020-08-11 23:56:19 +03:00
feruz
54a835cf7a fix bug editor, welcome fix 2020-08-07 11:27:37 +03:00
feruz
23093ec8ef editor bug checks 2020-08-07 11:00:49 +03:00
feruz
cdd86b6a0d bottom bar fix style 2020-08-07 10:42:23 +03:00
feruz
546e0093d8 simple bottom bar 2020-08-07 08:47:20 +03:00
feruz
4d48c08526 android tag input fix 2020-08-07 07:19:36 +03:00
feruz
0df99d83cc draft issue fix 2020-08-07 07:15:23 +03:00
feruz
5bf79d2b87 text selection and long press buttons 2020-08-07 06:50:00 +03:00
feruz
6eb712b695 image size to 600, consistent with website 2020-08-05 12:29:54 +03:00
feruz
17dd106601 Merge branch 'development' of https://github.com/ecency/ecency-mobile into development 2020-08-04 21:28:30 +03:00
Mustafa Buyukcelebi
20808668cd Fix for low rc issue 2020-08-04 19:44:24 +03:00
feruz
cbfa3ce33f welcome screen style changes 2020-08-04 16:56:28 +03:00
feruz
84d2d878de sidemenu and welcome screens fix 2020-08-01 00:09:16 +03:00