Skip to content

Releases: Tarostar/QMLGalaxyPortal

Release 1.2.5

07 Dec 17:31
Compare
Choose a tag to compare

This is a minor release building on 1.2 fixing various minor issues, including:

  • Trimming of username
  • Note that job re-run is at beta stage
  • Reduce amount of data used
  • Updated ssl libaries
  • Limits datasets to 5 MB, and displays messages if larger and only loads 5 MB

This version comes with binaries for Windows. For the Android version it is recommended to search Google Play app store (it is free of course).

The releases have all required DLLs so that no install of Qt is needed to run this. The software is licensed under the GPL.

To run the Windows version unzip GalaxyPortal_win1.0.zip and run "GalaxyPortal.bat".
For Android put your phone in debug mode, connect to your PC using USB and transfer the apk from GalaxyPortal_android1.0.zip across to you phone using the Android Debug Bridge (adb). Alternatively search the Google Play Store and download it without having to enable debug mode (note, the Android release on the Google marketplace will happen sometime after the Github release).

See readme for additional information.

Release 1.2

30 Aug 11:11
Compare
Choose a tag to compare

Release 1.2 changes the look to match more closely with the Galaxy interface and adds basic functionality to re-run jobs, see shared histories and download the complete dataset (see the list below for a full list of changes).

This release would not have been possible without the great feedback, contributions to the Galaxy API to make it possible to view shared histories and the development of these new features by Ivar Grytten.

This version comes with binaries for Windows and Android, but for the Android version it is recommended to search Google Play app store (it is free of course).

The releases have all required DLLs so that no install of Qt is needed to run this. The software is licensed under the GPL.

To run the Windows version unzip GalaxyPortal_win1.0.zip and run "GalaxyPortal.bat".
For Android put your phone in debug mode, connect to your PC using USB and transfer the apk from GalaxyPortal_android1.0.zip across to you phone using the Android Debug Bridge (adb). Alternatively search the Google Play Store and download it without having to enable debug mode (note, the Android release on the Google marketplace will happen sometime after the Github release).

See readme for additional information.

New in release v1.2:

Histories shared with user now shown (requires update to the Galaxy API which was implemented in the dev track 19th August 2015).
New button (arrow icon) to re-run jobs added (bug in Galaxy API means that will only work in instances which have deployed the bug fix)
New button (attachment icon) now opens the full dataset divided into pages of 100 000 characters (each page can be copied with a copy icon in the top menu)
Reworked job list to now display the HID number from Galaxy and with new buttons to re-run jobs and view the dataset
Button for access to metadata (magnifying glass) moved to the backside of item accessed by clicking/tapping the item to flip it around.
New colour scheme to more closely match Galaxy website, 
Reload list on changing to/from advanced fields, 
New widescreen mode shows history and jobs on wide screens
Username relabelled to username / email
Swapped background thread with QML timer
Inserts job item at index in the model instead of appending (mostly a conceptual change which does not affect behaviour)
Updated Android manifest to remove permissions not needed

Release 1.0

20 Mar 09:18
Compare
Choose a tag to compare

Proud to announce release 1.0.

With release 1.0 we have a fully functional app that is now available on Android, Windows and Linux - and also pending review will be available under a separate license and sourcebase on iOS for iPhone and iPad.

This version comes with binaries for Windows, Linux and Android as usual, but for the Android version it is recommended to search Google Play app store (it is free of course).

The releases on Windows, Linux and Android have all required DLLs so that no install of Qt is needed to run this.

To run the Linux version unpack GalaxyPortal_linux1.0.tar.gz and run "./GalaxyPortal.sh".
To run the Windows version unzip GalaxyPortal_win1.0.zip and run "GalaxyPortal.bat".
For Android put your phone in debug mode, connect to your PC using USB and transfer the apk from GalaxyPortal_android1.0.zip across to you phone using the Android Debug Bridge (adb). Alternatively search the Google Play Store and download it without having to enable debug mode.

See readme for additional information.

New in release v1.0:

License button in settings.
Proper cleanup of background threads when exiting app.
Fixed bug that could cause lists to get out-of-sync with Galaxy when jobs were deleted.
Proper hi-res search icon for hdpi resolution.
Fixed text wrapping on smaller screen for passcode challenge.
Reduced transition speed when moving between lists from 0.5 to 1 second to make it feel smoother.
Refactored code for less redundancy and various minor tweaks.

Release 0.9

09 Feb 18:52
Compare
Choose a tag to compare
Release 0.9 Pre-release
Pre-release

Proud to announce beta release 0.9.

Due to last minute bugs caught in testing 0.8 never made it live and there have been so many changes we jump straight to 0.9.

