Re: [mono-android] where is android.media.audiofx.Visualizer class in MFA ?

2013-09-03 Thread Atsushi Eno
It is available only after API Level 9, so make sure that the target API Level for your application or library is API Level 9 or later. Atsushi Eno efontana wrote: Even more confusion, this seems to indicate that it is there, http://docs.go-mono.com/?link=T%3aAndroid.Media.Audiofx.Visualizer

Re: [mono-android] JAR Binding problems after updating to 4.6

2013-02-26 Thread Atsushi Eno
" name="name">java.util.Comparator<org.apache.http.cookie.Cookie> Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: I'm seeing a lot of errors now that didn't exist with the last stable release. For instance: 1>-- Build started: Project: AndroidNGN, Configuration: Debug Any C

Re: [mono-android] Embed .so in Jar Binding Project

2013-02-25 Thread Atsushi Eno
add to our samples. Thanks, Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: Some JARs depend on native libraries and it would be nice to embed native libraries within Java Library Binding Projects (similar to embeddedreferencejar) that get copied to the main project when building. Jeremy

Re: [mono-android] KeyChain API on Android 4.1 and client certificate authentication

2013-02-07 Thread Atsushi Eno
http://stackoverflow.com/questions/12507697/keychain-getprivatekeycontext-string-on-android-4-1 Atsushi Eno Nikola wrote: Hi, I need to issue HTTP requests against a server that requires authentication with client certificates. So far (on Android 4.0), I've been using KeyChain API to ge

Re: [mono-android] Xcode broke my m4a

2013-01-24 Thread Atsushi Eno
e. Then there is a link for "Show Recent Releases" there you can download older releases. HTH, Atsushi Eno ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-08 Thread Atsushi Eno
ngerprint after pressing the 'create new Android key' still give 'Your input was invalid Yes it is invalid, now they only accepts SHA-1, not MD5. HTH, Atsushi Eno So can anyone give me any pointers please? Is there any easier way to achieve the getting lat and long from a map wi

Re: [mono-android] Library Layouts and Drawables

2013-01-08 Thread Atsushi Eno
Ah, no worries, I have already filed one: https://bugzilla.xamarin.com/show_bug.cgi?id=9370 Thanks, Atsushi Eno Jonathan Chapman wrote: Thanks, Do you still need me to file the bug or will handle that? *Jonathan Chapman

Re: [mono-android] Library Layouts and Drawables

2013-01-07 Thread Atsushi Eno
ters are rejected in Android's ant resource builder i.e. aapt so they never appeared in Java binding projects.) Atsushi Eno Atsushi Eno wrote: It is hard to confirm and tell what happened without the actual code. Could you file a bug and attach your project there so that we can examine

Re: [mono-android] Library Layouts and Drawables

2013-01-07 Thread Atsushi Eno
It is hard to confirm and tell what happened without the actual code. Could you file a bug and attach your project there so that we can examine? Atsushi Eno Jonathan Chapman wrote: We had a large library of resources that we used to just link in because Android resources could not be in

Re: [mono-android] DatabaseUtils.getTypeOfObject binding is missing

2012-12-22 Thread Atsushi Eno
Hello, I don't see such a method in Android API Reference - maybe it is some internal API? http://developer.android.com/reference/android/database/DatabaseUtils.html Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: I’m not seeing this function in Database

Re: [mono-android] Library resources

2012-12-22 Thread Atsushi Eno
rceLibrary/ManagedAndroidResourceLibrary.csproj#L12 Atsushi Eno mario federici wrote: Thank you, Eno, for your prompt response. I have an other question: I develop my application with VisualStudio; I've not been able to change my source to work like yours (even tampering directly with a text editor in the cspr

Re: [mono-android] Splash Page on Resume

2012-12-22 Thread Atsushi Eno
); } }; new Timer ().schedule (task, 2000); } } Atsushi Eno craig wrote: I saw this tutorial on splash pages: http://docs.xamarin.com/Android/Guides/User_Interface/Creating_a_Splash_Screen However, boss wants the app to reload data from server and re-display splash page

Re: [mono-android] proguard

2012-12-22 Thread Atsushi Eno
, I once actually tried to get it working but never successfully done with it. I haven't really spent a lot of time, so it is not really determined as impossible, but we still need to investigate what it could be like. Atsushi Eno Jonathan Pryor wrote: On Dec 19, 2012, at 8:52 AM, Jer

Re: [mono-android] Library resources

