Commit graph

105 commits

Author SHA1 Message Date
Sean Yesmunt
4e757cb9a2 allow ability to track if search input is in focused 2018-05-15 00:18:25 -04:00
Sean Yesmunt
4b53175ecd
Merge pull request #23 from lbryio/send-support-error
handle doSendSupport error like complete
2018-05-15 00:16:57 -04:00
Travis Eden
c5f8cc1bdf handle doSendSupport error like complete 2018-05-14 12:05:12 -04:00
Sean Yesmunt
86530690e9 chore: update build 2018-05-10 18:40:25 -04:00
Sean Yesmunt
69840ee8f9
Merge pull request #22 from btzr-io/patch-3
Add modal-type for external links
2018-05-10 18:37:42 -04:00
Baltazar Gomez
77d43d25b5
add modal-type for external links 2018-05-10 15:11:51 -06:00
Sean Yesmunt
73742cd17f chore: update build 2018-05-10 00:23:01 -04:00
Sean Yesmunt
210668bdfd
Merge pull request #20 from lbryio/complete-support-transaction
mark support transaction as completed
2018-05-10 00:17:23 -04:00
Sean Yesmunt
9857631bcb
Merge pull request #21 from lbryio/modules-upgrade
Upgrade module dependencies
2018-05-09 18:38:13 -04:00
Niko Storni
15167c34a7
upgrade dependencies 2018-05-09 18:34:35 -04:00
Travis Eden
da09e8411b mark support transaction as completed 2018-05-09 16:37:33 -04:00
Sean Yesmunt
62f04be2be
Merge pull request #17 from dan1d/update-modal-types
Update modal types constants and export them to use on lbry-app.
2018-05-07 16:27:41 -04:00
Daniel Dominguez
d9d57d8194 chore: update build. 2018-05-07 15:42:17 -03:00
Thomas Zarebczan
fc13eab53e
Merge pull request #16 from dan1d/update-docs
Update documentation to explain how to build the module
2018-05-07 12:42:13 -04:00
Daniel Dominguez
269878042b Update modal types constants and export them to use on lbry-app. 2018-05-05 16:21:13 -03:00
Daniel Dominguez
dd7628c5b2 Update documentation to explain how to use this repository clearly for a new dev. 2018-05-05 16:11:42 -03:00
akinwale
0652565de2
Merge pull request #15 from lbryio/lbry-wallet-calls
Added wallet_* calls to lbry.js with some refactoring
2018-05-03 19:57:00 +01:00
Akinwale Ariwodola
fbf3531fc3 added transaction_list call 2018-05-02 07:34:11 +01:00
Akinwale Ariwodola
b5e777ef91 Added wallet_* calls to lbry.js with some refactoring 2018-05-02 01:09:00 +01:00
Sean Yesmunt
3d06d1474e
Merge pull request #14 from lbryio/send-fix
fix: send credits
2018-04-25 17:47:16 -04:00
Sean Yesmunt
0a42942a45 chore: update build 2018-04-25 17:39:38 -04:00
Sean Yesmunt
230f33a504 fix: send credits 2018-04-25 17:37:43 -04:00
Sean Yesmunt
93b3573ff4
Merge pull request #7 from ProfessorDey/patch-1
Simplify Media Identification Function
2018-04-25 12:40:13 -04:00
Sean Yesmunt
5a6a770196
Merge pull request #13 from lbryio/search-fix
fix: close search modal when navigating
2018-04-25 11:22:53 -04:00
Sean Yesmunt
c04d64ad30 fix: close search modal when navigating 2018-04-25 11:19:36 -04:00
Sean Yesmunt
915799d945
Merge pull request #12 from lbryio/blacklist-content
Add ability to blacklist content
2018-04-25 11:08:09 -04:00
Sean Yesmunt
6ddac46101 update build 2018-04-24 14:15:44 -04:00
Sean Yesmunt
526122074e add blacklist content redux 2018-04-24 14:14:47 -04:00
akinwale
06cfc1c88c
Merge pull request #9 from lbryio/lbry-version
Added version call to lbry.js
2018-04-24 16:15:51 +01:00
Sean Yesmunt
8e1560076e
Merge pull request #11 from lbryio/isNameValid
fix: add isNameValid to global exports
2018-04-23 22:29:47 -04:00
Sean Yesmunt
71fbcfda80 fix: add isNameValid to global exports 2018-04-23 22:27:53 -04:00
akinwale
fa21fe153c
Mobile settings constants added (#10)
* BACKGROUND_PLAY_ENABLED and FOREGROUND_NOTIFICATION_ENABLED mobile settings constants added
2018-04-23 21:01:44 +01:00
Akinwale Ariwodola
bdf7639bb2 Added version call to lbry.js since proxy polyfill still doesn't work properly 2018-04-21 21:40:54 +01:00
akinwale
8c8c937ea7
Merge pull request #8 from lbryio/proxy-polyfill-rn
changed proxy-polyfill to 0.1.6. Added 'umd' libraryTarget for react native.
2018-04-21 21:26:10 +01:00
Akinwale Ariwodola
81f45c3f6b changed proxy-polyfill to 0.1.6 as newer versions break on React Native. Added 'umd' libraryTarget for react native. 2018-04-21 21:24:40 +01:00
Igor Gassmann
adaea6c816
Merge pull request #5 from lbryio/cleanup
Overall clean-up and improvement of the project
2018-04-21 12:47:11 -04:00
Igor Gassmann
38b239ddb6 Merge branch 'master' into cleanup 2018-04-21 12:43:43 -04:00
Sean Yesmunt
76a00293f9
Merge pull request #6 from lbryio/do-notify
Finish doNotify changes
2018-04-19 15:24:35 -04:00
Sean Yesmunt
2d90a737ad update build 2018-04-19 15:17:21 -04:00
Sean Yesmunt
b786f1cfb7 remove modal/snack constants 2018-04-19 14:59:08 -04:00
Sean Yesmunt
c278824b3d update doNotify and add doHideNotification 2018-04-19 14:55:37 -04:00
ProfessorDey
40ae42c5f6
Simplify Media Identification Function
Rebased from LBRY/lbry-app PR# 1304 with corrections requested by Codacy (Though may still complain regarding spacing).

This just makes the code for finding documents a lot easier. the regex patterns and the media type are converted into keypairs, [regex, mediatype] which is then reduced to a single value, which will either be the original filename if there are no matching extensions, or the mediatype. So long as the mediatype does not contain an extension at the end of the string, this system should work far more simply.

This will also allow for easier addition of new extensions to the function, so long as they all follow the same pattern for the regex:
^ = Start of string
.+ = 1 or more characters of any type
. = A literal dot
(a|b|c) = A list of ORed extensions within a capture group '( )'
$ = End of string, so it is certain this is the actual extension of the filename

Won't be hard to add things like Archives, Executables, etc with just a single extra line now.
2018-04-19 17:59:24 +00:00
Igor Gassmann
1a2c4645c5 chore: final cleanup 2018-04-05 14:00:21 -04:00
Sean Yesmunt
800083dc24
Merge pull request #4 from lbryio/search-fix
fix: check that claim exists before checking value
2018-04-05 11:46:42 -04:00
Sean Yesmunt
006963322e fix: check that claim exists before checking value 2018-04-05 11:45:17 -04:00
Igor Gassmann
2e0752286f chore: clean gitignore file 2018-04-05 11:29:14 -04:00
Igor Gassmann
c7d65ad378 fix: linting errors 2018-04-05 11:27:29 -04:00
Igor Gassmann
950277f243 fix: commit Yarn lock file 2018-04-05 11:22:16 -04:00
Igor Gassmann
915acacf6c feat: add ESLint as a githook 2018-04-05 11:21:43 -04:00
akinwale
6418b5a9f2
Common components refactor (#1) 2018-04-05 03:57:29 +01:00