Skip to content

Releases: JTechMe/JumpGo-for-Android

JumpGo v4.4.0.3.3-beta

07 Sep 21:57
Compare
Choose a tag to compare
Pre-release

Fixed the issue of no multi-window on Samsung devices after updating to v4.4.0.3.3-alpha. 1df9831
Added <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" /> back to the manifest file.
Other than this, no new changes were made and no major bugs discovered. Updated version to beta for broader testing.

JumpGo v4.4.0.3.3-alpha

07 Sep 20:42
Compare
Choose a tag to compare
Pre-release

This is the first JumpGo for Android v.4.4 pre-release.

JumpGo v4.3.053.1

17 Jul 06:21
Compare
Choose a tag to compare

Check out the full changelist from here; 995df58 a7efa9b 6cb30d1 #24

JumpGo v4.3.053

30 Sep 04:28
Compare
Choose a tag to compare

Check out the full changelist from here; #11 #13

JumpGo v4.3.052 Pre-Release

03 Sep 01:20
Compare
Choose a tag to compare
Pre-release

Changelog Build Status

Pull Request #11
Updated support for the following languages;

  • Arabic

AnimatedProgressBar.java

-            int DEFAULT_PROGRESS_COLOR = 0x2196f3;
+            //int DEFAULT_PROGRESS_COLOR = 0x2196f3;
+            int DEFAULT_PROGRESS_COLOR = 0xfb8c00;

toolbar.xml

-        android:background="@color/black"
+        android:background="@color/gray_medium"

default_bookmarks.dat

-{"url": "https://www.facebook.com/", "title": "Facebook", "folder": "", "order": 2}
+{"url": "https://www.facebook.com/JumpGo-259821391033492/", "title": "Facebook", "folder": "", "order": 2}

strings.xml

+    <!-- Other stuff... -->
+    <string name="multi_thread_dl">Android Multi-Thread Downloader</string>

JumpGo v4.3.051 Pre-Release

02 Sep 07:17
Compare
Choose a tag to compare
Pre-release

Changelog Build Status

Pull Request #10
Updated support for the following languages;

  • Arabic

AnimatedProgressBar.java

-            int DEFAULT_PROGRESS_COLOR = 0x2196f3;
+            //int DEFAULT_PROGRESS_COLOR = 0x2196f3;
+            int DEFAULT_PROGRESS_COLOR = 0xfb8c00;

toolbar.xml

-        android:background="@color/black"
+        android:background="@color/gray_medium"

default_bookmarks.dat

-{"url": "https://www.facebook.com/", "title": "Facebook", "folder": "", "order": 2}
+{"url": "https://www.facebook.com/JumpGo-259821391033492/", "title": "Facebook", "folder": "", "order": 2}

strings.xml

+    <!-- Other stuff... -->
+    <string name="multi_thread_dl">Android Multi-Thread Downloader</string>

JumpGo v4.3.04 Release

21 Jul 20:48
Compare
Choose a tag to compare

v4.3 Changelog Build Status

  • Complete shift away from the GOCL
  • Updated res with new JGUI images
    • ic_action_tabs.png
    • ic_webpage.png
    • ic_action_desktop.png
    • ic_action_reading.png
    • ic_action_back.png
    • ic_action_collapse.png
    • ic_action_expand.png
    • ic_action_forward.png
    • ic_action_home.png
    • ic_action_invert.png

ic_action_tabs ic_webpage ic_action_desktop ic_action_reading ic_action_back ic_action_collapse ic_action_expand ic_action_forward ic_action_home ic_action_invert

  • Updated manifest.xml to include support for Samsung multiwindow feature on devices on running android jellybean or higher
    <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
    <uses-library android:required="false" android:name="com.sec.android.app.multiwindow"> </uses-library> <meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />

JumpGo v4.3.03 Release

15 Jul 19:53
Compare
Choose a tag to compare

v4.3 Changelog Build Status

  • Updated res with new JGUI images
    • ic_action_tabs.png
    • ic_webpage.png
    • ic_action_desktop.png
    • ic_action_reading.png
    • ic_action_back.png
    • ic_action_collapse.png
    • ic_action_expand.png
    • ic_action_forward.png
    • ic_action_home.png
    • ic_action_invert.png

