This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(options, callbacks) { | |
var start = new Date().getTime(); | |
if (!TouchId.isSupported()) { | |
alert("This device doesn't support fingerprint sensor"); | |
return; | |
} | |
var dialog = null; | |
if (Ti.Platform.osname == "android") { | |
var timer = 0; | |
var cronHandler = function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(options, callbacks) { | |
var start = new Date().getTime(); | |
if (!TouchId.isSupported()) { | |
alert("This device doesn't support fingerprint sensor"); | |
return; | |
} | |
var dialog = null; | |
if (Ti.Platform.osname == "android") { | |
var timer = 0; | |
var cronHandler = function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uploadReceipt : function(id, callbacks) { | |
console.log("id=" + id); | |
var payload = this.getReceipt(id); | |
payload.hash = Ti.Utils.md5HexDigest(""+Math.random()); | |
var start = new Date().getTime(); | |
var xhr = Ti.Network.createHTTPClient({ | |
username : "Knöterich", | |
password : "497d2bf07f3e7323e9660bd8ce47cce9764fb6a493c261798f812c91508b277c51ea1fb4b5722a8804253f9cdc8e207c", | |
onload : function(e) { | |
var end = new Date().getTime(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uploadReceipt : function(id, callbacks) { | |
console.log("id=" + id); | |
var payload = this.getReceipt(id); | |
payload.hash = Ti.Utils.md5HexDigest(""+Math.random()); | |
var start = new Date().getTime(); | |
var xhr = Ti.Network.createHTTPClient({ | |
username : "Knöterich", | |
password : "497d2bf07f3e7323e9660bd8ce47cce951ea1fb4b5722a8804253f9cdc8e207c", | |
onload : function(e) { | |
var end = new Date().getTime(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package de.appwerft.firebase; | |
import org.appcelerator.kroll.KrollDict; | |
import org.appcelerator.kroll.KrollFunction; | |
import org.appcelerator.kroll.KrollProxy; | |
import org.appcelerator.kroll.annotations.Kroll; | |
import org.appcelerator.kroll.common.Log; | |
import org.appcelerator.titanium.TiApplication; | |
import org.appcelerator.titanium.TiContext.OnLifecycleEvent; | |
import org.appcelerator.titanium.TiBaseActivity; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package de.appwerft.firebase; | |
import org.appcelerator.kroll.KrollDict; | |
import org.appcelerator.kroll.KrollFunction; | |
import org.appcelerator.kroll.KrollProxy; | |
import org.appcelerator.kroll.annotations.Kroll; | |
import org.appcelerator.kroll.common.Log; | |
import org.appcelerator.titanium.TiApplication; | |
import org.appcelerator.titanium.TiContext.OnLifecycleEvent; | |
import org.appcelerator.titanium.TiBaseActivity; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ Compiled from AmgrSdkGatewayFragment.java (version 1.7 : 51.0, super bit) | |
public class com.ticketmaster.amgr.sdk.fragment.AmgrSdkGatewayFragment extends android.support.v4.app.Fragment { | |
// Field descriptor #135 Lcom/ticketmaster/amgr/sdk/fragment/AmgrSdkGatewayFragment$OnAmgrSdkEventListener; | |
com.ticketmaster.amgr.sdk.fragment.AmgrSdkGatewayFragment$OnAmgrSdkEventListener mHostListener; | |
// Field descriptor #137 Ljava/lang/String; | |
java.lang.String mPageToLaunch; | |
// Field descriptor #137 Ljava/lang/String; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR] : AndroidRuntime: FATAL EXCEPTION: main | |
[ERROR] : AndroidRuntime: Process: de.appwerft.fanherotest, PID: 7546 | |
[ERROR] : AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {de.appwerft.fanherotest/com.fanhero.ticketmaster.FHActivity}: android.view.InflateException: Binary XML file line #1: Binary XML file line #1: Error inflating class android.support.design.widget.CoordinatorLayout | |
[ERROR] : AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4156) | |
[ERROR] : AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:4250) | |
[ERROR] : AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3361) | |
[ERROR] : AndroidRuntime: at android.app.ActivityThread.access$1100(ActivityThread.java:222) | |
[ERROR] : AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1795) | |
[ERROR] : AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) | |
[ERROR] : Andr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.fanhero.ticketmaster; | |
import org.appcelerator.kroll.common.Log; | |
import org.appcelerator.titanium.TiApplication; | |
import org.appcelerator.titanium.TiProperties; | |
import android.content.Context; | |
import android.content.Intent; | |
import android.os.Bundle; | |
import android.support.v7.app.AppCompatActivity; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Method descriptor #166 (Landroid/content/Context;Lcom/ticketmaster/amgr/sdk/app/AmgrGlobal$AmgrConfigurationProvider;)V | |
// Stack: 3, Locals: 3 | |
public static void initializeEx(android.content.Context context, com.ticketmaster.amgr.sdk.app.AmgrGlobal.AmgrConfigurationProvider configurationProvider) throws java.lang.Exception; | |
0 getstatic com.ticketmaster.amgr.sdk.app.AmgrGlobal.msInstance : com.ticketmaster.amgr.sdk.app.AmgrGlobal [5] | |
3 ifnonnull 16 | |
6 new com.ticketmaster.amgr.sdk.app.AmgrGlobal [6] | |
9 dup | |
10 invokespecial com.ticketmaster.amgr.sdk.app.AmgrGlobal() [7] | |
13 putstatic com.ticketmaster.amgr.sdk.app.AmgrGlobal.msInstance : com.ticketmaster.amgr.sdk.app.AmgrGlobal [5] | |
16 getstatic com.ticketmaster.amgr.sdk.app.AmgrGlobal.msInstance : com.ticketmaster.amgr.sdk.app.AmgrGlobal [5] |