|
| 1 | +{ |
| 2 | + "$schema": "thunderbird_mobile_featureflag.schema.json", |
| 3 | + "version": "2026-07-30.1", |
| 4 | + "flags": [ |
| 5 | + { |
| 6 | + "key": "archive_marks_as_read", |
| 7 | + "default": true, |
| 8 | + "description": "Marks message as read when archived." |
| 9 | + }, |
| 10 | + { |
| 11 | + "key": "disable_font_size_config", |
| 12 | + "default": true, |
| 13 | + "description": "Disables legacy font-size configuration UI." |
| 14 | + }, |
| 15 | + { |
| 16 | + "key": "email_notification_default", |
| 17 | + "default": true, |
| 18 | + "description": "Default email-notification behaviour for new accounts." |
| 19 | + }, |
| 20 | + { |
| 21 | + "key": "display_in_app_notifications", |
| 22 | + "default": false, |
| 23 | + "description": "Enables in-app notifications." |
| 24 | + }, |
| 25 | + { |
| 26 | + "key": "use_notification_sender_for_system_notifications", |
| 27 | + "default": false, |
| 28 | + "description": "Uses NotificationSender for system notifications instead of the legacy controller." |
| 29 | + }, |
| 30 | + { |
| 31 | + "key": "use_compose_for_message_list_items", |
| 32 | + "default": false, |
| 33 | + "description": "Renders the legacy message-list items using Jetpack Compose." |
| 34 | + }, |
| 35 | + { |
| 36 | + "key": "message_view_action_export_eml", |
| 37 | + "default": false, |
| 38 | + "description": "Adds the 'Export EML' message action." |
| 39 | + }, |
| 40 | + { |
| 41 | + "key": "enable_avatar_customization", |
| 42 | + "default": true, |
| 43 | + "description": "Enables avatar customization in account settings." |
| 44 | + }, |
| 45 | + { |
| 46 | + "key": "use_new_message_reader_css_styles", |
| 47 | + "default": true, |
| 48 | + "description": "Uses new message-reader CSS styles.", |
| 49 | + "time_to_promote": "2026-12-31" |
| 50 | + }, |
| 51 | + { |
| 52 | + "key": "enable_message_list_new_state", |
| 53 | + "default": false, |
| 54 | + "description": "Enables the new message-list state." |
| 55 | + }, |
| 56 | + { |
| 57 | + "key": "use_compose_for_message_reader", |
| 58 | + "default": false, |
| 59 | + "description": "Renders the message reader using Jetpack Compose." |
| 60 | + }, |
| 61 | + { |
| 62 | + "key": "thundermail_onboarding_enabled", |
| 63 | + "default": true, |
| 64 | + "description": "Enables Thundermail onboarding flow.", |
| 65 | + "time_to_promote": "2026-12-31" |
| 66 | + } |
| 67 | + ], |
| 68 | + "overrides": { |
| 69 | + "thunderbird": { |
| 70 | + "debug": { |
| 71 | + "display_in_app_notifications": true, |
| 72 | + "use_notification_sender_for_system_notifications": true, |
| 73 | + "message_view_action_export_eml": true |
| 74 | + }, |
| 75 | + "daily": { |
| 76 | + "display_in_app_notifications": true, |
| 77 | + "message_view_action_export_eml": true |
| 78 | + }, |
| 79 | + "beta": { |
| 80 | + "display_in_app_notifications": true |
| 81 | + }, |
| 82 | + "release": {} |
| 83 | + }, |
| 84 | + "k9": { |
| 85 | + "debug": { |
| 86 | + "display_in_app_notifications": true, |
| 87 | + "use_notification_sender_for_system_notifications": true, |
| 88 | + "message_view_action_export_eml": true |
| 89 | + }, |
| 90 | + "release": {} |
| 91 | + } |
| 92 | + } |
| 93 | +} |
0 commit comments