John Ericksen

Results 190 comments of John Ericksen
trafficstars

Ok @dbachelder, could you review the latest changes?

Shoot. I'm wondering if Transfuse is adding two applications. I'll investigate the code angle, but in the mean time can you update your manifest to include the application like so:...

That's good news @javierchavez. Can you try building with transfuse under the `provided` scope instead of `android-apt`, and does it do the same thing to an empty Manifest?

Trying to run your example app mentioned above I'm getting the following error during the build: ``` ... :app:generateDebugBuildConfig :app:generateDebugAssets UP-TO-DATE :app:mergeDebugAssets :app:generateDebugResValues UP-TO-DATE :app:generateDebugResources :app:mergeDebugResources :app:processDebugManifest :app:processDebugResources Position 1...

Hmm, your branch works for me ootb: ![screenshot_2016-04-30-23-29-31](https://cloud.githubusercontent.com/assets/167081/14940253/84128698-0f2b-11e6-85d6-03a181eb1349.png)

These are great failure cases. Would you like to offer a fix? Is there anything I can provide to help you along?

Hmm, we could introduce a build parameter... can you describe the use case further? I'm not sure I understand.

Are you removing the Fragment via `getFragmentManager().beginTransaction().remove(fragment).commit()` ?

Hmm, the Fragment should be going through the "reverse series of callbacks" when it is "no longer used": http://developer.android.com/reference/android/app/Fragment.html#Lifecycle which includes `onPause()` I'll have to investigate this a bit more...