AE中,画面中出现一个红底黑字的长条: 3D camera cameratracker教程 doesn't work with time remapping,如何解决?

安全检查中...
请打开浏览器的javascript,然后刷新浏览器
< 浏览器安全检查中...
还剩 5 秒&安全检查中...
请打开浏览器的javascript,然后刷新浏览器
< 浏览器安全检查中...
还剩 5 秒&issuehub.io
Contribute to Open Source. Search issue labels to find the right project for you!
help wanted
documentation
enhancement
refactoring
translation
accessibility
1226 issues
Updated 02/07/
タイマー起動時に5秒ごとに音声を録音してヒートアップ検知する。今までのすべてのMerge。
沈静化機能は #153 の成果物を参照。
APIはこれを動かす:
タイマー起動時に興奮状態で喋るとPepperが沈静化アニメーションする
タイマー停止/一時停止時に喋っても何もしないし何もログに表示しない
タイマーの一時停止から再開した後に興奮状態で喋るとPepperが沈静化アニメーションする
タイマーを停止して2回目開始中に興奮状態で喋るとPepperが沈静化アニメーションする
Updated 19/08/
マイク部分とAPI叩く部分, Pepperアニメーション部分を合わせる。
ソースコードはブランチ切ってここにPR:
マイク部分はここ参照:
API叩くのはここ参照:
Pepperアニメーション部分はここ参照:
APIはこれを動かす:
興奮して喋るとPepperが沈静化アニメーションする
普通に喋ると何もしない (コンソールに {is_burst: false} が表示される )
Updated 19/08/
Sometimes u post a video and u can&t Wach it because it&s lost.
Then just go to the gallery and post it from there.
Updated 28/06/
Uppercase L followed by apostrophe character & are adjusted for English quote case use, but other languages use & char for elisions. Mainly French, and other languages like Catalan, use & to &merge& two words, and current <> Roboto kerning joins these words excessively.
For instance,
Le+arbre (French words for <> ), become <>. And the weird effect with <> kerning arises.
Following, an screen-capture showing several Catalan elisions. Please, note lack of space on <> compared with other elisions.
Updated 30/06/
Might be valuable with the play store coming to chromebooks.
Updated 29/06/
1 Comments
When trying to load an image from(&http&) in secured web page source(&https&), it is not displaying an image because of mixed content.As per as, mixed content source blocked by default in Android 5.0 + version.If it good to proceed, i will make PR?
Updated 30/07/
1 Comments
The world is a big place with many different languages spoken.
We should better highlight (and have an automated test) that the Mapbox Android SDK supports different languages both at the Core GL and with the View based levels.
While RTL support hasn&t landed (yet) #5072 we can certainly show an example that uses a language like French, Spanish, or German to illustrate how this would work.
As we discussed internally this morning, this would also be a great example to port to the .
/cc @zugaldia @cammace
Updated 09/08/
6 Comments
/NathanaelA/nativescript-permissions
Updated 27/06/
Need to test for:
Facebook Wall Posts
Facebook Messenger
Mobile wysiwyg editor
Updated 27/06/
com.dsatab.exception.TalentTypeUnknownException: Unknown TalentType:Schwarze Gabe: Verborgenes Wissen erspüren
at com.dsatab.data.enums.TalentType.byXmlName(TalentType.java:1508)
at com.dsatab.xml.HeldenXmlParser.fillTalents(HeldenXmlParser.java:1208)
at com.dsatab.xml.HeldenXmlParser.readHero(HeldenXmlParser.java:190)
at com.dsatab.data.HeroLoaderTask.loadInBackground(HeroLoaderTask.java:91)
at com.dsatab.data.HeroLoaderTask.loadInBackground(HeroLoaderTask.java:19)
at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312)
at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69)
at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:57)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
Updated 27/06/
A list view of this form sometimes results in being stuck between pages.
horizontal={true}
pagingEnabled={true}
refreshControl={&RefreshControl/&}
is a complete code example. Note that it doesn&t work online, since rnplay&s version of react-native is too old.
When moving the finger to the side and then moving it down, the ListView gets stuck in the current position, because the refreshControl is triggered. The refresh action is not necessarily triggered. But the refresh symbol moves into view a little bit, which makes the ListView stick where it is.
I don&t know how to handle this properly, but the ListView should at least snap back to a valid page position here.
A general practical usecase of this would be a list of elements of which the user may refresh each one individually.
Updated 22/07/
1 Comments
Steps to repro:
1. Connect an android device via USB but do not allow USB debugging
2. Execute tns run/debug command
Expected result: Emulator is started if no other paired device is running
Actual result: A message that deployment is successful appears, but the app is not actually deployed
Updated 27/06/
Description:
/store/apps/details?id=com.mobisystems.fileman
/index.php?threads/%D0%A0%D0%B5%D0%BA%D0%BB%D0%B0%D0%BC%D0%B0-%D0%B2-file-commander.11393/#post-88621
Updated 29/06/
2 Comments
- Android 6.0.1
- Android Studio 2.1.2
- compileSdkVersion 23
- buildToolsVersion 23.0.3
- ProGuard 4.7
Mapbox SDK version: 4.1.0-beta.3
Steps to trigger behavior
set minifyEnabled to true in Android Studio.
even try to add -keep class *.** { *; } to proguard-rules.pro, still not working.
or take MapboxGLAndroidSDKTestApp for example:
build release-android-v4.1.0 source (build type release, set access tokens and sign).
keep minifyEnabled false unchanged, map of test app works fine.
set minifyEnabled to true, rebuild (build type release, set access tokens and sign).
click any sample of test app, crash.
Expected behavior
Everything is ok.
Actual behavior
Map works fine when minifyEnabled is false, but crash after set to true:
06-27 18:34:04.196: E/AndroidRuntime(10347): FATAL EXCEPTION: main
06-27 18:34:04.196: E/AndroidRuntime(10347): Process: com.mapbox.mapboxsdk.testapp, PID: 10347
06-27 18:34:04.196: E/AndroidRuntime(10347): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mapbox.mapboxsdk.testapp/com.mapbox.mapboxsdk.testapp.activity.maplayout.MapPaddingActivity}: android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.mapbox.mapboxsdk.maps.MapView
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2416)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.app.ActivityThread.-wrap11(ActivityThread.java)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.os.Handler.dispatchMessage(Handler.java:102)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.os.Looper.loop(Looper.java:148)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.app.ActivityThread.main(ActivityThread.java:5417)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at java.lang.reflect.Method.invoke(Native Method)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
06-27 18:34:04.196: E/AndroidRuntime(10347): Caused by: android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.mapbox.mapboxsdk.maps.MapView
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.inflate(LayoutInflater.java:539)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.inflate(LayoutInflater.java:374)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.support.v7.app.AppCompatDelegateImplV7.setContentView(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.support.v7.app.AppCompatActivity.setContentView(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.mapbox.mapboxsdk.testapp.activity.maplayout.MapPaddingActivity.onCreate(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.app.Activity.performCreate(Activity.java:6251)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)
06-27 18:34:04.196: E/AndroidRuntime(10347):
... 9 more
06-27 18:34:04.196: E/AndroidRuntime(10347): Caused by: android.view.InflateException: Binary XML file line #7: Error inflating class com.mapbox.mapboxsdk.maps.MapView
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.createView(LayoutInflater.java:645)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:764)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:704)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.rInflate(LayoutInflater.java:835)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:798)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.inflate(LayoutInflater.java:515)
06-27 18:34:04.196: E/AndroidRuntime(10347):
... 17 more
06-27 18:34:04.196: E/AndroidRuntime(10347): Caused by: java.lang.reflect.InvocationTargetException
06-27 18:34:04.196: E/AndroidRuntime(10347):
at java.lang.reflect.Constructor.newInstance(Native Method)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at android.view.LayoutInflater.createView(LayoutInflater.java:619)
06-27 18:34:04.196: E/AndroidRuntime(10347):
... 22 more
06-27 18:34:04.196: E/AndroidRuntime(10347): Caused by: java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.mapbox.mapboxsdk.maps.MapboxMap$MarkerViewAdapter.&init&(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.mapbox.mapboxsdk.annotations.MarkerViewManager$ImageMarkerViewAdapter.&init&(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.mapbox.mapboxsdk.annotations.MarkerViewManager.&init&(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.mapbox.mapboxsdk.maps.MapboxMap.&init&(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.mapbox.mapboxsdk.maps.MapView.initialize(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
at com.mapbox.mapboxsdk.maps.MapView.&init&(Unknown Source)
06-27 18:34:04.196: E/AndroidRuntime(10347):
... 24 more
Updated 28/06/
1 Comments
Updated 27/06/
Updated 04/07/
???? ??? ? ?? ???? ??? ??? ???.
App? ?? ?? ?? ???? ???? ?? ??? ???
Updated 27/06/
Does it work? I see that the device updates the GPS position but the app doesn&t show progress or reports success. Should the display change?
Updated 27/06/
4 Comments
Adguard not blocking sync ads
Yes i am talking about reddit sync. I have cleared both apps cache and
uninstalled/reinstalled adguard. Adguard 2.5 worked perfectly but ecer
since upgrading 2.6 it has been broken. There is a thread on android
technical support forums with others experiencing same issues.
Screenshots:
http://www.imageup.ru/img125/bag.jpg
http://www.imageup.ru/img125/bag.jpg
/store/apps/details?id=com.laurencedawson.reddit_sync&hl=en
Updated 05/08/
2 Comments
java.io.IOException: Unable to find hero with id '/dsatab/Askanon von Widderhall.xml' on storage provider
at com.dsatab.cloud.HeroExchange.download(HeroExchange.java:252)
at com.dsatab.cloud.HeroExchange.getHeroesByType(HeroExchange.java:408)
at com.dsatab.cloud.HeroExchange.getHeroes(HeroExchange.java:382)
at com.dsatab.cloud.HeroesSyncTask.loadInBackground(HeroesSyncTask.java:64)
at com.dsatab.cloud.HeroesSyncTask.loadInBackground(HeroesSyncTask.java:13)
at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312)
at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69)
at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:57)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
Updated 26/06/
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.tinfoil.sms/com.tinfoil.sms.sms.SendMessageActivity}: java.lang.IllegalStateException: Key agreement not completed
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2325)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2390)
at android.app.ActivityThread.access$800(ActivityThread.java:151)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5257)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
Caused by: java.lang.IllegalStateException: Key agreement not completed
at com.android.org.conscrypt.OpenSSLECDHKeyAgreement.checkCompleted(OpenSSLECDHKeyAgreement.java:146)
at com.android.org.conscrypt.OpenSSLECDHKeyAgreement.engineGenerateSecret(OpenSSLECDHKeyAgreement.java:108)
at javax.crypto.KeyAgreement.generateSecret(KeyAgreement.java:361)
at com.tinfoil.sms.sms.ECDH.ecdhkeyAgreement(ECDH.java:73)
at com.tinfoil.sms.sms.ECDH.getProviders(ECDH.java:50)
at com.tinfoil.sms.sms.SendMessageActivity.onCreate(SendMessageActivity.java:125)
at android.app.Activity.performCreate(Activity.java:5990)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)
... 10 more
Updated 26/06/
Falta terminar de integrar y probar la funcionalidad de actualizar los filtros.
Comenzado en #44
Updated 28/06/
Hi, I&ve been noticing some strange behaviour with markers in Android.
I was using images before, and sometimes they would load in the wrong position (usually up about 40 pixels), and sometimes they don&t. Sometimes the images load a little bigger, and sometimes they load scaled down.
Anyway, I decided I wanted to use a view instead, but it still suffers from the positioning issue.
Also, if I try and dynamically update the view (like to highlight a specific marker), the changes are not reflected on the map and the marker stays in its original state. In contrast, this works just fine on iOS.
Looking through the issues it seems the positioning problem has been around for a while and was supposedly fixed, but this is not the case. Does anyone know what&s going on, or how it could be fixed/patched?
Updated 20/07/
1 Comments
From the :
It&s commonly asked why including the React Native for Android library increases APK size by 6-7 MB.
It&d be good to have more details on:
- Why this is the case
- How to make it smaller by separating out x86 and ARM builds
Thanks so much @hramos!
Updated 02/07/
1 Comments
If a request is in processes and you exit the app, application will crash.
Sample Code:
import React from &react&;
import { View } from &react-native&;
class Thecomp ponent {
constructor(props) {
super(props);
this.xhr =
componentWillUnmount() {
if (this.xhr != null) {
this.xhr.abort();
this.xhr =
componentDidMount() {
this.xhr = new XMLHttpRequest();
var url = "http://SOMEWHERE/";
this.xhr.open('GET', url);
this.xhr.send();
render() {
module.exports = T
But this one wont get crash if you exit app after 2 sec:
import React from &react&;
import { View } from &react-native&;
class Thecomp ponent {
constructor(props) {
super(props);
this.xhr =
componentWillUnmount() {
if (this.xhr != null) {
this.xhr.abort();
this.xhr =
componentDidMount() {
this.xhr = new XMLHttpRequest();
var url = "http://SOMEWHERE/";
setTimeout( () =& {
this.xhr.abort();
}, 2000 );
this.xhr.open('GET', url);
this.xhr.send();
render() {
module.exports = T
I don&t sure but maybe something related to APP Exit or componentWillUnmount.
Updated 02/07/
2 Comments
It seems some people have, or think that they have an Intel Xeon running on those HTC Desires, he he. This user had the threadpool fully occupied and the app crashed when he tried to submit another task.
Perhaps we should have a simple message to please wait until some of the downloads finished, system at maximum capacity.
java.util.concurrent.RejectedExecutionException: Task android.os.AsyncTask$3@36526c98 rejected from java.util.concurrent.ThreadPoolExecutor@2c76d226[Running, pool size = 9, active threads = 9, queued tasks = 128, completed tasks = 531]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2011)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:793)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1339)
at android.os.AsyncTask.executeOnExecutor(AsyncTask.java:594)
at com.frostwire.android.gui.tasks.Tasks.execute(Tasks.java:59)
at com.frostwire.android.gui.tasks.Tasks.executeParallel(Tasks.java:43)
at com.frostwire.android.gui.fragments.SearchFragment.startDownload(SearchFragment.java:375)
at com.frostwire.android.gui.fragments.SearchFragment.startTransfer(SearchFragment.java:364)
at com.frostwire.android.gui.fragments.SearchFragment.access$600(SearchFragment.java:80)
at com.frostwire.android.gui.fragments.SearchFragment$3.searchResultClicked(SearchFragment.java:222)
at com.frostwire.android.gui.adapters.SearchResultListAdapter.onItemClicked(SearchResultListAdapter.java:184)
at com.frostwire.android.gui.views.AbstractListAdapter$ViewOnClickListener.onClick(AbstractListAdapter.java:532)
at android.view.View.performClick(View.java:4806)
at android.view.View$PerformClick.run(View.java:19983)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:155)
at android.app.ActivityThread.main(ActivityThread.java:5725)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1030)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:825)
Updated 27/06/
3 Comments
recuperare et afficher le nom de la ville
Updated 27/06/
voir avec charles
Updated 27/06/
google play market app name and description can not be translated.
My android phone is in hebrew. when I look at the kiwix app page in the play market I see
that the app description is machine translated. Instead, it should be possible to translate the app name,
short description and the full description on translatewiki.net
Updated 25/06/
utiliser le scroll down pour charger les images au fur et à mesure
Updated 25/06/
Client needs to send a packet to indicate the disconnect.
Updated 25/06/
I connected my account, enabled camera and its crashing, what am i doin wrong?
Updated 25/06/
Updated 24/06/
RN Version: 0.28, and also 0.24 on rnplay.org
Platform: Android only, tried Kitkat and Marshmallow (iOS is fine)
Dev machine: Mac OS X El Capitan
On Android (but not iOS), ScrollView does not readjust height when the content height decreases, until the user taps or scrolls. When the user is viewing the bottom of the ScrollView, this causes whitespace in the place of the removed content.
Minimal code snippet: [scroll down, then tap on Remove button to repro]
&use strict&;
var React = require(&react-native&);
AppRegistry,
ScrollView,
StyleSheet,
TouchableHighlight,
var SampleApp = React.createClass({
getInitialState: function() {
return { count: 50 }
remove: function() {
this.setState({ count: 20 });
createElements: function(count) {
var elements = [];
for (var i = 0; i & i++) {
elements.push(&Text key={i}>{i}&/Text>);
render: function() {
&View style={styles.container}>
&ScrollView>
{this.createElements(this.state.count)}
&TouchableHighlight onPress={this.remove}>
&Text>Remove&/Text>
&/TouchableHighlight>
&/ScrollView>
var styles = StyleSheet.create({
container: {
justifyContent: &center&,
alignItems: &center&,
backgroundColor: &#F5FCFF&,
marginTop: 20,
AppRegistry.registerComponent(&SampleApp&, () => SampleApp);
Updated 15/07/
3 Comments
Copied from googlei18n/noto-fonts#718 filed by @c933103
See https://ja.wikipedia.org/wiki/三式潜航輸送艇 , in noto font, the character cannot enclose a hiragana character into it as would have been expected. (The combination: ゆ? )
Updated 03/08/
13 Comments
The latest 4.1.0-SNAPSHOT logs the following message:
06-24 18:38:39.462 /co.human.android E/MapboxEventManager: FlushTheEventsTask borked: org.json.JSONException: Forbidden numeric value: NaN
06-24 18:38:39.463 /co.human.android W/System.err: org.json.JSONException: Forbidden numeric value: NaN
06-24 18:38:39.505 /co.human.android W/System.err:
at org.json.JSON.checkDouble(JSON.java:25)
06-24 18:38:39.506 /co.human.android W/System.err:
at org.json.JSONObject.put(JSONObject.java:262)
06-24 18:38:39.507 /co.human.android W/System.err:
at org.json.JSONObject.putOpt(JSONObject.java:276)
06-24 18:38:39.507 /co.human.android W/System.err:
at com.mapbox.mapboxsdk.telemetry.MapboxEventManager$FlushTheEventsTask.doInBackground(MapboxEventManager.java:621)
06-24 18:38:39.507 /co.human.android W/System.err:
at com.mapbox.mapboxsdk.telemetry.MapboxEventManager$FlushTheEventsTask.doInBackground(MapboxEventManager.java:585)
06-24 18:38:39.508 /co.human.android W/System.err:
at android.os.AsyncTask$2.call(AsyncTask.java:295)
06-24 18:38:39.508 /co.human.android W/System.err:
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
06-24 18:38:39.509 /co.human.android W/System.err:
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
06-24 18:38:39.509 /co.human.android W/System.err:
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
06-24 18:38:39.509 /co.human.android W/System.err:
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
06-24 18:38:39.511 /co.human.android W/System.err:
at java.lang.Thread.run(Thread.java:818)
No crashes though.
Updated 26/07/
12 Comments
Linux jxqctk 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux
Debian GNU/Linux 7.0
Caused by: java.io.IOException: Cannot run program &/home/xxxx/android-sdk-linux/build-tools/23.0.1/aapt& (in directory &/tmp/tmpUshLhC/Umeng_feedback&): error=2, No such file or directory
sudo apt-get install
sudo apt-get install lib32stdc++6 lib32z1
Updated 24/06/
Relatively low priority, but it&d be nice to have a set of tests which ensure things aren&t broken.
Updated 24/06/
The socket logic and message creation could be cleaned up, so let&s do this.
Updated 24/06/
Add ability to create and display announcements within the Android and desktop apps. Each application would check an endpoint for the latest announcements and display if needed. Some things which this endpoint would provide include:
App version code
Blocking (can the announcement be dismissed?)
Announcements would be used to notify users of breaking changes (for example, if a new API version is rolled out), major product announcements, etc.
Updated 24/06/
关于第三方监控统计问题
目前H5、Flash、IOS、Android直播功能未实现:
[ ] 红包 热点曝光监控+热点点击监控【点播+直播】
[ ] 广告 热点曝光监控+热点点击监控
[ ] 百科 热点曝光监控+热点点击监控
[ ] 投票 热点曝光监控+热点点击监控
[ ] 云图 热点曝光监控+热点点击监控
需确认是否需实现直播的第三方监控统计
Updated 05/07/
See https://facebook.github.io/react-native/docs/getting-started.html, the following two images are mismatched with their descriptions:
- react-native-android-studio-android-sdk-platforms-windows.png
- react-native-android-studio-android-sdk-build-tools-windows.png
Updated 02/07/
This issue seems somewhat related to #6760 , but different enough for a different issue.
The main differences are &
1. The crash happens when there are a lot of components (e.g. 1000 Views nested inside each other). But in the particular instance of our app, the crash also happens when there are relatively fewer components (~100) and we receive a 4xx, 5xx level response from a HTTP call. I have not been able to reproduce this in an isolated project with ~100 components and failed HTTP requests.
2. I am experiencing the crash when I&m NOT connected to Chrome Debugger. It works fine when connected to the debugger.
All I see is this, without a stack trace whatsoever.
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xbbadbeef in tid 27250 (mqt_js)
Since the issue happens when I&m not connected to the debugger, it makes it more serious because I cannot distribute the app. Any leads on how to debug this would be helpful.
Updated 02/07/
7 Comments
If a YouTube playlist is found as a search result, it could create a YouTubePlaylistSearchResult with YouTubePlaylistItems, these could in turned be used to create a special kind of playlist for the FrostWire playlist.
Such playlist would be made entirely out of the youtube urls, and the user wouldn&t have to download the tracks, just play the playlist and stream it at will.
Optionally the tracks could be saved for offline consumption.
Updated 23/06/
We should remove the welcome to pro screen that appears after checkout for users who have just gone thru the renewal flow, since they have already been pro users for a period of time. Replace with a snackbar that auto dismisses that says. &Success! Thank you for renewing your Lantern Pro account&
Updated 23/06/
The iOS guide mentions appProperties to update the props of the root-view. There doesn&t seem to be such a method for Android.
Updated 06/08/
1 Comments
Reproduce this on os x:
Updated 20/07/
6 Comments
Criar o menu com todos os seus itens e anima??es de acordo com o marvel app.
Updated 23/06/
In order to test the android bindings for core-gl we need to run the core unit tests on Android.
There two ways to run the tests:
- Create a native executable, linked with the tests and execute from the adb shell
- Create an apk with a small Java class to kick things of like #4671
Furthermore, there are a couple types of tests:
- &Simple& tests - no dependencies on fs, network, etc
- Fixture tests - need fixures from the fs to run
- Network tests - need an http server
- Render tests - need a headless renderer
Updated 11/07/
15 Comments
Android通过Activity栈来管理启动的Activity,当启动一个Activity时就把它压入到栈顶,其实这只是android的一种默认实现,有时候如果栈中存在相同的Activity,通过设置不同的启动模式,就不一定需要新创建一个Activity了。
Activity有下面四种启动模式:
(1)standard
(2)singleTop
(3)singleTask
(4)singleInstance
这四种类型可以分为两大类: ‘standard’ 和 ‘singleTop’可以在同一个栈中加载很多activity。区别于下面一组在于,这两个模式不会移除其他Activity。
‘singleTask’ 和 ‘singleInstance’的Activity会使用单例模式,并且这个Activity会是一个新的栈的root。
launch mode可以在 AndroidManifest文件中配置,也可以使用Intent flags,比如FLAG_ACTIVITY_NEW_TASK, FLAG_ACTIVITY_CLEAR_TOP 和 FLAG_ACTIVITY_SINGLE_TOP 。
其实还有一种情况比较特殊,不过很少使用,就是在一个app之间,我们给某一个Activity配置了taskAffinity属性,这个属性会影响singleTask等属性,这个可以大家自己去分析。
standard:不论当前任务栈中是否存在该Activity,都会新建一个Activity,如 任务栈为A->B,要启动B 那么任务栈为 A->B->B
singleTop:如果当前要创建的Activity就在任务栈的顶端,那么不会创建新的Activity,仅仅调用Activity的onNewIntent, 如果不在栈顶(或者栈中没有该Activity),那么还是会创建新的Activity,如任务栈为A->B。启动B,任务栈变为 A->B。如果启动A, 那么任务栈为 A->B->A。 声明成这种启动模式的Activity也可以被实例化多次,一个任务当中也可以包含多个这种Activity的实例。
singleTask:这种启动模式表示,系统会创建一个新的任务,并将启动的Activity放入这个新任务的栈底位置。 但是,如果现有任务当中已经存在一个该Activity的实例了,那么系统就不会再创建一次它的实例,而是会直接调用它的onNewIntent()方法。 声明成这种启动模式的Activity,在同一个任务当中只会存在一个实例。注意这里我们所说的启动Activity,都指的是启动其它应用程序中的Activity, 因为”singleTask”模式在默认情况下只有启动其它程序的Activity才会创建一个新的任务,启动自己程序中的Activity还是会使用相同的任务 如果当前任务中存在要启动的Activity,那么就不会创建新的Activity,如果不存在就会创建新的Activity,如任务栈为 A->B->C,启动B ,那么任务栈就会变为A->B。
注意: 1.设置了”singleTask”启动模式的Activity,它在启动的时候,会先在系统中查找属性值affinity等于它的属性值taskAffinity的Task存在; 如果存在这样的Task,它就会在这个Task中启动,否则就会在新的任务栈中启动。因此, 如果我们想要设置了”singleTask”启动模式的Activity在新的任务中启动,就要为它设置一个独立的taskAffinity属性值。 2.如果设置了”singleTask”启动模式的Activity不是在新的任务中启动时,它会在已有的任务中查看是否已经存在相应的Activity实例, 如果存在,就会把位于这个Activity实例上面的Activity全部结束掉,即最终这个Activity 实例会位于任务的Stack顶端中。 3.在一个任务栈中只有一个”singleTask”启动模式的Activity存在。他的上面可以有其他的Activity。这点与singleInstance是有区别的。
singleInstance:将一个Activity的launchMode设置为该值时,表明这个Activity独自占用一个任务队列,这个队列中不让在加入其他的Activity。 系统不会向声明成”singleInstance”的Activity所在的任务当中再添加其它Activity。 也就是说,这种Activity所在的任务中始终只会有一个Activity,通过这个Activity再打开的其它Activity也会被放入到别的任务当中。
应用场景:网易新闻。 假设主界面为 MainActivity,显示新闻的界面是 DetailActivity,显然显示任何一条新闻都会使用 DetailActivity,即把新闻内容通过 Intent 传给 DetailActivity 就可以了。 假设你正在看新闻1(即在 DetailActivity),此时手机收到服务器的推送:收到一条通知(新闻2),点击通知就会跳转到 DetailActivity 并显示新闻2,当你点击通知时,因为目前栈顶的 Activity 就是 DetailActivity,因此这里就是使用 SingleTop 的地方,即点击通知后以 SingleTop 加载模式打开 DetailActivity 并显示新闻2,因此新闻1的 DetailActivity 就被覆盖掉了。 此后你点击返回键会回到主界面。
SingleTask
应用场景:微信的主界面(一般应用主界面都会以 SingleTask 启动)。 你打开微信主界面(在栈的最底部)后,进入朋友圈(在栈的顶部),此时你点击 Home 键回桌面,并打开网易新闻。 假设你想将网易新闻的一条新闻分享给微信好友,那么就按照 分享->微信->好友A->分享给他->留在微信。接着会跳转微信的主界面,即不是你原本所在的朋友圈,并且微信的栈只剩下一个元素:主界面的 Activity。这里就使用了 SingleTask(即以 SingleTask 加载模式打开微信主界面)。
再举一个例子,Android系统内置的浏览器程序声明自己浏览网页的Activity始终应该在一个独立的任务当中打开, 也就是通过在元素中设置"singleTask"启动模式来实现的。这意味着,当你的程序准备去打开Android内置浏览器的时候, 新打开的Activity并不会放入到你当前的任务中,而是会启动一个新的任务。而如果浏览器程序在后台已经存在一个任务了,则会把这个任务切换到前台。
SingleInstance
应用场景:闹铃的响铃界面。 你以前设置了一个闹铃:上午6点。在上午5点58分,你启动了闹铃设置界面,并按 Home 键回桌面;在上午5点59分时,你在微信和朋友聊天; 在6点时,闹铃响了,并且弹出了一个对话框形式的 Activity(名为 AlarmAlertActivity) 提示你到6点了(这个 Activity 就是以 SingleInstance 加载模式打开的),你按返回键,回到的是微信的聊天界面,这是因为 AlarmAlertActivity 所在的 Task 的栈只有他一个元素, 因此退出之后这个 Task 的栈空了。如果是以 SingleTask 打开 AlarmAlertActivity,那么当闹铃响了的时候,按返回键应该进入闹铃设置界面。
Updated 11/08/
1 Comments
Updated 23/06/
[x] Provide a minimal code snippet /
example that reproduces the bug.
let testDate = Date.UTC(, 10, 0, 0, 0);
let output = new Date(testDate).toLocaleDateString();
&Text style={styles.text}&{output}&/Text&;
https://rnplay.org/apps/bGMmOA
[x] Provide screenshots where appropriate
go to phone settings and change the language to Deutsch (Deutschland)
launch the app
23.06.2016
[x] What&s the version of React Native you&re using?
[x] Does this occur on iOS, Android or both?
only Android, on iOS this works fine.
[x] Are you using Mac, Linux or Windows?
Updated 01/08/
1 Comments
The problem
Hi all! I updated Appium to the new one 1.5.3 recently and faced with issue that on Android wifi connection doesn&t enable or disable using new implementation driver.setConnection(Connection.NONE); and driver.setConnection(Connection.WIFI);
on single and multithreaded tests.
Environment
Appium 1.5.3
I checked this implementation on Appium 1.4 version and it works fine
OS/version used to run Appium: EL Capitan
Node.js version (unless using Appium.app|exe): Node v6.2.2
Mobile platform/version under test: Android
Real device or emulator/simulator: Real devices Samsung S4(5.0.1) and Nexus 5 (5.1.1)
Appium CLI or Appium.app|exe: Appium CLI and Appium application
Device API level: 21
Link to Appium logs
/Mikulasi/455e76cff642f0c92dcfb554
public void setWifiOff() {
((AndroidDriver&?&) appiumcontroller().getMobileDriver()).setConnection(Connection.NONE);
Updated 23/06/
10 Comments
react-native v0.27.2 :
ViewPagerAndroid nested , the inner ViewPagerAndroid content couldn&t show 。
javascript
&ViewPagerAndroid
style={{flex:1,backgroundColor:'#FF0000'}}
onPageSelected={(e)=&{}}
keyboardDismissMode="on-drag"&
//===========outer View 1===========
&Text&Page 1&/Text&
&ViewPagerAndroid
style={{flex:1,backgroundColor:'#FFFFFF'}}
onPageSelected={(e)=&{}}
keyboardDismissMode="on-drag"&
//===========inner View 1===========
&Text style={{color:'#000000'}}&Sub Page 1&/Text&
//===========inner View 2===========
&Text style={{color:'#000000'}}&Sub Page 1&/Text&
&/ViewPagerAndroid&
//===========outer View 2===========
&Text&Page 2&/Text&
&/ViewPagerAndroid&
The inner view couldn&t show , but can be slide
Updated 30/07/
2 Comments
Hello and thanks for contributing! To help us diagnose your problem quickly, please:
Include a minimal demonstration of the bug, including code, logs, and screenshots.
Ensure you can reproduce the bug using the latest release.
Only post to report a bug
direct all other questions to: /questions/tagged/mapbox
Platform: Android
Mapbox SDK version:4.1.0-beta
Steps to trigger behavior
Allow setting/adding multiple Icons to Marker and allow setting to display it at certain zoom level.
For e.g. if added two Icons iconA, iconB then Display iconA from zoom level 1 to 9 and display iconB from Zoom level 9 to 21
Best would be allow adding different layers to map, all markers added to those layers and it should be possible to control those layers dynamically (e.g. show, hide layers based on Zoom level and other callbacks )
Expected behavior
Actual behavior
I found clustering but that&s not what we want :(
Let me know if this is already possible. & I didn&t found it in code or doc yet
Updated 17/08/
9 Comments
Hi, all. I&ve been working an Android project and can&t really figure out a way to pass arguments to the react native run-android cli. The specific one I am looking for is &offline before the gradlew (graddle wrapper is taking forever to resolve dependency due to some packages I use.) Using this option actually help reduce my build time from 4 mins to 40 seconds. It would be nice if we could pass additional gradle wrapper parameters with react native run-android. Please advise. Thanks.
Updated 21/07/
On Android, when scrolling through horizontal ListView, if you scroll slightly up as well the RefreshControl starts to appear. This is undesirable and does not happen in iOS. When scrolling horizontal normally you cannot scroll up and down at the same time, one shouldn’t be able to activate the refresh control when scrolling horizontally.
To reproduce this behavior, start scrolling left/right then move your finger down as in a refresh. The refresh control will come down and interrupt your horizontal scroll.
Minimum code sample: https://rnplay.org/apps/T7drbA (or pasted below).
React Native version is ^0.26.0.
Occurs only on Android.
Using a Mac.
Code sample:
'use strict';
var React = require('react-native');
AppRegistry,
StyleSheet,
RefreshControl,
ScrollView,
var SampleApp = React.createClass({
getInitialState: function() {
dataSource: new ListView.DataSource({ rowHasChanged: (a, b) =& a !== b })
render: function() {
dataSource={this.state.dataSource.cloneWithRows([1, 2, 3])}
refreshControl={&RefreshControl refreshing={false}/&}
renderHeader={() =& (
&ScrollView horizontal&
&View style={[styles.box, { backgroundColor: 'red' }]}/&
&View style={[styles.box, { backgroundColor: 'green' }]}/&
&View style={[styles.box, { backgroundColor: 'blue' }]}/&
&/ScrollView&
renderRow={row =& &View&&Text&{row}&/Text&&/View&}
var styles = StyleSheet.create({
width: 200,
height: 200,
AppRegistry.registerComponent('SampleApp', () =& SampleApp);
Updated 02/08/
2 Comments
Snackbar messages
Add user notifications with snackbar where is needed
Updated 22/06/
Hello and thanks for contributing! To help us diagnose your problem quickly, please:
Include a minimal demonstration of the bug, including code, logs, and screenshots.
Ensure you can reproduce the bug using the latest release.
Only post to report a bug
direct all other questions to: /questions/tagged/mapbox
Platform: Android
Mapbox SDK version: 4.1.0-beta.3
Steps to trigger behavior
Load mapview
Load markers onto mapview
This occurred after upgrading from 4.0.1, but seems to persist after downgrading.
Expected behavior
Map with path and markers displayed
Actual behavior
This occurs with both online and offline maps. I&ve also tested with several map styles.
The map is displayed, as is the path, but any place there&s a marker or symbol is a black box.
You can see in the background of the attached image (behind the progressdialog box) Three tall black rectangles in the place the markers are supposed to be located. the smaller rectangles are symbols for road direction and what I believe is a highway.
Updated 17/08/
11 Comments
Currently we use the bounds of the map itself to invalidate View Markers in bounds. This underneath uses getPointAnnotationsInBounds. There are cases (eg. big icons) where these bounds are not ideal. You need to scroll an extra bit before the annotation appears. We should be able to increase the bounds by default and look into making this configurable.
Updated 22/06/
I am new to React Native. I followed
tutorial. When I run the projeect in terminal, Build failed with an exception error will display. but I set android_home (sdk location) correctly in bashrc
export ANDROID_HOME=~/Android/Sdk
PATH=&~/Android/Sdk/tools:~/Android/Sdk/platform-tools:${PATH}& export PATH
Build file &/home/sugeivan/react/sugeivan/android/app/build.gradle& line: 110
What went wrong:
A problem occurred evaluating project &:app&.
SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
Updated 02/07/
Speaking with the Wikimed community, it&s popup that this Wikipedia community would love to get feedback from the field about articles.
To do so it would be greate to have in the wikimed app:
* An option activating a feedback box
* This feedback box would allow to put a text (maybe a picture) to each article (at the end).
* The feedback would be saved locally and each time the device is online, this would be puched as new topic to a pre-defined Wikipedia talk page.
Updated 22/06/
1 Comments
I am getting these error when running &react-native run-android&. Need suggestion why this coming. My Emulator port is showing 5554 port.
Updated 06/07/
3 Comments
Edit: After some discussion, it was decided that the iOS client has the correct behavior firing gesture events when interacting with disabled widgets. Android client&s behavior should be adjusted.
It is expected not to be able to interact with an ImageView using gestures if the ImageView is disabled.
var page = new tabris.Page({
title: "Using an image view as a button",
topLevel: true
var image = new tabris.ImageView({
layoutData: {centerX: 0, centerY: 0, width: 400, height: 400},
image: {src: "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Llama_lying_down.jpg/2560px-Llama_lying_down.jpg"},
highlightOnTouch: true,
enabled: false
}).on("tap", function() {
console.log("Image tapped.");
}).appendTo(page);
page.open();
Updated 18/07/
2 Comments
The react-native run-android supports setting a build variant via arguments but always uses the default application id when starting the app via adb.
So when you have a debug release and set applicationIdSuffix &.debug& then the adb command is executed with the wrong package name.
See /facebook/react-native/blob/d4cc5b53cdbead0c2d0/local-cli/runAndroid/runAndroid.js#L123
React native version = 0.27.2
Updated 02/07/
1 Comments
Hello and thanks for contributing! To help us diagnose your problem quickly, please:
Include a minimal demonstration of the bug, including code, logs, and screenshots.
Ensure you can reproduce the bug using the latest release.
Only post to report a bug
direct all other questions to: /questions/tagged/mapbox
Platform: Android
Mapbox SDK version:
4.1.0-beta.3
Steps to trigger behavior
Enable tracking mode in MapboxMap:
&br>&code>final TrackingSettings trackingSettings = mapboxMap.getTrackingSettings();
trackingSettings.setMyBearingTrackingMode(MyBearingTracking.GPS);
trackingSettings.setMyLocationTrackingMode(MyLocationTracking.TRACKING_FOLLOW);&/code>
Draw routes from my current position to a specific location with: &code>mapboxMap.addPolyline(polylineOptions);&/code>
Start driving, following the routes in map.
Expected behavior
The location icon is drawn and animated in center of the routes
Actual behavior
the location icon (circle shape) is usually drawn beside the routes.
How to solve?
Is there a way to snap GPS to the icon to the center of the routes? After looking at the source code of the android sdk, I saw the position icon is updated automatically by &code>GpsLocationListener&/code>. Is there any way to disable it, and update the position myself? like the code below:
private LocationListener mLocationListener = new LocationListener() {
public void onLocationChanged(Location location) {
mSnapLocation = calculateSnapePosition(location, routes);
mMap.getMapView().getUserLocationView().setLocation(mSnapLocation)
Updated 22/06/
现象模拟:
step 1、通过app 先调出微信支付(但并不支付)
step 2、kill 掉原app
step 3、点击微信支付返回
1、不修改源码情况 程序crash
2、修改源码
if(null!=Wechat.instance){
if (Wechat.instance.getWxAPI() == null) {
Log.d(Wechat.TAG,&===3&);
startMainActivity();
Log.d(Wechat.TAG,&===2&);
Wechat.instance.getWxAPI().handleIntent(getIntent(), this);
Log.d(Wechat.TAG,&===1&);
startMainActivity();
进入1 ,但手机效果不正常
解决方法:
修改startMainActivity 方法
final String packageName = getPackageName();
final Intent launchIntent = getPackageManager().getLaunchIntentForPackage(packageName);
if(null!=launchIntent){
final String mainActivity = launchIntent.getComponent().getClassName();
final Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setPackage(packageName);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
intent.setComponent(new ComponentName(packageName, mainActivity));
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
getApplicationContext().startActivity(intent);
Intent intent = new Intent();
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.setPackage(getApplicationContext().getPackageName());
getApplicationContext().startActivity(intent);
Updated 28/06/
When a user shares their code and their friend uses it to purchase pro, we should notify the user whose code was used with a snackbar saying. &Congratulations, your referral code was used by a friend to buy pro, X free months have been applied!
@chipstehr this will need the same language as #4757
Updated 21/06/
The Dimensions API allows you to get either window or screen size :
'window ', { width: 360, height: 592, scale: 3, fontScale: 3 }
'screen ', { width: 360, height: 640, scale: 3, fontScale: 3 }
However, it looks like &window& doesn&t subtract the size of the status bar (the one on top of the screen on Android). I feel like it should, otherwise, while setting a layout that&s supposed to use all of the space, part of your view is gonna get cut off (most likely by 24 pixels, which seems to be the standard size for the status bar).
This is mostly problematic when setting background images, flex does the job well for regular views.
I don&t know what behavior should be set as default, if what we currently have is the intended behavior, it would be nice to have a way to get the status bar height through the Dimensions API.
Updated 02/08/
3 Comments
Updated 21/06/
More details to be added once requirements for messaging are finalised.
Updated 21/06/
This is a table view of all WESST schools.
Updated 21/06/
The event feed is specific for each school
Updated 21/06/
Updated 21/06/
while using the test card number, i am getting this error. &payment method invalid&
Updated 21/06/
Now that animating a marker to a new location performs better, we should use setPosition() to take in more parameters. For example, it would be great if I could call marker.setPosition(new LatLng(), 5000); and the marker would animate linearly using the time. Also including a callback would be good so I could perform an action when the animation finishes.
cc: @zugaldia @tobrun @bleege @ivovandongen
Updated 27/06/
2 Comments
Additional Chromecast support with the app and the Ooyala HTML5 Video Player.
Updated 21/06/
Dev PR: /owncloud/android/pull/1599
Updated 16/08/
2 Comments
Expected Behaviour
calling init to return the same registrationId for the same app on the same device.
Actual Behaviour
The registrationId is always different on Android 5.1. It then needs to be re-synced with the back-end server.
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Android 5.1
Plugin version
phonegap-plugin-push 1.6.0 &PushPlugin&
Updated 21/06/
2 Comments
Hello, I have this fiddle not working in Android Chrome, works in firefox in Android and works in Desktop browsers too
https://jsfiddle.net/80m57hL2/9/
$( document ).ready(function() {
$(".input-currency").inputmask('decimal', {
radixPoint: ",",
autoGroup: true,
groupSeparator: ".",
groupSize: 3,
autoUnmask: true
I cant insert commas using my Android device, point or comma keys don&t make nothing when are
pressed. Any idea? Sorry my english.
I noticed these error in 51.x version in Chrome mobile and I see it working in Chrome 47.x (I tested in iOS Chrome too)
Updated 29/07/
自己动手编译最新Android源码
http://blog.csdn.net/dd/article/details/
Updated 21/06/
Android Keystore Password Recovery
http://maxcamillo.github.io/android-keystore-password-recover/
Updated 21/06/
Currently the share button is always black,
it should only turn black once it has been used.
Unused share button color should be #E0E0E0
Updated 28/06/
&XXXMB Remaining of your free monthly data& Should be: Roboto Bold (700), 10pt
&upgrade to Pro for unlimited data&.& text should be: Roboto Light (300), 10pt
Line leading over that whole block should be 14pt
Updated 20/06/
Should be #FFEA00
Updated 20/06/
(Hypnosis) MXPLRS|Kirill, открывай иссуй про файлы. потому што я не понял это раз и два я отдыхаю щас не до и2пд
(orignal_) Hypnosis:
надо чтобы при установке пакета эти файлы кллались в /sdcard/i2pd
(MXPLRS|Kirill) debian/tunnels.conf -> /sdcard/i2pd/tunnel.conf
(MXPLRS|Kirill) debian/subscriptions.txt -> /sdcard/i2pd/subscriptions.txt
(MXPLRS|Kirill) docs/i2pd.conf -> /sdcard/i2pd/i2pd.conf
(MXPLRS|Kirill) contrib/certificates -> /sdcard/i2pd/certificates
Updated 21/06/
[23:16:52] &Hypnosis> вопще надо с папками андройда получше разобраться. вот нетдб и прочую срань и2пд - это надо в спецпапку Кэш
[23:17:01] &Hypnosis> а конфиг - в спецпапку Филес
[23:17:44] &Hypnosis> но с кешем одна неясность - как очистка кеша взаимодействует с аппликацией которая запущена. Надо прояснить
Updated 21/06/
[21:49:13] [orignal] давай теперь гуй добавляй
[21:49:13] [orignal] и главное меню
[21:49:13] [orignal] а не только чтобы кнопка quit
[21:49:43] [Hypnosis] ну надо в ядро сразу проносить. фейковый гуй я могу уже щас добавить
[21:49:58] [Hypnosis] а вот ридцфг и вритецфг надо писать
[21:50:12] [Hypnosis] это я называю &проносить в ядро& =))
Updated 21/06/
React-native version 0.27.0
relate to /facebook/react-native/commit/f2c1868b56bdfc8b0d6feafed2cd440 this commit.
The touch event timestamp returns nanoseconds.
But PanResponder didn&t update expectedly, it calculates velocity using millisecond yet.
It causes lots of issue, such as Navigator gesture not response as expectedly.
Updated 02/07/
1 Comments
This fetch request sends &application/json& as ContentType on IOS but &application/ charset=utf-8& on Android:
fetch(url, {
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
The server I&m working against requires application/json and fails when charset is added. I&ve filed a bug report with them too, but shouldn&t fetch behave identically on ios and android?
Updated 29/07/
2 Comments
Instead of having to specify the icon name and colour in the init call it would be nice to be able to specify it in the config.xml preferences.
Updated 20/06/
Demo of the bug:
Bug occurs on android: when a Switch is nested within ViewPagerAndroid, it does not animate when changing its state. The demo is using RN 24, but the bug occurs on RN 27.2 too.
edit: interestingly, it starts working after screen orientation changes.
Updated 02/07/
2 Comments
/store/apps/details?id=com.p1.chompsms
Updated 20/06/
1 Comments
java.lang.RuntimeException: startPreview failed
at android.hardware.Camera.startPreview(Native Method)
at com.proapps.callflashlight.CameraSurface.surfaceCreated(CameraSurface.java:43)
at android.view.SurfaceView.updateWindow(SurfaceView.java:609)
at android.view.SurfaceView.access$000(SurfaceView.java:86)
at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:178)
at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:707)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1944)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1112)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4472)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
at android.view.Choreographer.doCallbacks(Choreographer.java:555)
at android.view.Choreographer.doFrame(Choreographer.java:525)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4898)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773)
at dalvik.system.NativeStart.main(Native Method)
java.lang.RuntimeException: startPreview failed
at android.hardware.Camera.startPreview(Native Method)
at com.proapps.callflashlight.CameraSurface.surfaceCreated(CameraSurface.java:43)
at android.view.SurfaceView.updateWindow(SurfaceView.java:609)
at android.view.SurfaceView.access$000(SurfaceView.java:86)
at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:178)
at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:707)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1944)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1112)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4472)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
at android.view.Choreographer.doCallbacks(Choreographer.java:555)
at android.view.Choreographer.doFrame(Choreographer.java:525)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4898)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773)
at dalvik.system.NativeStart.main(Native Method)
Updated 19/06/
Steps to Reproduce
- Open the app and visit the discover section
- Search for your favorite keyword
- Observe the nicely formatted results
- Visit another section in the app
- (Optional) Wait an hour and come back to the app
- Visit the discover section
Buggy Behavior
- The results from the previous search are shown, but the keyword is missing from the input field
I think that adding the keyword back, helps bring context back to this page, but I think it brings up some other things worth discussing.
Should the discover section reset back to it&s default state after a certain timeout?
Should there be an easier way to cancel a search? (Currently, it&s not possible)
Updated 19/06/
2 Comments
Disabling ad filtering helps. HTTPs is not filtered.
Updated 20/06/
3 Comments
See the commit /PurpleI2P/i2pd/commit/2a38aa982d1cf7f6432f
Updated 21/06/
4 Comments
Updated 19/06/
Updated 23/06/
1 Comments
1226 issues
Copyright 2015}

我要回帖

更多关于 ae 3d camera tracker 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信