Commit Graph

1196 Commits

Author SHA1 Message Date
Manfred Karrer
b0cbfaed6d Merge pull request #331 from msgilligan/master
Use https URL for artifactoryonline.com
2014-12-22 13:01:08 +01:00
Sean Gilligan
fd6b78f069 Use https URL for artifactoryonline.com 2014-12-22 00:11:16 -08:00
Manfred Karrer
d620e46219 Merge remote-tracking branch 'origin/master' 2014-12-21 01:17:54 +01:00
Manfred Karrer
f5282fc3d6 Open blockexplorer for address 2014-12-21 01:17:44 +01:00
Chris Beams
b13848154a Use "national currency" vs "fiat" where appropriate 2014-12-17 22:36:38 +01:00
Manfred Karrer
a7069ee467 Add updateFX 2014-12-17 17:57:55 +01:00
Manfred Karrer
426b38180c Integrate UpdateFX with MockUpdateProcess 2014-12-17 17:41:58 +01:00
Manfred Karrer
2e97e900e5 Add icons for update 2014-12-17 17:40:42 +01:00
Manfred Karrer
b440469ba7 Add timeout handling 2014-12-17 17:39:20 +01:00
Manfred Karrer
c17c08b07a Update video link 2014-12-16 02:41:33 +01:00
Chris Beams
80990fab50
Increment development version to 0.1.1-SNAPSHOT 2014-12-15 10:58:41 +01:00
Steve Myers
5beffbe164 reverted add $JAVA_HOME for #292 2014-12-12 13:03:52 -08:00
Chris Beams
dc99a8cb15
Release Bitsquare v0.1.0 2014-12-11 18:50:13 +01:00
Chris Beams
e79c19d70f
Link to user guide on GH wiki vs docs.bitsquare.io 2014-12-11 18:50:13 +01:00
Chris Beams
beb4645118
Polish connection/sync status and error messages
Relates to #320
2014-12-11 18:12:26 +01:00
Manfred Karrer
04d22e0380 Change timeout to 20 sec. 2014-12-11 16:04:19 +01:00
Manfred Karrer
70f75dd953 Add error msg in case of bitcoin network problems #320 2014-12-11 16:03:48 +01:00
Manfred Karrer
25cac42700 Reset persisted data if there is a serialisation problem #319 2014-12-08 19:00:20 +01:00
Manfred Karrer
39524719ee Display better error msg when there are network problems #318 2014-12-08 14:45:30 +01:00
Steve Myers
67ed736652 added $JAVAHOME/bin to linux.sh to work with Jenkins #292 2014-12-03 17:27:06 -08:00
Manfred Karrer
7fb80c1a50 Merge remote-tracking branch 'origin/master' 2014-12-04 01:04:51 +01:00
Manfred Karrer
a1b544a753 Removed mentioning of IRC 2014-12-04 01:04:44 +01:00
Steve Myers
acae09886c increased jvm memory in gradle.properties to 1024m 2014-12-03 13:13:51 -08:00
Steve Myers
c5b40da96d added daemon=true to gradle.properties 2014-12-03 13:06:25 -08:00
Steve Myers
21f24e5864 added gradle.properties with -Xmx512m for jenkins 2014-12-03 13:03:59 -08:00
Chris Beams
e11d183a6e
Remove coveralls badge for now 2014-12-02 18:02:51 +01:00
Manfred Karrer
10d90d3d64 Handle Close button in popup title #300 2014-12-01 20:37:57 +01:00
Manfred Karrer
5645f9ba10 Add isOnline check at take offer screen #313, fix #315 2014-12-01 02:57:23 +01:00
Manfred Karrer
f903491abb Remove registration for alpha version #303 2014-12-01 00:39:27 +01:00
Manfred Karrer
daea94c178 Remove country flag in offerbook for alpha verison #302 2014-12-01 00:06:50 +01:00
Manfred Karrer
1726e1fc87 Use custom timeout for bootstrap node 2014-11-28 19:38:08 +01:00
Manfred Karrer
5ff335f15f Merge pull request #297 from bitsquare/cbeams
Use custom .iss file to embed missing .dll files in Windows installer binary
2014-11-28 12:47:53 +01:00
Chris Beams
533c6ba676
Configure the inclusion of missing .dll files 2014-11-28 11:32:21 +01:00
Chris Beams
040571421a
Customize AppId and PublicationUrl entries 2014-11-28 11:32:21 +01:00
Chris Beams
8db981c138
Add Bitsquare.iss file as produced by javapackager
This file was produced by adding a `-v` flag following the `-deploy`
flag in `package/windows.bat`. The creation of the file is reported by
javapackager as follows:

    Config files are saved to
    C:\Users\CBEAMS~1.WIN\AppData\Local\Temp\fxbundler5661616451276716144\windows.
    Use them to customize package.

