Commit graph

1206 commits

Author SHA1 Message Date
Alex Grintsvayg edcdd43b0e sync app and ui versions 2017-03-15 11:14:58 -04:00
alexliebowitz b13381e9aa Merge pull request #13 from lbryio/fix-watch
Update Watch logic for new API wrapper
2017-03-14 12:34:17 -04:00
Alex Liebowitz a2af284ccf Update Watch logic for new API wrapper
Also was using some keys that are no longer available from file_list -
fixed that
2017-03-14 12:35:39 -04:00
Alex Liebowitz 5a0dc0b5c2 Fix progress bars
Wasn't calling file_list with full_status to get total bytes (won't be
needed after lbrynet DB refactor is merged)
2017-03-14 12:15:24 -04:00
Alex Grintsvayg cf3e83ee44 Bump version: 0.9.0rc17 → 0.9.0 2017-03-13 23:16:01 -04:00
Alex Grintsvayg 95c130dd7a fixing release script 2017-03-13 23:15:55 -04:00
Alex Grintsvayg bb500244fb minor simplify 2017-03-13 22:20:06 -04:00
Alex Grintsvayg 474663e2b0 update submodules 2017-03-13 18:45:59 -04:00
Alex Grintsvayg 06de73363c Revert "Bump version: 0.9.0rc17 → 0.9.1rc0"
This reverts commit 30be5b69d3.
2017-03-13 18:44:53 -04:00
Alex Grintsvayg 30be5b69d3 Bump version: 0.9.0rc17 → 0.9.1rc0 2017-03-13 18:15:37 -04:00
Alex Grintsvayg 07701d03bd update package author/email 2017-03-13 14:12:56 -04:00
Alex Grintsvayg ed755f18c8 one more spot 2017-03-13 12:54:42 -04:00
Alex Grintsvayg 9972828c2b fix windows build 2017-03-13 11:47:07 -04:00
Jeremy Kauffman a427f974b5 remove obsolete info 2017-03-13 11:44:15 -04:00
Jeremy Kauffman df71a081e8 improve install language (copy from lbry repo) 2017-03-13 11:37:49 -04:00
Alex Grintsvayg 314e01dff0 Bump version: 0.9.0rc16 → 0.9.0rc17 2017-03-10 16:30:28 -05:00
Alex Grintsvayg 0cd3fa0c75 fix reset script 2017-03-10 16:26:15 -05:00
Alex Grintsvayg f6265aab4a pull submodules 2017-03-10 16:23:34 -05:00
alexliebowitz eb37f1f6bf Merge pull request #12 from lbryio/fix-nout
Change nOut to nout
2017-03-10 15:37:38 -05:00
Alex Liebowitz 6a46ccc565 Change nOut to nout
Needed for compatibility with this lbrynet change:
https://github.com/lbryio/lbry/pull/513
2017-03-10 15:37:56 -05:00
alexliebowitz 05b8417f5f Merge pull request #10 from lbryio/new-api-wrapper
Revamp API wrapper code
2017-03-10 03:57:43 -05:00
alexliebowitz 9fedfe2b93 Merge pull request #11 from lbryio/outpoints
Use outpoints for unique IDs
2017-03-10 03:57:19 -05:00
Alex Liebowitz a5feefe294 Use updated key name in file_list (was lbry_uri, now name) 2017-03-09 17:55:17 -05:00
Alex Liebowitz 3b428c394c Convert UI to use outpoints for unique IDs
This covers *almost* everything. There are a couple of places that
still use names or SD hashes because the APIs haven't been updated
yet.
2017-03-09 17:55:17 -05:00
Alex Liebowitz cba3ec3091 Add unique ID to JSON-RPC requests 2017-03-09 17:54:46 -05:00
Alex Liebowitz 1567a2de0a Revamp API wrapper code
- Refactoring throughout JSON-RPC, lbrynet and Lighthouse logic
 - Move JSON-RPC stuff into its own module
 - Add ability to directly call API methods on the lbry and lighthouse
   modules, e.g. lbry.file_list({name: 'what'})
 - New-style API calls use promises instead of callbacks.
 - Converted some lbrynet calls and all Lighthouse calls to use the new
   style
