Closed
Bug 720933
Opened 13 years ago
Closed 13 years ago
[meta] Android Sync 0.3 code drop
Categories
(Firefox for Android Graveyard :: Android Sync, defect)
Tracking
(firefox11 verified)
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox11 | --- | verified |
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
Tracking what's going in to the next one.
Thus far (with my not-yet-merged stuff from liuche's pull request #40):
7993ba4 Bug 718848 - Part 7: More link styling, pin display styling, alignment per UI feedback.
c726107 Bug 718848 - Part 6: Fixed regression of progressbar layout.
ec71a73 Bug 718848 - Part 5: Indentation alignment.
ad6f8a8 Bug 718848 - Part 4: Fixes for links, icon blurriness, PIN display.
4093d2d Bug 718848 - Part 3: Whitespace changes.
20276aa Bug 718848 - Part 2: Setting theme on start of Sync setup.
9d27381 Bug 718848 - Part 1: Theme and layout changes, per UI meeting.
42cc4f3 Bug 717075 - make classic setup hint text visible. Added basic SyncTheme.
25e8b0b Eliminate deps.sh, reorganize build and deploy scripts.
962fa59 Merge pull request #38 from mozilla-services/marina/merge-script-changes
47956ef Bug 709660 - Split drawable manifest into 4
3ecff39 Merge branch 'bug-717691' into develop
249419b Bug 717691 - Part 1: fall back to supported cipher suites for older Android releases.
d0b5ed4 Bug 797691 - Part 0: Specify HTTP 1.1 in HTTP requests.
ff52525 Merge pull request #35 from mozilla-services/bug-719669-throw
54da18e Bug 718848 - Part 2: fixed string revision: "computer" not "desktop". r=rnewman
55bbbe4 Bug 719669 - Part 1: throw IncorrectZkpException when g^x^q % p = 1 in J-PAKE.
2e8fcb5 Bug 719669 - Part 0: code reformatting and string tidying.
6b95322 Merge pull request #32 from mozilla-services/launch-settings
6de0b27 Merge pull request #30 from mozilla-services/string-changes
98cecd7 Bug 718149 - go somewhere useful after Firefox Sync set up, on launch.
125c280 Working on 0.3.
da399b1 New strings per design review.
Plus Makefile changes:
Bug 718928 - AndroidManifest.xml does not depend on Sync manifest include fragments. r=khuey
Bug 709660 - correctly process resolution-specific Sync resources. f=rnewman
| Assignee | ||
Comment 1•13 years ago
|
||
Play spot the typo: Bug 797691 should of course be Bug 717691. I shan't rewrite history to fix that.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Comment 2•13 years ago
|
||
Try run for 5337493d509d is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=5337493d509d
Results (out of 55 total builds):
exception: 1
success: 49
warnings: 4
failure: 1
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/rnewman@mozilla.com-5337493d509d
| Assignee | ||
Comment 4•13 years ago
|
||
Whiteboard: [inbound]
| Assignee | ||
Comment 5•13 years ago
|
||
Double-landed after Android green on m-i, rather than waiting for *everything* to go green.
https://hg.mozilla.org/mozilla-central/rev/9d32ec36883b
https://hg.mozilla.org/mozilla-central/rev/4552b3b13be3
https://hg.mozilla.org/mozilla-central/rev/0d2c99684564
https://hg.mozilla.org/mozilla-central/rev/dc81a55caf18
https://hg.mozilla.org/mozilla-central/rev/817dbb7ee947
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•13 years ago
|
||
LAND ALL THE PLACES!
https://hg.mozilla.org/releases/mozilla-aurora/rev/d786e7c31177
https://hg.mozilla.org/releases/mozilla-aurora/rev/b310cea4258c
status-firefox11:
--- → fixed
Whiteboard: [inbound]
Comment 7•13 years ago
|
||
Is there a specific reason for using "..." instead of "…" on Android?
| Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #7)
> Is there a specific reason for using "..." instead of "…" on Android?
We do use the proper ellipsis character in most places:
<!ENTITY sync.jpake.subtitle.waiting.label 'Waiting for other device…'>
<!ENTITY sync.link.nodevice.label 'I don\'t have the device with me…'>
There's only one string that doesn't (except for the J-PAKE placeholders, and those don't count):
<!ENTITY sync.link.advancedsetup.label 'Advanced setup...'>
I will fix this, because I am a typography nerd.
| Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #8)
> I will fix this, because I am a typography nerd.
Filed 721305. Thanks for the report!
Updated•12 years ago
|
Product: Mozilla Services → Android Background Services
Updated•8 years ago
|
Product: Android Background Services → Firefox for Android
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•