Sebastian Roth
Sebastian Roth
Sometimes the marquee is still happening (sort of), even when the TextView is too short. Probably also after re-setting the text.
Set up a relative coordinate system and allow the user to use simple Java code to add overlay items that stay according to the zoom level at the same spot.
Once the zoom function is done, multitouch should be used to zoom in and out.
``` 12-05 13:02:04.201: ERROR/com.app.service.PushService(5696): MqttException com.ibm.mqtt.MqttException at com.ibm.mqtt.MqttBaseClient.doConnect(Unknown Source) at com.ibm.mqtt.MqttBaseClient.connect(Unknown Source) at com.ibm.mqtt.MqttClient.connect(Unknown Source) at com.ibm.mqtt.MqttClient.connect(Unknown Source) at com.app.service.PushService$MQTTConnection.(PushService.java:446) at com.app.service.PushService.connect(PushService.java:284) at com.app.service.PushService.reconnectIfNecessary(PushService.java:378) at com.app.service.PushService.onStartCommand(PushService.java:191) at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2490) at android.app.ActivityThread.access$1900(ActivityThread.java:130)...
``` Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x6e317ef000 in tid 20821 (Thread-5), pid 20535 (.company.app) #00 pc 000000000005442c /data/app/~~XsWP1OGZc2n8-MKcEzQIaQ==/com.company.app-gjks4GWNvIB1qk2_wAGt1w==/base.apk!libImageProc.so (offset 0x80000) (processimage+648) (BuildId: 7e4ede6ccbc86183c879de1cddbbcd98ccd77908) #01 pc 0000000000054914...
This patch removes the more button if a user sets the property. In a recent project, the customer insisted on having 2 options for sharing only, so this patch helped.
``` D/StrictMode: StrictMode policy violation; ~duration=198 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=65567 violation=2 at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1263) at libcore.io.BlockGuardOs.access(BlockGuardOs.java:67) at java.io.File.doAccess(File.java:281) at java.io.File.exists(File.java:361) at android.app.ContextImpl.createFilesDirLocked(ContextImpl.java:418) at android.app.ContextImpl.getFilesDir(ContextImpl.java:441) at android.content.ContextWrapper.getFilesDir(ContextWrapper.java:203) at com.malinskiy.materialicons.Utils.resourceToFile(Utils.java:36) at com.malinskiy.materialicons.Iconify.getTypeface(Iconify.java:66) at com.malinskiy.materialicons.IconDrawable.(IconDrawable.java:46)...
Just received a crash report on Android 4.1.2: ``` Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.company.app/com.company.app.activity.HomeActivity_}: android.view.InflateException: Binary XML file line #71: Error inflating class com.malinskiy.materialicons.widget.IconButton at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2067) at...
Removes native code from this plugin as it's UI only
1. Remember host/username/password during app launches 2. Protocol spinner instead of the need to write tcp:// udp:// 3. Some code cleanups The app still just exits if the user enters...