2012-12-12 Thread Atsushi Eno
and "aapt" does - library resource IDs are *not* constant, and replaced their values later at application build phase. Atsushi Eno mario federici wrote: Hello, in the latest release I see that "Library Projects can now contain Android Resources.". Can you provide m

Re: [mono-android] report generation

2012-12-12 Thread Atsushi Eno
emed to contain those basic components such as PdfWriter and Document structures :) Atsushi Eno Jeremy -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Atsushi Eno Sent: Wednesday, December 12, 2012 5:00 AM To: Discuss

Re: [mono-android] report generation

2012-12-12 Thread Atsushi Eno
For reference, I managed to build a binding (not sure if it works, writing samples need another amount of time...) with this metadata fixup. https://gist.github.com/4266626 Atsushi Eno Atsushi Eno wrote: Hello, I had a look at DroidText (as I whated to know what blocked you), and found that

Re: [mono-android] report generation

2012-12-12 Thread Atsushi Eno
om/Android/Guides/Advanced_Topics/Java_Integration_Overview/Working_With_JNI Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: Does anyone know of any report generation libraries we can use with Monodroid? Preferably LGPL/BSD/MIT? DroidText is the only one I found but it doesn’t work with Mono For A

Re: [mono-android] Project Reference (Visual Studio)

2012-12-10 Thread Atsushi Eno
Have you tried 4.2.8 or 4.4 beta? We added support for embedded AndroidResource within a library so that any referencing projects can use those resources. Atsushi Eno Natanael wrote: Hi I have a theme project in Visual Studio where I created the xml style and images. How do I create a

Re: [mono-android] Monodroid error - "generator.exe" exited with code 255

2012-11-14 Thread Atsushi Eno
Doesn't your binding library contain ImageLoader.Instance property? getXXX() methods turn into properties: http://docs.xamarin.com/Android/Guides/Advanced_Topics/API_Design#Properties Atsushi Eno mihaivader wrote: I already did all that. I just don't know how to import the proper n

Re: [mono-android] Getting OpenAl working.

2012-11-05 Thread Atsushi Eno
it: http://mono-for-android.1047100.n5.nabble.com/using-custom-sqlite-so-with-Mono-Data-Sqlite-dll-td5625117.html HTH, Atsushi Eno l0nestar wrote: Thanks. I think I’ve added it properly.. I see this during build now: NativeLibraries: openallibs\armeabi\libopenal.so openallibs\armeabi-v7a\libopena

Re: [mono-android] Getting OpenAl working.

2012-11-05 Thread Atsushi Eno
Hi, You can do that by adding those *.so files to your project and setting Build Action to AndroidNativeLibrary for each. For details: http://docs.xamarin.com/Android/Guides/Advanced_Topics/Using_Native_Libraries Atsushi Eno l0nestar wrote: Hi, I've seen on this forum that OpenAl d

Re: [mono-android] Binding classes don't implement Java.Lang.IComparable