ic_action_tabs ic_webpage ic_action_desktop ic_action_reading ic_action_back ic_action_collapse ic_action_expand ic_action_forward ic_action_home ic_action_invert

  • Updated manifest.xml to include support for Samsung multiwindow feature on devices on running android jellybean or higher
    <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
    <uses-library android:required="false" android:name="com.sec.android.app.multiwindow"> </uses-library> <meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />

JumpGo v4.3 Release

12 Jul 02:03
Compare
Choose a tag to compare

v4.3 Changelog Build Status

  • Updated res with new JGUI images
    • ic_action_tabs.png
    • ic_webpage.png
    • ic_action_desktop.png
    • ic_action_reading.png

ic_action_tabs ic_webpage ic_action_desktop ic_action_reading

  • Updated compileSdkVersion and targetSdkVersion from 23 to 24
  • Updated build.gradle to support Android N SDK
      • compile 'com.android.support:palette-v7:23.0.1' + compile 'com.android.support:palette-v7:24.0.0'
    • - compile 'com.android.support:appcompat-v7:23.0.1' + compile 'com.android.support:appcompat-v7:24.0.0'
    • - compile 'com.android.support:design:23.0.1' + compile 'com.android.support:design:24.0.0'
    • - compile 'com.android.support:recyclerview-v7:23.0.1' + compile 'com.android.support:recyclerview-v7:24.0.0'
  • Add android:resizeableActivity="true" to the application section of the android manifest
  • Add <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> permission to AndroidManifest.xml
  • Add Lightning's Add To Homescreen feature in favor of the unfinished Shortcuts feature
  • We've updated the alpha and beta logos!

ic_launcher_alpha ic_launcher_beta ic_launcher

2016 Development Checklist

  • Android N
    • Multi-Window support
  • Update hosts.txt
  • Add JumpGo Login
  • Hidden Game Mode
  • Add Shortcuts to Launcher
    • Add permission to manifest
    • Add shortcut functionality to BrowserActivity
    • Add strings
  • Add Theme Creator
  • Add pre-release icons
    • Alpha build icons
    • Beta build icons
  • Option to backup Bookmarks to Drive
    • Add Google login API
    • Add functionality

JumpGo v4.2.9.9 Pre-Release

29 Jun 22:46
Compare
Choose a tag to compare
Pre-release

v4.2.9.9 Changelog Build Status

  • Updated res with new JGUI images
    • ic_action_tabs.png
    • ic_webpage.png
    • ic_action_desktop.png
    • ic_action_reading.png

ic_action_tabs ic_webpage ic_action_desktop ic_action_reading

  • Updated compileSdkVersion and targetSdkVersion from 23 to 24
  • Updated build.gradle to support Android N SDK
      • compile 'com.android.support:palette-v7:23.0.1' + compile 'com.android.support:palette-v7:24.0.0'
    • - compile 'com.android.support:appcompat-v7:23.0.1' + compile 'com.android.support:appcompat-v7:24.0.0'
    • - compile 'com.android.support:design:23.0.1' + compile 'com.android.support:design:24.0.0'
    • - compile 'com.android.support:recyclerview-v7:23.0.1' + compile 'com.android.support:recyclerview-v7:24.0.0'
  • Add android:resizeableActivity="true" to the application section of the android manifest
  • Add <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> permission to AndroidManifest.xml
  • Add Lightning's Add To Homescreen feature in favor of the unfinished Shortcuts feature
  • We've updated the alpha and beta logos!

ic_launcher_alpha ic_launcher_beta ic_launcher

2016 Development Checklist

  • Android N
    • Multi-Window support
  • Update hosts.txt
  • Add JumpGo Login
  • Hidden Game Mode
  • Add Shortcuts to Launcher
    • Add permission to manifest
    • Add shortcut functionality to BrowserActivity
    • Add strings
  • Add Theme Creator
  • Add pre-release icons
    • Alpha build icons
    • Beta build icons
  • Option to backup Bookmarks to Drive
    • Add Google login API
    • Add functionality