Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
HatchKeeper-Mobile_7501.apk | 2019-01-05 | 6.6 MB | |
README.txt | 2019-01-05 | 1.8 kB | |
HatchKeeper-Mobile-0.75.1_Source.tar.bz2 | 2019-01-05 | 279.8 kB | |
Totals: 3 Items | 6.9 MB | 0 |
HatchKeeper Mobile 0.75.1 is the mobile version of HatchKeeper, The Free Open Source Egg Incubation Software. This version was rewritten completely from scratch in HTML5, CSS, and JavaScript. Currently only Android is supported via the Apache Cordova build system. HatchKeeper Mobile 0.75.1 (C) 2018-2019 by The HatchKeeper Team. See the homepage at <hatchkeeper.sourceforge.io> for more information. _____________________________ License _____________________________ See LICENSE file _____________________________ Building. _____________________________ Building HatchKeeper Mobile requires a basic knowledge on setting up and using Apache Cordova <https://cordova.apache.org> as well as Oracle JDK 8 and the Android SDK and build tools(Gradle). Here are some tips: Create a project folder with: cordova create hatchkeeper-mobile com.hatchkeeperteam.hatchkeepermobile HatchKeeper-Mobile A sample config.xml is provided with the source. The provided config.xml might not work for your setup but it will give you a reference point. We use: cordova platform add android@6.4.0 since the latest version of cordova-android doesnt support Android API level 16. You'll need to add these plugins: cordova plugin add cordova-plugin-file cordova plugin add cordova-plugin-calendar cordova plugin add https://github.com/ourcodeworld/cordova-ourcodeworld-filebrowser.git Copy the www folder from the source into to cordova project and replace the existing www folder. The icons are included in the icon/android/ folder. These can be copied into res/icon/android folder in the cordova project. If you run into a bugs, comments or questions please visit our disscusion or tickets at <hatchkeeper.sourceforge.io> Have Fun! The HatchKeeper Team