Subsequent commits will customize this file, primarily for the purpose
of avoid the dreaded 'missing dll' errors mentioned originally in
d16c274 and detailed at https://bitbucket.org/shemnon/javafx-gradle/issue/43.
2014-11-28 11:32:20 +01:00
Manfred Karrer
c8a6c8b330 Cleanup 2014-11-27 12:54:17 +01:00
Chris Beams
7dbe3e33b1
Upgrade to the newly-released RxJava 1.0.0
See https://github.com/ReactiveX/RxJava/releases/tag/v1.0.0
2014-11-27 11:09:37 +01:00
Chris Beams
75babebc8b
Return void from TradeView#loadView
The return value of #loadView is never used. Return void to more clearly
reflect this fact.
2014-11-27 10:36:08 +01:00
Chris Beams
1ce151821a Merge pull request #296 from bitsquare/cbeams
Add support for $HOME/.bitsquare/bitsquare.properties
2014-11-27 10:26:18 +01:00
Chris Beams
3c50a3c4f2
Add support for $HOME/.bitsquare/bitsquare.properties
This change allows users to place a bitsquare.properties file within
a `.bitsquare` directory under their home directory. This makes it
possible to specify property values (such as
node.useManualPortForwarding=true) that will survive cleaning the
application data dir (e.g. with `--clean=true` flag as introduced
in #291).

The precedence of this new "homeDirProperties" property source is lower
than the "appDirProperties" property source.

This means that if a user has a `bitsquare.properties` file both in his
home directory and in his application data directory, both files will be
processed, but for any properties that exist in both files, the property
specified in the application data directory file will take precedence.
This arrangement allows users to customize settings on an app-by-app
basis, which is especially useful in local testing scenarios where more
than one Bitsquare instance is running.
2014-11-27 10:19:21 +01:00
Chris Beams
aa3fc929cb
Accept --clean=true as a shortcut for --app.data.dir.clean=true
See #291
2014-11-27 10:04:48 +01:00
Chris Beams
582761e663
Clarify naming and role of clean flag
Prior to this change, the "clean flag" was named `user.data.clean.dir`,
but in fact it cleaned the *app* data dir, not the *user* data dir.

This is the difference betwen deleting

    ~/Library/Application Support (the "user data dir")

vs.

    ~/Library/Application Support/Bitsquare (the "app data dir")

The name of this flag has been updated to `--app.data.dir.clean` to
reflect the fact that it cleans the latter vs. the former.

The processing of this flag has also been updated. It's default value
(false) is now assigned during the creation of the default properties
source in BitsquareEnvironment, and instead of reading and handling the
flag directly in the BitsquareEnvironment constructor, we now handle
cleaning in BitsquareApp#initAppDir, where logic for handling the
creation of the directory already exists.

See #291
2014-11-27 09:39:27 +01:00
Manfred Karrer
1ecece4f0e Cleanup 2014-11-27 02:46:38 +01:00
Manfred Karrer
ac95325e5c Fix Number of open trades not updating #286 2014-11-27 02:42:47 +01:00
Manfred Karrer
635f839f78 Fix problem with double runlater at p2p state change 2014-11-27 01:37:56 +01:00
Manfred Karrer
970cd776f3 Add clean param to clean data directory #291 2014-11-27 00:54:21 +01:00
Manfred Karrer
ea98a15406 Fix missing CachingViewLoader 2014-11-27 00:37:04 +01:00
Manfred Karrer
3f5d82f8b0 Handle case if content item is used in settings (wizard not set) 2014-11-27 00:36:49 +01:00
Manfred Karrer
c4295bc55e Remove confirmation spinner where confirmation is not needed #290 2014-11-27 00:35:58 +01:00
Manfred Karrer
87d81f02bf Only load on demand 2014-11-26 23:01:13 +01:00