summaryrefslogtreecommitdiff
path: root/services/autofill/bugfixes.aconfig
blob: 68bb224ad1669c242b51a6e9305081b20d6b9524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
package: "android.service.autofill"
container: "system"

flag {
  name: "test"
  namespace: "autofill"
  description: "Test flag "
  bug: "297380045"
}

flag {
  name: "improve_fill_dialog_aconfig"
  namespace: "autofill"
  description: "Improvements for Fill Dialog. Guard DeviceConfig rollout "
  bug: "382493181"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "fill_fields_from_current_session_only"
  namespace: "autofill"
  description: "Only fill autofill fields that are part of the current session."
  bug: "270722825"
}

flag {
  name: "relayout"
  namespace: "autofill"
  description: "Mitigation for relayout issue"
  bug: "294330426"
}

flag {
  name: "relayout_fix"
  namespace: "autofill"
  description: "Fixing relayout issue. Guarding enabling device config flags"
  bug: "381226145"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "include_invisible_view_group_in_assist_structure"
  namespace: "autofill"
  description: "Mitigation for autofill providers miscalculating view visibility"
  bug: "291795358"
}

flag {
  name: "remote_fill_service_use_weak_reference"
  namespace: "autofill"
  description: "Use weak reference to address binder leak problem"
  bug: "307972253"
}

flag {
  name: "add_last_focused_id_to_client_state"
  namespace: "autofill"
  description: "Include the current view id into the FillEventHistory events as part of ClientState"
  bug: "334141398"
}

flag {
  name: "fix_get_autofill_component"
  namespace: "autofill"
  description: "Fix getAutofillComponent returning null, even when user has selected provider"
  bug: "319503432"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "test_flag"
  namespace: "autofill"
  description: "Test flag "
  bug: "377868687"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "multiple_fill_history"
  namespace: "autofill"
  description: "Allows tracking per Session FillEventHistory. As a bugfix flag to guard against DeviceConfig flag"
  bug: "365630157"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "add_session_id_to_client_state"
  namespace: "autofill"
  description: "Include the session id into the FillEventHistory events as part of ClientState"
  bug: "333927465"
}

flag {
  name: "highlight_autofill_single_field"
  namespace: "autofill"
  description: "Highlight single field after autofill selection"
  bug: "41496744"
}

flag {
  name: "metrics_fixes"
  namespace: "autofill"
  description: "Fixes various framework reported metrics"
  bug: "362581326, 363011343"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "add_accessibility_title_for_augmented_autofill_dropdown"
  namespace: "autofill"
  description: "Add accessibility title for augmented autofill dropdown"
  bug: "375284244"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}