Commit graph

233 commits

Author SHA1 Message Date
Jonathan Kingston
3f6b9397d7 Remove tab counting code as also not needed, change tab counting to be per window. Prevent reopening of hidden tabs doesn't call itself. Fixes #750, Fixes #753, Fixes #756 2017-08-24 16:05:14 +01:00
luke crouch
c9a77fd672 Merge pull request #757 from jonathanKingston/remove-pb-mode
Extension shouldn't be enabled in pb mode as it's currently not worki…
2017-08-23 12:48:38 -05:00
Jonathan Kingston
bef6eac208 Extension shouldn't be enabled in pb mode as it's currently not working in many places. Fixes #756 2017-08-23 15:23:49 +01:00
Jonathan Kingston
3e810cb560 Fix moving of more than one tab to a new window. Fixes #746 2017-08-22 18:54:32 +01:00
Jonathan Kingston
1f95d9767c Remove legacy telemetry code as non functional now 2017-08-15 19:30:57 +01:00
Jonathan Kingston
aa7f7af3b7 Bootstrapify extension to work for Firefox Nightly 57 SDK removal. Fixes #725 2017-08-15 16:53:43 +01:00
Jonathan Kingston
fcd61afee3 Adding in SVG icon for context-fill colours. Fixes #710 2017-08-05 10:28:27 +01:00
Jonathan Kingston
4564dcd15e Making icons sharper since hand crafting your own svg was cool. 2017-08-05 09:59:45 +01:00
Jonathan Kingston
f0dec39629 Adding back in legacy code without message passing code. 2017-08-04 16:28:53 +01:00
Jonathan Kingston
95bcf04bc4 Break web extensions code 2017-08-02 14:20:59 +01:00
Jonathan Kingston
0f16e76114 Break my SDK code 2017-08-02 14:20:59 +01:00
Jonathan Kingston
d5a492c436 Use new theme_icons manifest for specifying light and dark icons. Fixes #603 2017-08-02 14:20:59 +01:00
groovecoder
e75fd5b1cf bump version to 2.4.1 2017-07-31 11:40:18 -05:00
Jonathan Kingston
954111d23d Set default background to fix dark linux themes. Fixes #677 2017-07-17 15:22:45 +01:00
Jonathan Kingston
c4d96ce364 Fix assignment index loading at the end of the tab strip. Fixes #672. 2017-07-14 10:44:53 +01:00
Jonathan Kingston
beff8fe66e Adding a keyboard shortcut that will work on MacOS. Ctrl+. 2017-07-13 21:42:07 +01:00
Jonathan Kingston
3d8c204fd9 Using browser.storage.local for onboarding stage 2017-07-05 16:09:59 -07:00
groovecoder
079577f84f add onboarding panel for long-press 2017-07-05 16:00:19 -05:00
Jonathan Kingston
5b14081867 Increasing notification timeout 2017-06-29 10:00:54 -07:00
Jonathan Kingston
d6454e4219 Changing the notification colour to be less alien 2017-06-29 09:42:41 -07:00
Jonathan Kingston
633d47ecce Cleanup exemption code. On assignment set/remove clear exemptions and set based on existing tabs. Fixes #635 2017-06-23 12:50:47 +01:00
Jonathan Kingston
7d00b2a9fe Aligning items to center for container notification. 2017-06-22 22:22:45 +01:00
luke crouch
9c477b74a6 Merge pull request #631 from jonathanKingston/different-display-of-notice
Fix different display in content warning notice. Fixes #630
2017-06-22 16:09:13 -05:00
Jonathan Kingston
0bb14c1b33 Fix different display in content warning notice. Fixes #630 2017-06-22 22:05:05 +01:00
groovecoder
80a6a6fb1d fix #626: cast message userContextId to string 2017-06-22 22:04:00 +01:00
Jonathan Kingston
f16ae4a713 Fixing the assignment toggle for when a different container is open. Fixes #611 2017-06-22 16:09:10 +01:00
luke crouch
97d9df498a Merge pull request #629 from jonathanKingston/assignment-confirm-alignment
Fixing alignment of checkbox on confirm screen. Fixes #607
2017-06-22 09:49:49 -05:00
Jonathan Kingston
fe7f7d5748 Fixing alignment of checkbox on confirm screen. Fixes #607 2017-06-22 15:43:56 +01:00
groovecoder
9858ab495a fix #608: re-"render" badge on window focus change 2017-06-22 15:35:55 +01:00
luke crouch
cd51f225ad Merge pull request #620 from jonathanKingston/tooltips
Adding tooltips. Fixes #615. Fixes #609.  Fixes #112
2017-06-22 08:43:16 -05:00
Jonathan Kingston
9b4f157187 Adding tooltips. Fixes #615. Fixes #609. Fixes #112 2017-06-22 14:40:01 +01:00
Jonathan Kingston
58dd12ce58 Close correct assignment window on confirmation page. Fixes #606 2017-06-22 13:45:31 +01:00
groovecoder
c4ca00a4df fix #498: final copy for security onboarding panels 2017-06-22 11:38:23 +01:00
groovecoder
4ac895ab16 for #498 add onboarding-3-security.png asset
remove tab.create orientation
2017-06-22 11:38:23 +01:00
groovecoder
8cbb7f4545 replace a .then() with await Promise.all() 2017-06-22 11:38:23 +01:00
groovecoder
bbc3054d21 for #498: security onboarding panels and logic 2017-06-22 11:38:23 +01:00
Jonathan Kingston
a50c760733 Making create screen have buttons again 2017-06-19 15:51:29 +01:00
Jonathan Kingston
1fff81b6e4 Improve assignment styles part of #561 2017-06-19 14:33:57 +01:00
Jonathan Kingston
c1d7ffc167 WIP styles improving radio styles 2017-06-19 14:33:57 +01:00
Jonathan Kingston
e3d2f45e0c WIP edit-containers restyle 2017-06-19 14:33:57 +01:00
Jonathan Kingston
ff1149fa36 Reset context menu when assignment changes. Fixes #589 2017-06-15 13:39:22 +01:00
Jonathan Kingston
3549ac6edb Fix for current tab showing the wrong window. Fixes #592 2017-06-14 23:59:54 +01:00
luke crouch
7df37dc6a9 Merge pull request #584 from jonathanKingston/assignment-context-issues
Fixing showing of assignment menu. Fixes #579
2017-06-14 11:39:13 -05:00
luke crouch
4e1fcfd740 Merge pull request #581 from jonathanKingston/keyboard-focus
Fixing keyboard focus issues to new layout
2017-06-14 11:27:37 -05:00
Jonathan Kingston
c5a08dd43d Fix which assignment is being changed. Fixes #580 2017-06-14 17:01:14 +01:00
Jonathan Kingston
58dfc04eec Fixing showing of assignment menu. Fixes #579 2017-06-14 13:49:13 +01:00
Jonathan Kingston
680be693e0 Fix reload telemetry payload. 2017-06-14 12:09:18 +01:00
Jonathan Kingston
15c3ad8e11 Fixing keyboard focus issues to new layout 2017-06-14 11:41:28 +01:00
Jonathan Kingston
e795a94fc7 Fix linting 2017-06-13 16:36:00 +01:00
Jonathan Kingston
4e3800fe08 Fixing popup to use tabId for messaging assignment change 2017-06-13 15:02:47 +01:00