This version comes with binaries for Windows, Linux and Android (iOS version is still in closed testing).

The releases on Windows, Linux and Android has all required DLLs so that no install of Qt is needed to run this.

  • To run the Linux version unpack GalaxyPortal-linux0.9-beta.tar.gz and run "./GalaxyPortal.sh".
  • To run the Windows version unzip GalaxyPortal_win0.9-beta.zip and run "GalaxyPortal.bat".
  • For Android put your phone in debug mode, connect to your PC using USB and transfer the apk from GalaxyPortal_android0.9-beta.zip across to you phone using the Android Debug Bridge (adb). Alternatively contact me for an invitation to join the beta on Google Play Store and download updates directly without having to enable debug mode.

See readme for additional information.

New in v0.9-beta:

  • Bypassing passcode makes app forget username and API Key for all saved instances.
  • Notification when status changes (different sound when running job completes or has errors).
  • New options to scale size of items and large font (overall tweaking of sizes throughout the app).
  • Continues running in background using a C++ thread.
  • Deleted (non-purged) items no longer shown.
  • Server polling and list updating much improved.
  • Lots of fixes and refactoring.

Release 0.7

10 Jan 15:49
Compare
Choose a tag to compare
Release 0.7 Pre-release
Pre-release

Proud to announce beta release 0.7.

This version comes with binaries for Windows, Linux and Android (iOS version is still in closed testing).

The releases on Windows, Linux and Android has all required DLLs so that no install of Qt is needed to run this.

  • To run the Linux version unpack GalaxyPortal-linux0.7-beta.tar.gz and run "./GalaxyPortal.sh".
  • To run the Windows version unzip GalaxyPortal_win0.7-beta.zip and run "GalaxyPortal.bat".
  • For Android put your phone in debug mode, connect to your PC using USB and transfer the apk from GalaxyPortal_android0.7-beta.zip across to you phone using the Android Debug Bridge (adb). Alternatively contact me for an invitation to join the beta on Google Play Store and download updates directly without having to enable debug mode.

See readme for additional information.

New in v0.7-beta:

  • Username/Password as primary login method.
  • Management for switching between multiple Galaxy instances.
  • Redesign of Settings to improve on the layout.
  • Better status messages when logging into Galaxy.
  • Fixed broken paste button for some edit fields.
  • Fixed intermittent polling problem.
  • Now remembers username between session.
  • Proper masking of password and passcode when typing.
  • Based on latest Qt 5.4 and minor changes to styling.
  • Job item text aligned better to show more text on some resolutions.
  • Updated user guide PDF.

Release 0.6

18 Nov 12:31
Compare
Choose a tag to compare
Release 0.6 Pre-release
Pre-release

Proud to announce alpha release 0.6.

This version comes with binaries for Windows, Linux and Android (iOS version is currently in closed testing). This release on Windows, Linux (and Android) has all required DLLs so that no install of Qt is needed to run this. See readme for additional instructions.

For invitation to test the Android version through the google play store please contact me.

New in v0.6-alpha:

  • Critical bugfix that prevented passcode challenge being displayed and so effectively locking users out of the app.
  • Added missing username and password label to login to retrieve API Key.
  • The layout of the settings page has been improved (and underlying code made more modular).
  • User Guide updated.
  • Readme expanded with release and build instructions.
  • Groundwork for future translations to other languages by wrapping strings in qsTr.
  • Various minor bugfixes and tweaks.

Windows/Android Release 0.5

09 Nov 12:13
Compare
Choose a tag to compare
Pre-release

Alpha release of source, as well as Windows binaries. Android binaries are also available to invited alpha testers. If you wish to be an alpha testers let me know.

The windows binaries can just be unzipped in a directory and should run (let me know if they do not).

New in v0.5-alpha:

  • User login: use username and password to retrieve API Key.
  • Connection status: more user feedback on connection problems.
  • https://usegalaxy.org: new default URL.
  • Various technical improvements and bugfixes such as langauge header being set when talking to Galaxy.

User Guide

See the user manual PDF in this repository for instructions: GalaxyPortalUserGuide.pdf

Windows Alpha Release

02 Nov 16:08
Compare
Choose a tag to compare
Windows Alpha Release Pre-release
Pre-release

Alpha test version of source and windows binaries.

Android binaries are available to invited alpha testers. If you wish to be an alpha testers let me know.

The windows binaries can just be unzipped in a directory and should run (let me know if they do not).

See the user manual PDF in this repository for instructions: GalaxyPortalUserGuide.pdf

Windows Binaries

30 Oct 18:33
Compare
Choose a tag to compare
Windows Binaries Pre-release
Pre-release

First version of windows binaries.