File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ proguard/
4747.loadpath
4848actionbarsherlock /build /
4949dSploit /build /
50+ cSploit /build /
5051# External tool builders
5152.externalToolBuilders /
5253
Original file line number Diff line number Diff line change 22<resources >
33
44 <style name =" AppTheme" parent =" Theme.AppCompat.Light.DarkActionBar" >
5- <item name =" actionBarStyle" >@style/Theme.DSploitActionBarStyle </item >
5+ <item name =" actionBarStyle" >@style/Theme.CSploitActionBarStyle </item >
66 <item name =" android:windowBackground" >@color/background_window</item >
77 <item name =" colorPrimary" >@color/app_color</item >
88 <!-- darker variant of colorPrimary (for status bar, contextual app bars) -->
1616 <!-- this dark theme needs a lot of help and support in the app overall -->
1717
1818 <style name =" DarkTheme" parent =" Theme.AppCompat" >
19- <item name =" actionBarStyle" >@style/Theme.DSploitActionBarDarkStyle </item >
19+ <item name =" actionBarStyle" >@style/Theme.CSploitActionBarDarkStyle </item >
2020 <item name =" actionModeBackground" >@color/app_color_dark</item >
2121 <item name =" colorPrimary" >@color/selectable_blue_dark</item >
2222 <!-- darker variant of colorPrimary (for status bar, contextual app bars) -->
2929 </style >
3030
3131
32- <style name =" Theme.DSploitActionBarStyle " parent =" @style/Widget.AppCompat.Light.ActionBar.Solid" >
32+ <style name =" Theme.CSploitActionBarStyle " parent =" @style/Widget.AppCompat.Light.ActionBar.Solid" >
3333 <item name =" android:windowBackground" >@color/background_window</item >
3434 </style >
3535
36- <style name =" Theme.DSploitActionBarDarkStyle " parent =" @style/Widget.AppCompat.Light.ActionBar.Solid" >
36+ <style name =" Theme.CSploitActionBarDarkStyle " parent =" @style/Widget.AppCompat.Light.ActionBar.Solid" >
3737 <item name =" android:windowBackground" >@color/background_window_dark</item >
3838 </style >
3939
4040 <style name =" Theme.Dialog" parent =" @android:style/Theme.Dialog" />
4141
42- </resources >
42+ </resources >
Original file line number Diff line number Diff line change 123123 android : title =" @string/pref_http_max_buffer_size" />
124124
125125 <EditTextPreference
126- android : defaultValue =" dsploit -password-sniff.log"
126+ android : defaultValue =" csploit -password-sniff.log"
127127 android : key =" PREF_PASSWORD_FILENAME"
128128 android : summary =" @string/pref_password_filename_desc"
129129 android : title =" @string/pref_password_filename" />
228228 android : summary =" @string/pref_msf_delete_desc" />
229229 </PreferenceCategory >
230230
231- </PreferenceScreen >
231+ </PreferenceScreen >
Original file line number Diff line number Diff line change 123123 android : title =" @string/pref_http_max_buffer_size" />
124124
125125 <EditTextPreference
126- android : defaultValue =" dsploit -password-sniff.log"
126+ android : defaultValue =" csploit -password-sniff.log"
127127 android : key =" PREF_PASSWORD_FILENAME"
128128 android : summary =" @string/pref_password_filename_desc"
129129 android : title =" @string/pref_password_filename" />
228228 android : summary =" @string/pref_msf_delete_desc" />
229229 </PreferenceCategory >
230230
231- </PreferenceScreen >
231+ </PreferenceScreen >
You can’t perform that action at this time.
0 commit comments