2017-03-09 17:54:46 -05:00
Alex Grintsvayg d633c2790c missed a few spots 2017-03-09 15:41:17 -05:00
Alex Grintsvayg 787fd0cc71 Bump version: 0.9.0rc15 → 0.9.0rc16 2017-03-09 15:30:36 -05:00
Alex Grintsvayg 2bd5d3faae add build.sh for teamcity 2017-03-09 13:33:06 -05:00
Alex Grintsvayg 48a8aab292 move build stuff into its own dir 2017-03-09 13:33:06 -05:00
Alex Grintsvayg 60ed5cce14 switch from lbry-web-ui to ui 2017-03-09 12:31:40 -05:00
Alex Grintsvayg 05d4a07312 Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d'
git-subtree-dir: ui
git-subtree-mainline: 3886c7bf2c
git-subtree-split: efc28c6644
2017-03-09 12:11:46 -05:00
Alex Grintsvayg 3886c7bf2c remove lbry-web-ui submodule 2017-03-09 12:07:14 -05:00
Alex Grintsvayg a021d7b200 Bump version: 0.9.0rc14 → 0.9.0rc15 2017-03-09 10:37:45 -05:00
Alex Grintsvayg efc28c6644 Bump version: 0.9.0rc14 → 0.9.0rc15 2017-03-09 10:37:42 -05:00
Alex Grintsvayg f8a2a03ae8 fix lbryum release without tag 2017-03-09 10:37:35 -05:00
alexliebowitz addfbb2acf Merge pull request #194 from lbryio/developer-menu-tweaks
Quick tweaks to developer menu
2017-03-08 18:35:18 -05:00
Alex Liebowitz 3763108cb0 Quick tweaks to developer menu
- Fix variable name of default client setting
 - Correct key combo details in change log entry
2017-03-08 18:35:00 -05:00
alexliebowitz 2ff2d12d94 Merge pull request #193 from lbryio/developer-menu
Add option in Developer Settings to enable/disable developer menu
2017-03-08 18:24:13 -05:00
alexliebowitz b71382d276 Merge pull request #9 from lbryio/menubar
Add basic menubar
2017-03-08 18:23:04 -05:00
Alex Liebowitz 9c13a03ca6 Refactor and improve menubar
- Style fixes
 - Remove some items from Edit menu
 - Add app menu on macOS
 - Make Help point to help page instead of FAQ
 - Simplify menubar logic
2017-03-08 18:23:05 -05:00
Alex Liebowitz e9fdcd1094 Tune up logic for launching developer settings
- Don't bother to return false, event.preventDefault() is enough
 - Don't respond to cmd-shift, only ctrl-shift (cmd-shift was a
   workaround for OS X, but it works fine on OS X if we use
   onMouseUp instead of onClick)
2017-03-08 18:18:42 -05:00
Alex Liebowitz 302a1029bd Simplify developer menu logic 2017-03-08 18:14:43 -05:00
Jeremy Kauffman d78aab14e8 Merge pull request #192 from lbryio/open-reveal-electron
Open and reveal files using Electron instead of daemon
2017-03-08 17:12:30 -05:00
Jeremy Kauffman 34c7da88c9 ignore venv 2017-03-08 09:55:45 -05:00
Alex Liebowitz 694eb77b0b Add option in Developer Settings to enable/disable developer menu
Also added the ability to access Developer Settings by holding
Ctrl-Shift or Cmd-Shift and clicking the LBRY logo.

https://youtu.be/pXPXMxsXT28
2017-03-08 04:37:10 -05:00
Alex Liebowitz b0d7e6497a Add basic menubar
This includes a Developer menu that can be enabled or disabled through
the UI.
2017-03-08 04:05:18 -05:00
Alex Liebowitz a6979445cc Fix "search for your first download" link on My Files page 2017-03-08 02:37:06 -05:00
Alex Liebowitz fbc1d4fe8a Open and reveal files using Electron instead of daemon 2017-03-08 02:33:42 -05:00
Alex Grintsvayg 780f9dd7c5 Bump version: 0.9.0rc13 → 0.9.0rc14 2017-03-07 16:03:19 -05:00