2012-11-01 Thread Atsushi Eno
"Harmony.Java.Lang" which has never been expected. This is hopefully fixed in the next release but so far this is a limitation. Thanks, Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: No it definitely implements compateTo(java.lang.Object: "public int compareTo(Object object)"

Re: [mono-android] Binding classes don't implement Java.Lang.IComparable

2012-10-31 Thread Atsushi Eno
The implemented class doesn't contain compareTo(java.lang.Object) but compareTo(SomeSpecificType), whose type don't match and hence not regarded as implementation. If that's not about that, it is not likely about Comparable but different issue. Atsushi Eno Jeremy A. Kolb

Re: [mono-android] Binding classes don't implement Java.Lang.IComparable

2012-10-31 Thread Atsushi Eno
ample: path="/api/package[@name='android.content']/class[@name='ComponentName']/implements[@name='java.lang.Comparable']" name="name">java.lang.Comparable<android.content.ComponentName> Atsushi Eno Jeremy A. Kolb - ARA/NED wrote:

Re: [mono-android] warning: with 4.2.8 you will have to remove android-support-v4.jar build item

2012-10-23 Thread Atsushi Eno
OK, I filed an enhancement issue for this: https://bugzilla.xamarin.com/show_bug.cgi?id=7948 Thanks, Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: Hi Atsushi, They're pretty important. Unfortunately in my travels it looks like a lot of third party jars have dependencies on other

Re: [mono-android] warning: with 4.2.8 you will have to remove android-support-v4.jar build item

2012-10-23 Thread Atsushi Eno
ceJar" for that. Thanks for the feedback as usual! Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: What about reference jars? If A library project depends on 3 jars + and input jar do we still have to copy the reference jars to the project that uses the library or are they packaged up too? -

[mono-android] warning: with 4.2.8 you will have to remove android-support-v4.jar build item

2012-10-23 Thread Atsushi Eno
nce the current behavior is the only way to assure valid jar packaging. Regardless of whether we embed the jar into the dll or not in this version, such possibly-mismatching jar-vs-dll issue could have happened, so canceling EmbedJar is worse choice. Hope th

Re: [mono-android] JAR Bindings parameter names

2012-10-13 Thread Atsushi Eno
Actually no, if your project is on bug #7797, you gave us the project. But that is not the standard javadoc output so it's not what our toolchain support, so it won't work. Atsushi Eno Atsushi Eno wrote: Yes I am sure. Since I didn't receive any reproducible project I can o

Re: [mono-android] JAR Bindings parameter names

2012-10-13 Thread Atsushi Eno
Yes I am sure. Since I didn't receive any reproducible project I can only say how our toolchain works. Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: Are you sure? I generated docs using Javadoc and passed them in JavaDocPaths. That did not work. Then I regenerated the bindings using do

Re: [mono-android] ActionBarSherlock

2012-10-12 Thread Atsushi Eno
/advanced_topics/ExportAttribute%3A_onClick,_Serializable,_Parcelable.CREATOR Atsushi Eno craig wrote: I found a bug in the action bar binding... If you take the sample app (https://github.com/xamarin/monodroid-samples/tree/master/ActionBarSherlock) and try to implement tabs then you will get an

Re: [mono-android] JAR Bindings parameter names

2012-10-12 Thread Atsushi Eno
Actually javadocs in droiddoc format has to be passed as DroidDocPaths property, not JavaDocPaths property which is to parse HTML in default javadoc format (I believe this is the default, and consistent, but there is no assurance that java sdk doesn't change the format). Atsush

Re: [mono-android] JAR Bindings projects don't show up in Object Browser in VS 2012

2012-10-11 Thread Atsushi Eno
Oh, sorry you're right. And it was only about MonoDevelop. I take it as another problem that we need to have a look. Atsushi Eno On 2012/10/11 5:23, Jeremy A. Kolb - ARA/NED wrote: The bug is for MonoDevelop. So this will be fixed for VS 2012 as well? -Original Message-

Re: [mono-android] JAR Bindings parameter names

2012-10-10 Thread Atsushi Eno
Actually yes. http://www.mail-archive.com/monodroid@lists.ximian.com/msg05708.html Jeremy A. Kolb - ARA/NED wrote: Is it possible to capture parameter names during JAR bindings so that I don’t have to manually add them to the transform? It’s a real pain that I have to keep going through and r

Re: [mono-android] JAR Bindings projects don't show up in Object Browser in VS 2012

2012-10-10 Thread Atsushi Eno
It is known, reported and fixed (for future release) issue on bugzilla. https://bugzilla.xamarin.com/show_bug.cgi?id=6695 Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: Using the osmdroid bindings that are referenced in the tutorial works well, except that I can’t see any of the classes in the

Re: [mono-android] Resources in Mono for Android Library Project

2012-10-09 Thread Atsushi Eno
id Java project itself is not working. Atsushi Eno I hope to find a correct java library.. These view could be useful for any m4a developer. -Mensaje original- De: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] En nombre de Atsushi Eno Enviado el: viernes

Re: [mono-android] Resources in Mono for Android Library Project

2012-10-05 Thread Atsushi Eno
error: No resource identifier found for attribute 'icon_resource_off' in package 'com.sentaca.android.accordion' This is exactly what I am seeing (after my workaround explained above). So maybe you should first create a "working" library project which really works as a &qu

Re: [mono-android] Custom AccordionView

2012-10-04 Thread Atsushi Eno
rectories from your project (important: first you have to *build* it) and add the zip to your MfA binding library project as LibraryProjectZip. Then build the binding library. Atsushi Eno javitxin wrote: Hi, I am implementing an accordionView but until now..with not all success I wanted.. Firs

Re: [mono-android] ProjectLibraryZip namespaces "does not exist in current context"

2012-09-26 Thread Atsushi Eno
Yes it is a known issue which will be fixed in the future major release. Atsushi Eno richarddd wrote: Hi, I'm using ActionBar Sherlock with Mono for Android and it works pretty good! Only problem is that MonoDevelop does not recognize the classes and namespaces found in the projectlibra

Re: [mono-android] JAR Bindings: Create properties

2012-09-18 Thread Atsushi Eno
r override resolution. Getters have less restrictions, though the base restriction also applies. Also note the API Levels: some getter or setter methods might be available only in the later API Levels. If you have questions on some specific methods, please feel free to ask us. Atsushi Eno Tom

Re: [mono-android] Battling jar bindings

2012-09-18 Thread Atsushi Eno
Generator *does* output warnings about missing classes that you could see. Atsushi Eno Jeremy A. Kolb - ARA/NED wrote: I’m trying to bind osmdroid-thirdparty similar to how I bound osmdroid and have been running into some issues. I can’t for the life of me get it to generate the

Re: [mono-android] Facebook SDK

2012-09-05 Thread Atsushi Eno
Hello, This was a problem in 4.2.4. You have to use 4.2.5, and then this problem will go away. (For reference, the classes in the zip file aren't used; only jars are used.) Atsushi Eno matthieugd wrote: Hello, In my app I referenced the Facebook SDK in a JAR bindings Project. Whe

Re: [mono-android] System.Reactive on Mono?

2012-08-29 Thread Atsushi Eno
Yep, it is my spare-time project ;-) https://github.com/atsushieno/mono-reactive Atsushi Eno Matthew Leibowitz wrote: I think there is a mono-reactive... On github. On Aug 29, 2012 9:53 AM, "Maximilian Wilson" <mailto:wilson@gmail.com>> wrote: One of the great th

Re: [mono-android] ActionBarSherlock Example Does Not Support Fragments?

2012-08-28 Thread Atsushi Eno
Hello, On 2012/08/28 14:11, hwrdprkns wrote: Atsushi Eno wrote hwrdprkns wrote: Jonathan Pryor-2 wrote I am using the MonoDroid sample for ActionBarSherlock located here, but I haven't been able to get to the SherlockFragmentActivity. The type isn't being bound because the typ

Re: [mono-android] ActionBarSherlock Example Does Not Support Fragments?

2012-08-28 Thread Atsushi Eno
Hello, On 2012/08/28 13:57, hwrdprkns wrote: Atsushi Eno wrote Today I made some changes in our toolchain and found that the reason why it could not load the type was due to missing reference to support-v4.jar. Now I added it to monodroid-samples/ActionBarSherlock sample and it successfully

Re: [mono-android] ActionBarSherlock Example Does Not Support Fragments?

2012-08-25 Thread Atsushi Eno
ause it is not in com.actionbarsherlock package. Atsushi Eno Does this mean that MonoDevelop/MonoDroid doesn't know how to build the R file into the library project correctly? I'm using MonoDroid Alpha channel 4.2.5. It really pains me that I'm *so* close but the only thing

Re: [mono-android] ActionBarSherlock Example Does Not Support Fragments?

2012-08-25 Thread Atsushi Eno
Today I made some changes in our toolchain and found that the reason why it could not load the type was due to missing reference to support-v4.jar. Now I added it to monodroid-samples/ActionBarSherlock sample and it successfully built SherlockFragmentActivity. Atsushi Eno Jonathan Pryor

Re: [mono-android] Crittercism Bindings

2012-08-12 Thread Atsushi Eno
'']/class[string-length(@name) = 1]" /> api="/api/package[@name='']/interface[string-length(@name) = 1]" /> Atsushi Eno Hani Gobran wrote: Has anyone been able to get Android Crittercism (http://www.crittercism.com

Re: [mono-android] outline in MD in MfA

2012-08-11 Thread Atsushi Eno
There is a Document Outline pad in MD too. Atsushi Eno Wally McClure wrote: Where do I fine the outline view in MonoDevelop in Mono for Android? I know where it is in VS, but I can't seem to find it in MD. Am I missing something?

Re: [mono-android] Java Binding with ActionBarSherlock

2012-08-07 Thread Atsushi Eno
ts 22 seconds (slightly faster than you guys). But when it comes to app-only build, it [*2] becomes 13 seconds. That does not look very bad compared to your Java results. Atsushi Eno [*1] xbuild /t:Clean; xbuild /v:diagnostic Target perfomance summary: 0.133 ms _GenerateAndroidAsse

Re: [mono-android] 4.2.5 resources party stopper

2012-08-07 Thread Atsushi Eno
ich I believe -S option is primarily designed for that purpose). https://github.com/OESF/OHA-Android-4.0.4_r1.0/blob/master/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/PreCompilerBuilder.java#L735 Atsushi Eno Atsushi Eno wrote: OK I can thi

