Skip to content

Instantly share code, notes, and snippets.

View chreck's full-sized avatar
👨‍💻
Dev 📲

Christoph Eck chreck

👨‍💻
Dev 📲
  • Milk Interactive AG
  • Zürich
View GitHub Profile
@chreck
chreck / Fastfile
Created December 11, 2020 08:46 — forked from joshstrange/Fastfile
Fastfile for iOS/Android
# Customise this file, documentation can be found here:
# https://docs.fastlane.tools/actions/
# All available actions: https://docs.fastlane.tools/actions
# can also be listed using the `fastlane actions` command
# Change the syntax highlighting to Ruby
# All lines starting with a # are ignored when running `fastlane`
# If you want to automatically update fastlane if a new version is available:
# update_fastlane
@chreck
chreck / javscript: crash on native part
Created May 5, 2017 11:43
crash titanium appcelerator axway app on purpose
$.index.remove($); // on android it works
@chreck
chreck / CookieManager.java
Created April 26, 2016 16:45
CookieManager by Ian Brown with fixes
package org.hccp.net;
import java.net.*;
import java.io.*;
import java.util.*;
import java.text.*;
/**
* CookieManager is a simple utilty for handling cookies when working with
* java.net.URL and java.net.URLConnection objects.
@chreck
chreck / createIconFile.js
Created December 16, 2015 12:08
Appcelerator: create an image from a font with platform specific calculations and filename fixes
// Original from http://www.batasoft.com/appcelerator/app-icons
// Converted from a module into a TI lib for better use
//
// Define aliases for all icons
// List of icon attributes, names and unicode values
// AppIcon TTF convertion table
var icons = [
['glass',0xf000],
@chreck
chreck / jshint_setup.md
Created December 1, 2015 15:58 — forked from artanisdesign/jshint_setup.md
Install and setup JSHint Plugin in Titanium / Appcelerator Studio