Closed
Bug 1363526
Opened 8 years ago
Closed 8 years ago
Revert .App rewriting from Bug 1320310 to restore Android Studio launch experience for local{Old} configurations
Categories
(Firefox Build System :: Android Studio and Gradle Integration, enhancement)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file)
Per https://bugzilla.mozilla.org/show_bug.cgi?id=1320310#c14, the fix for Bug 1320310 interferes with the Android Studio launch experience. This ticket tracks reverting that change for non-official audiences.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
I thought this was only a problem if you had imported the project into Android Studio with the old code - and after fixing the run configuration or on new import this problem is gone?
Assignee | ||
Comment 3•8 years ago
|
||
(In reply to Sebastian Kaspari (:sebastian) from comment #2)
> I thought this was only a problem if you had imported the project into
> Android Studio with the old code - and after fixing the run configuration or
> on new import this problem is gone?
I was not aware that this was an issue with old state not being correctly migrated; I thought the issue was that problem AS fishes the intent to launch from the manifest before it's processed and not after the <intent-filter> has been rewritten.
I don't have time to test this now, but if somebody could do a clean import (after removing **/.idea throughout the tree) I'd appreciate more information.
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8866057 [details]
Bug 1363526 - Revert .App rewriting to restore Android Studio launch for developers.
https://reviewboard.mozilla.org/r/137650/#review142216
Attachment #8866057 -
Flags: review?(max) → review+
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Nick Alexander :nalexander from comment #3)
> (In reply to Sebastian Kaspari (:sebastian) from comment #2)
> > I thought this was only a problem if you had imported the project into
> > Android Studio with the old code - and after fixing the run configuration or
> > on new import this problem is gone?
>
> I was not aware that this was an issue with old state not being correctly
> migrated; I thought the issue was that problem AS fishes the intent to
> launch from the manifest before it's processed and not after the
> <intent-filter> has been rewritten.
>
> I don't have time to test this now, but if somebody could do a clean import
> (after removing **/.idea throughout the tree) I'd appreciate more
> information.
Nobody got to this, and I couldn't work around it locally, so I'm landing the patch.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c84d03ca612e
Revert .App rewriting to restore Android Studio launch for developers. r=maliu
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•5 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 55 → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•