Re: [mono-android] Crossposting crossplatform questions (both MA+MT)

2012-08-07 Thread Atsushi Eno
We do cross posts on occasion when appropriate (mono-list and mono-devel-list etc.). This kind of cross posting would make sense. Atsushi Eno Miljenko Cvjetko wrote: Hi Don't be angry for this crosspost, but question is regarding crossposting. I'm almost finished with crosspla

Re: [mono-android] 4.2.5 resources party stopper

2012-08-07 Thread Atsushi Eno
ource Project for this feature request. code.google.com/p/android/issues/ Thanks, Atsushi Eno tsukrov wrote: It was working with xam 4.2.3, previous Android SDK. This bin/res & bin/assets approach. I'm not able to reinstall 4.2.3 at the moment, but absolutely sure, it was working. The

Re: [mono-android] 4.2.5 resources party stopper

2012-08-03 Thread Atsushi Eno
Could you provide example case? I really have no idea how come it could have worked. The only possibility that I can logically think is that Android changed to explicitly prohibit this. Atsushi Eno tsukrov wrote: Wait, but it was working fine on 4.2.3. -- View this message in context

Re: [mono-android] 4.2.5 resources party stopper

2012-08-03 Thread Atsushi Eno
ot do that either. The story could be difference when we support resources and assets in non-Java managed library though. So far I'll drop any confusing description on support for "assets". Atsushi Eno Atsushi Eno wrote: Hi, You're right, it seems assets are not coll

