Commit graph

57 commits

Author SHA1 Message Date
Sean Yesmunt
5e98a9b982 updates for lbrynet30 2018-10-26 14:16:43 -04:00
Sean Yesmunt
70b95f2f61 subscription improvements 2018-10-22 12:44:22 -04:00
Sean Yesmunt
a98a001e13 fix typo 2018-10-18 11:23:08 -04:00
Chakrit Likitkhajorn
8258fc887e Add changelog and comment 2018-10-18 19:38:12 +07:00
Chakrit Likitkhajorn
208bafdae9 Fix issue file_list call continues indefinitely if a file is removed while downloading 2018-10-15 18:27:56 +07:00
Sean Yesmunt
4dbd364ea1 use lbryinc/lbry-redux for rewards/featured content 2018-10-05 16:14:46 -04:00
Sean Yesmunt
2c4fde4321 change channel page amount to 48 2018-10-04 00:55:30 -04:00
Sean Yesmunt
9b700e48bf use lbryio/lbryinc 2018-09-23 23:44:42 -04:00
Sean Yesmunt
d0c2490202 fix: ensure file_view events for autoplay/subscriptions 2018-09-18 18:50:24 -04:00
Travis Eden
86a40eacbc add UserHistoryPage 2018-08-29 23:17:20 -04:00
Travis Eden
5cd7794fa0 record browsing history, persist content 2018-08-29 23:17:20 -04:00
Travis Eden
f1a799374a media.positions[outpoint] |> content.positions[claimId][outpoint] 2018-08-29 23:15:43 -04:00
Sean Yesmunt
6091bdec18 remove old reward call 2018-08-28 17:54:23 -04:00
Travis Eden
5e270c129c doCheckSubs only takes uri; do not clear notifications on doFetchClaimsByChan; doFetchMySubs on startup; always set latest on checkSub; do not download or notify when latest is undefined 2018-08-20 09:47:19 -04:00
Travis Eden
30e0ff309a prevent subscription notification when viewing subscriptions page 2018-08-20 09:47:19 -04:00
Travis Eden
35f35dcbae remove snackbar when download complete 2018-08-20 09:47:19 -04:00
Travis Eden
386e9271ff when file download completes, notify through snackbar if on subscriptions page; formatting 2018-08-20 09:47:19 -04:00
Sean Yesmunt
cb004e34f9
Merge pull request #1853 from lbryio/log-time-to-play
log time to play
2018-08-13 14:36:18 -04:00
seanyesmunt
c5c62a2698 include time to start if available in file_view analytics 2018-08-03 11:54:10 -04:00
Daniel
5c65ca7a47 Rename variables names and text labels to be more descriptive. 2018-08-01 15:49:57 -03:00
Daniel Dominguez
b31781f6ef Add setting to skip desktop nofifications, persist the setting on localstorage, defaults to true(notifications enabled). 2018-07-30 21:13:57 -03:00
Travis Eden
17ca490db4 display download error only when that uri is playing 2018-07-18 10:29:43 -04:00
Travis Eden
d43dd78821 suppress load video error; disable autoplay per-video after download failure 2018-07-17 09:37:44 -04:00
Thomas Zarebczan
e0557e0674 Fix issue 1494 - uri and outpoint to API
This will send the same unique URI for all claims, regardless of what URI the user navigated to. Also fix sending of outpoint (was passed as output, which was blank, previously)
2018-06-05 13:22:32 -04:00
Sean Yesmunt
938a8e1b7e allow channels on Discover page 2018-05-24 16:11:13 -04:00
Sean Yesmunt
492b1601f6 feature: use internal-apis for subscriptions and add page loader
update subscription types

update changelog

Simplify subscriptions sync logic

add claim type

use let over const

change spinner color based on theme

clean up subscriptions
2018-05-15 11:16:14 -04:00
Daniel Dominguez
16c09a9ddd Move modals types constants to lbry-redux repository.
- Remove useless file modal types as is not referenced anymore in this repository.
  - Changed import statements to use lbry-redux to import modal types constants.
2018-05-05 16:04:47 -03:00
Sean Yesmunt
25c6ef54e1 doOpenModal => doNotify 2018-04-19 12:51:18 -04:00
Sean Yesmunt
c097c15312 fix lbry-redux imports and lint fixes 2018-04-18 00:22:42 -04:00
Sean Yesmunt
eaa11679e7 update: move to lbry-redux 2018-04-18 00:13:00 -04:00
Sean Yesmunt
3edd660f77 implement app redesign 2018-03-26 14:32:43 -07:00
liamcardenas
2251fe5832 Notify after download, badges and fix error 2018-03-26 00:31:52 -07:00
liamcardenas
74bab48749 Added api sub logging, sub modal, and immediate download initiation 2018-03-16 11:22:19 -07:00
liamcardenas
7828753d49 Fix recurring download problem, notification error and consolidate actions 2018-03-15 01:34:22 -07:00
liamcardenas
fa91f3cea5 Fix abandon claim issue 2018-03-08 23:10:37 -08:00
liamcardenas
0c833a727e Formatted whole app 2018-03-08 23:06:15 -08:00
liamcardenas
1cb122c839 Fix claim name undefined in buildURI bug 2018-03-08 17:56:48 -08:00
liamcardenas
cbe05c3bcc Merge branch 'master' into daemon19 2018-03-08 10:20:28 -08:00
Liam Cardenas
183c4be58b
Merge pull request #1074 from lbryio/improve-privacy
Improve privacy
2018-03-07 21:24:29 -08:00
liamcardenas
a8ce782894 Do not log to api when dianostic sharing is off 2018-03-07 19:56:58 -08:00
liamcardenas
3f8f25dc43 let --> const 2018-03-07 11:41:14 -08:00
liamcardenas
1e1c494367 Re-ran prettier 2018-03-07 11:19:45 -08:00
liamcardenas
6e293fd04b Fixed weird issue with flow throwing fallacious error 2018-03-06 01:37:53 -08:00
liamcardenas
98c9dfb68e Formatted code with prettier 2018-03-06 00:36:04 -08:00
liamcardenas
c3dd7f3449 Added notifications and downloading upon detecting to subscription items 2018-03-05 23:44:36 -08:00
liamcardenas
7296800ce0 Add most recent latest video to subscription state 2018-03-05 16:28:11 -08:00
Liam Cardenas
3863c517fd Upgrade daemon to 0.19.0rc35 2018-02-20 21:41:30 -08:00
Igor Gassmann
1da4d05986 Refactor lbryuri.js into separate named exports 2018-01-19 12:12:28 -03:00
Travis Eden
7bc2f888f1 resolve merge conflicts 2018-01-05 18:57:24 -05:00
Igor Gassmann
0e77be0ab5 HOTFIX: Fix creation of channel 2018-01-02 16:54:57 -03:00