Re: [mono-android] 4.2.5 resources party stopper

2012-08-02 Thread Atsushi Eno
Hi, You're right, it seems assets are not collected as expected. Let me investigate for appropriate fixes within 4.2.5 final release. Thanks for the report! Atsushi Eno tsukrov wrote: Hi, Mr. Enomoto, Works fine for "res". Fails for "assets". Is it a correct

Re: [mono-android] Android Library Projects and Resources

2012-08-02 Thread Atsushi Eno
, but right now you just can't. We have some working code but it needs to be verified to be stable. Atsushi Eno Kirby wrote: I thought also I could use this as a workaround but this approach unfortunately does not work with layout files… Inside those layout files you have usually some views wi

Re: [mono-android] 4.2.5 resources party stopper

2012-08-01 Thread Atsushi Eno
ay to talk about that among our doc team in the F2F meeting (as now we all are around Xamarin office). Atsushi Eno craig wrote: Hi Atsushi is there some documentation about LibraryProjectZip and packaging java resources in library projects. I didn't know this feature even existed until I

Re: [mono-android] 4.2.5 resources party stopper

2012-07-31 Thread Atsushi Eno
d that in our release note: http://docs.xamarin.com/android/Releases/Mono_For_Android_4/Mono_for_Android_4.2.5#Changes_needed_to_Android_Library_project_support_in_Java_binding_project Atsushi Eno tsukrov wrote: https://dl.dropbox.com/u/57530319/AndroidApplication1.zip The project to reproduce

Re: [mono-android] Deployment Issue - Nexus 7

2012-07-23 Thread Atsushi Eno
Hello, It is known issue. Android 4.1 changed some permissions with related to deployment and that broke current MfA installation scheme. Deployment to 4.1 emulator still works. It will be fixed in 4.2.5 which will hit alpha channel soon. Atsushi Eno joepro wrote: Hi, I created a very

Re: [mono-android] P/Invoke fails with JavaSystem.Load() in static constructor (bug?)

2012-07-17 Thread Atsushi Eno
shouldn't the build action for *.so be "AndroidNativeLibrary" ? Atsushi Eno Manski wrote: When I load a native shared library with "JavaSystem.Load()" in a static constructor like this: class MyClass { static MyClass() { Java.Lang.JavaSystem.L

Re: [mono-android] Automatic crash reporting

2012-07-16 Thread Atsushi Eno
id base types which somehow allowed annotation types like this. Then we have improved our binding generator to reject/ignore those "invalid" types, this kind of annotations became ignored, which is not good (since any annotations likely fall into the same result). Thanks

Re: [mono-android] Is AesCryptoServiceProvider not implemented?

2012-07-12 Thread Atsushi Eno
class depends on some congifuration stack that does not exist in those mobile profiles. We have no plan to implement it, there is no reason to do so. On the other hand, AesManaged exists, so you could just use it instead. Atsushi Eno bjarke wrote: Hi guys, loves this mailing list. I am wo

Re: [mono-android] ActionBarSherlock

2012-07-11 Thread Atsushi Eno
etect the file change and then create the modified copy of it? It is (turned out to be) all about adding this external R.java files, and they are also mere copy of the application R.java in Java, using the Android SDK tool (aapt). Hence your approach should work just like Java Android apps. Atsush

Re: [mono-android] ActionBarSherlock

2012-07-11 Thread Atsushi Eno
10131.html Atsushi Eno craig wrote: Actually the missing R class issue seems to be at least partially fixed/working already in 4.2.4. I deleted the R class from the JAR file and it is still able to bind - it just throws a few warnings at me: JARTOXML : warning : missing class error was raised while

Re: [mono-android] ActionBarSherlock

2012-07-11 Thread Atsushi Eno
lease stay tuned :) Thanks for all those feedback. Atsushi Eno craig wrote: Well, after a difficult learning curve, I believe I have successfully bound the ActionBarSherlock library in Mono for Android. Download the demo solution here: "http://craigrs84files.appspot.c

Re: [mono-android] System.Runtime.Serialization.Json not available on Mono 3.0, .NET 4.0?

2012-07-10 Thread Atsushi Eno
Like Windows Phone 7 application on Visual Studio, you need to add reference to required assemblies, in this case System.ServiceModel.Web.dll as well as its dependency assemblies, to your MfA application project. (Formetters.Binary is there because it is in mscorlib.dll.) Atsushi Eno

Re: [mono-android] JAR Binding Problem

2012-07-08 Thread Atsushi Eno
n to get around this issue. But let me rephrase, I don't think you need the entire package. Just remove them. And it doesn't work right now anyways... Atsushi Eno Below is the output from api.xml that pertains to this class. Any ideas why the method is mis

Re: [mono-android] TinyIoC and Linking on release build

2012-07-06 Thread Atsushi Eno
Yes. On the build configuration for "Release" mode, just select "Link SDK assemblies only" and try running it. It should skip your assemblies at linking. Atsushi Eno James Lavery wrote: Hi All, I'm doing my first Release build, and am having problems with TinyIoC

Re: [mono-android] Drawable , Layouts, etc… in a DLL?

2012-07-05 Thread Atsushi Eno
rk on it when other couple of issues gets fixed. Atsushi Eno ramones wrote: Is it possible in monodroid to have Drawables, Layouts, etc... (I mean resources) in a DLL? The problem is that I have created a project that generates a DLL but it doesn't build the project structure a regul

Re: [mono-android] AES ecryption

2012-07-05 Thread Atsushi Eno
); cs.Write (new byte[] {0, 1, 2, 3, 4, 5}, 0, 6); cs.Close (); Console.WriteLine (Convert.ToBase64String (ms.ToArray ())); Atsushi Eno hackzai wrote: Hi Will it possible for me to use the .NET System.Security.Cryptography.AES class in MfA? Regards, Chang

Re: [mono-android] AXML Hang

2012-07-04 Thread Atsushi Eno
It is likely because you have API Level 16 (Android 4.1 framework) installed. It is known to break the MfA (as of 4.2.3), so please try removing it from SDK manager and see if it still occurs. Atsushi Eno DirkDiggler wrote: Hi, I've recently installed the trial version of Mono for An

Re: [mono-android] TouchDB-Monodroid

2012-07-04 Thread Atsushi Eno
ny of them in our troubleshooting list. http://docs.xamarin.com/android/tutorials/Binding_a_Java_Library_%28.jar%29#Troublshooting_Bindings The build output (likely) contains a lot of binding generator warnings that will help you find the reason why they are missing. A

Re: [mono-android] copying application to emulator is very slow

2012-07-01 Thread Atsushi Eno
s 20MB). If you are embedding it in the assemblies, you might want to change it to load in different manner (file resources, android resources etc.). Atsushi Eno nino wrote: Is there some solution, for this issue, because every time I`m testing, it costs me around 4 minutes for copying applicat

Re: [mono-android] Java Binding Lib

2012-06-27 Thread Atsushi Eno
;bin" directory, so make sure to build eclipse projects every time you add or remove resources.) Atsushi Eno tsukrov wrote: Hi! I'm sharing the resources between projects with a Java Binding Lib. Just prepared a template zip with an empty.jar. Works fine. The main problem: the edit

Re: [mono-android] Size of package

2012-06-27 Thread Atsushi Eno
Hello, It is (again likely) because XmlSerializer is huge. It involves all XML schema, XmlReader and all relevant classes from System.Xml.dll. XmlSerializer is not very best option if you care a lot about apk size. Atsushi Eno Pattt wrote: Hi, my application does pretty nothing and the

Re: [mono-android] Issue with XmlSerializer

2012-06-27 Thread Atsushi Eno
Hello, It is (likely) because of the "linker". Those unused types are excluded from the resulting application for release build, to reduce the final apk size. For details: http://docs.xamarin.com/android/advanced_topics/linking Atsushi Eno Pattt wrote: Hi, I'm using X

Re: [mono-android] Strip AndroidLibraryProjects

2012-06-26 Thread Atsushi Eno
Hello, You're right. MfA doesn't touch assemblies that are not indicated to link. And the resource strip is done only when it is linked. Atsushi Eno Tsukrov Stanislav wrote: Thanks for your answer. I'm still observing another behaviour with 4.2.2. If I link "Sdk only

Re: [mono-android] ActionBarSherlock

2012-06-26 Thread Atsushi Eno
ated to nine-patch resources. I'll continue fixing the issue to get it working. Atsushi Eno craig wrote: Thanks for the reply Atsushi. Keep up the good work. What do you mean by "continue with missing Java types" approach. -- View this message in context: http://mono-for-andro

Re: [mono-android] Designer Display Bugs?

2012-06-24 Thread Atsushi Eno
Hello, I assume all of those issues are related and tracked at: https://bugzilla.xamarin.com/show_bug.cgi?id=5703 It could be workarounded by using MonoDevelop on Windows so far. HTH, Atsushi Eno Wally McClure wrote: Hi guys. Check out the url below. I've found two designer bugs

Re: [mono-android] deprecated

2012-06-24 Thread Atsushi Eno
in metadata for the reason text for its deprecation and this needs to be sorted out how to acquire the relevant message. The most likely easiest approach is to collect those text by parsing the entire android docs, which still needs another amount of work... Atsus

Re: [mono-android] ActionBarSherlock

2012-06-24 Thread Atsushi Eno
on. This needs to be "fixed" as there'll be similar library projects in missing "R" issue. (We used facebook SDK for this "Android library project" support which didn't hit this issue). We'll deal with it in the same general "continue with missin

Re: [mono-android] java binding library

2012-06-21 Thread Atsushi Eno
\Projects\ExampleJavaBindings\BindingLibrary\obj\Debug\generated\src\Org.Apache.Commons.Math3.Stat.Descriptive.Moment.SecondMoment.cs 6228BindingLibrary Maybe this is due to other compilation error that caused type resolution failure and thus C# compiler tries to lookup the member fro

Re: [mono-android] Any luck with x86 emulator on AMD processor?

2012-06-18 Thread Atsushi Eno
Hello, Android documentation says there is only linux version of AMD-V support so far. So I don't think it's possible to get it working with MfA. http://developer.android.com/guide/developing/devices/emulator.html#accel-vm Atsushi Eno Darren wrote: Has anyone successfull

Re: [mono-android] GetAccessoryList?

2012-06-07 Thread Atsushi Eno
m list features | ||grep| |usb| I had a cheap Chinese Android Tablet (suli SL-7) which never worked fine with many apps including MfA and Angry Birds. I doubt any unknown device could work fine. Atsushi Eno theshadow124 wrote: I have 2 devices I am testing with, one is a HTC desire HD r

Re: [mono-android] The GenerateJavaStubs task failed unexpectedly.

2012-06-07 Thread Atsushi Eno
file a bug with your reproducible project. If it results in the same error, it might be platform dependent (I verified this on Windows7/64bit + VS2010) or some broken setup for the related assembly or build tools. We would like to know what was your dev. environment. Thanks, Atsushi Eno

Re: [mono-android] Problem with a wrapper for Amazon in-app purchases

2012-06-05 Thread Atsushi Eno
ld be some remedy for this kind of missing library. We will try to make changes to our toolchain so that you can get workaround it, but please keep in mind that anything that depends on missing parts will be missing in binding too. Thanks, Atsushi Eno Rodrigo 'r2d2rigo' Diaz wrote

Re: [mono-android] Java Bindings Library - error MSB6006: "generator.exe" exited with code -532462766

2012-06-03 Thread Atsushi Eno
This issue should be fixed in the next release. Thanks for your feedback. Atsushi Eno Narayan Sainaney wrote: I am trying to create a MonoDroid wrapper for the TouchDB-Android code available here: https://github.com/couchbaselabs/TouchDB-Android.git I was able to successfully build the

Re: [mono-android] No category for Ver 4.2.2 in Bugzilla.Xamarin

2012-05-28 Thread Atsushi Eno
We never had versions as bugzilla category targets. You don't have to worry to much about it, we'll reassign to appropriate ones :) Thanks, Atsushi Eno devbuzz wrote: Hi Jon, Just fyi - there is no category for Ver 4.2.2 for submitting bugs in Bugzilla.Xamarin. I like the

Re: [mono-android] Resources in Library projects

2012-05-28 Thread Atsushi Eno
No, they aren't merged. For details, see http://lists.ximian.com/pipermail/monodroid/2012-May/010402.html Atsushi Eno Joel Low wrote: Hello, based on http://mono-for-android.1047100.n5.nabble.com/Using-resource-by-other-project-td5638449.html, it would appear that resources in refer

Re: [mono-android] Bug with facebook application?

2012-05-28 Thread Atsushi Eno
re are too few lines of code to understand it. The issues are not only likely in C# but might also be in the manifest or you miss required attributes. There are many possibilities. Atsushi Eno michelw wrote: Hello, in final i want, if it's possible, to share when it's possible, a text

Re: [mono-android] Problem with using 3rd part library (.jar file)

2012-05-22 Thread Atsushi Eno
x27;t think this library supports Android. Atsushi Eno dariusz.sroka wrote: Hi, I'm trying to use imgscalr library in Android project. (http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/#download). I have installed Monodroid v.4.2.1 and I followed the steps from we

Re: [mono-android] ListPreference.setSummary incomplete mapping

2012-05-22 Thread Atsushi Eno
Hello, I think setSummary(CharSequence) is mapped as Summary property setter. If that does not work as expected, please let us know. Thanks, Atsushi Eno Igor Russkih wrote: Hi, I've found that the subject method has only one mapping in MFA: SetSummary(int resId) However there

Re: [mono-android] I`m getting an error: Mono.Cecil.ResolutionException

2012-05-22 Thread Atsushi Eno
http://docs.mono-android.net/?link=N%3aSystem.ComponentModel Thanks, Atsushi Eno nino wrote: After I upgraded to Mono Android 4.2.1 I`m getting this error when I`m building my solution: The "LinkAssemblies" task failed unexpectedly. Mono.Cecil.ResolutionException: Fa

Re: [mono-android] Resources in Class Library project

2012-05-18 Thread Atsushi Eno
(Or in tricky way, you can create a Java Android Library project in Eclipse, with almost empty class and the resources, and then bind it in MfA.) Atsushi Eno Jonathan Pobst wrote: This is not currently supported. Jonathan On 5/18/2012 10:22 AM, NebulaSleuth wrote: I tried this as well wit

Re: [mono-android] Chart engine for MfA ?

2012-05-10 Thread Atsushi Eno
Hi, This issue will be fixed in the final 4.2 package. Atsushi Eno On 2012/05/07 23:30, Atsushi Eno wrote: That is exactly the issue that some people *without VS11* suffered. With VS11 the build does not result in an empty dll. For details, check out the email thread I mentioned earlier

Re: [mono-android] MonoAndroidBinPath error with 4.2

2012-05-10 Thread Atsushi Eno
Hello, That does not look good. Could you please give us the project or repro case (our bugzilla accepts private bug reports). We are in a rush for final release, but we want to fix such an issue. Thanks, Atsushi Eno On 2012/05/10 16:35, Narcís Calvet wrote: Hello, This morning VS2010

Re: [mono-android] Linking Problem

2012-05-10 Thread Atsushi Eno
Could you please try the latest 4.2.0 alpha? (available in Alpha channel) It contains some fix for linking issue. Atsushi Eno On 2012/05/09 13:48, zdman wrote: I think there's a linking problem with 4.1.1. It was working with 4.0.6 but upon upgrading and after fixing all the syntax ch

Re: [mono-android] Build Mono.Facebook

2012-05-09 Thread Atsushi Eno
This rather looks like the issue reported here (along with a workaround) http://lists.ximian.com/pipermail/monodroid/2012-April/009953.html Atsushi Eno Patrick Cabral wrote: Is there a way to fix it ? Patrick -Original Message- From: monodroid-boun...@lists.ximian.com

Re: [mono-android] Chart engine for MfA ?

2012-05-07 Thread Atsushi Eno
to get it fixed after some experiment. I'll keep you all up to date! Thanks, Atsushi Eno On 2012/05/07 22:35, moelski wrote: Hi ! Have you tried building a sample with that wrapper dll? For me it seems that there is to much missing in the resulting DLL. Even if I try this in Metadat

Re: [mono-android] Chart engine for MfA ?

2012-05-07 Thread Atsushi Eno
sure. http://dl.dropbox.com/u/493047/2012/05/Mono.AChartEngine.tar.bz2 Atsushi Eno On 2012/05/07 18:23, moelski wrote: Hi ! Would it be possible that you share your project? Dominik -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Chart-engine-for-MfA

  1   2   >