Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit 3ffd525

Browse files
committed
Dialer pad v2
enable_theme_pushing, enable_precall_dialpad_v2, enable_dialpad_v2_ux added those to the dialer
1 parent f0e5713 commit 3ffd525

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**2022-02-28 (22022801-22022802)**
2+
- Enabling new Google Dialer pad on sqlite3 GMS
3+
- Disabled uninstaller as it is too destructive for now
4+
- Fixed installed package detection
5+
16
**2022-02-28 (22022800)**
27
- Added Pixel GBoard Features
38
- Added support for Google Dialer Call Recording

common/google_dialer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
packageName="com.google.android.dialer"
44

5-
if selector "Enable Google Dialer Call Recording ?" "$useRecommendedSettings" "Enable" "Disable"; then
5+
if selector "Enable Pixel Google Dialer Features ?" "$useRecommendedSettings" "Enable" "Disable"; then
66
ui_print ' [+] Adding flags...'
7-
insert_gms_features "FlagOverrides" $packageName 0 null 1 null null 0 "CallLogInformationArchitecture__enable_call_log_information_architecture" "CallRecording__enable_call_recording_for_fi" "G__always_enable_new_call_log_framework_and_fragment" "G__are_embeddings_jobs_enabled" "G__bypass_revelio_roaming_check" "G__config_caller_id_enabled" "G__enable_atlas" "G__enable_call_recording" "G__enable_call_screen_audio_stitching" "G__enable_call_screen_data_in_call_log" "G__enable_call_screen_saving_audio" "G__enable_embedding_spam_revelio" "G__enable_new_voicemail_tab" "G__enable_patronus_spam" "G__enable_reject_embedding_spam_calls" "G__enable_revelio" "G__enable_revelio_on_bluetooth" "G__enable_revelio_on_wired_headset" "G__enable_revelio_r_api" "G__enable_spam_blocking_promo" "G__enable_speakeasy_details" "G__enable_wifi_calling_icons_all_carriers" "G__force_disable_enriched_call" "G__force_within_call_recording_geofence_value" "G__force_within_crosby_geofence_value" "G__is_call_log_item_anim_null" "G__new_call_log_fragment_enabled" "G__show_call_screen_recording_player_in_call_log" "G__speak_easy_bypass_locale_check" "G__speak_easy_enable_listen_in_button" "G__speak_easy_enabled" "G__speak_easy_use_soda_asr" "G__use_call_recording_geofence_overrides" "G__voicemail_change_greeting_enabled" "Scooby__are_spam_jobs_enabled" "Scooby__enable_same_prefix_logging" "atlas_use_soda_for_transcription" "enable_android_s_notifications" "enable_atlas_on_tidepods_voice_screen" "enable_dialer_hold_handling" "enable_hold_detection" "enable_revelio_transcript" "enable_smart_reply" "enable_stir_shaken_call_log" "enable_video_call_landscape" "enable_video_handover_dialog" "enable_xatu" "enable_xatu_music_detection" "show_atlas_hold_for_me_confirmation_dialog"
7+
insert_gms_features "FlagOverrides" $packageName 0 null 1 null null 0 "enable_theme_pushing" "enable_precall_dialpad_v2" "enable_dialpad_v2_ux" "CallLogInformationArchitecture__enable_call_log_information_architecture" "CallRecording__enable_call_recording_for_fi" "G__always_enable_new_call_log_framework_and_fragment" "G__are_embeddings_jobs_enabled" "G__bypass_revelio_roaming_check" "G__config_caller_id_enabled" "G__enable_atlas" "G__enable_call_recording" "G__enable_call_screen_audio_stitching" "G__enable_call_screen_data_in_call_log" "G__enable_call_screen_saving_audio" "G__enable_embedding_spam_revelio" "G__enable_new_voicemail_tab" "G__enable_patronus_spam" "G__enable_reject_embedding_spam_calls" "G__enable_revelio" "G__enable_revelio_on_bluetooth" "G__enable_revelio_on_wired_headset" "G__enable_revelio_r_api" "G__enable_spam_blocking_promo" "G__enable_speakeasy_details" "G__enable_wifi_calling_icons_all_carriers" "G__force_disable_enriched_call" "G__force_within_call_recording_geofence_value" "G__force_within_crosby_geofence_value" "G__is_call_log_item_anim_null" "G__new_call_log_fragment_enabled" "G__show_call_screen_recording_player_in_call_log" "G__speak_easy_bypass_locale_check" "G__speak_easy_enable_listen_in_button" "G__speak_easy_enabled" "G__speak_easy_use_soda_asr" "G__use_call_recording_geofence_overrides" "G__voicemail_change_greeting_enabled" "Scooby__are_spam_jobs_enabled" "Scooby__enable_same_prefix_logging" "atlas_use_soda_for_transcription" "enable_android_s_notifications" "enable_atlas_on_tidepods_voice_screen" "enable_dialer_hold_handling" "enable_hold_detection" "enable_revelio_transcript" "enable_smart_reply" "enable_stir_shaken_call_log" "enable_video_call_landscape" "enable_video_handover_dialog" "enable_xatu" "enable_xatu_music_detection" "show_atlas_hold_for_me_confirmation_dialog"
88
insert_gms_features "FlagOverrides" $packageName 0 null 0 null null 0 "G__enable_pride_month_celebration" "G__enable_primes" "G__enable_primes_crash_metric" "G__enable_primes_timer_metric" "G__enable_tidepods_video" "enable_profile_photo_for_on_hold_video_call"
99

1010
# Done

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2022-02-28",
3-
"versionCode": 22022801,
4-
"zipUrl": "https://github.com/Pixel-Props/pixel.features/releases/download/22022801/Pixel.Features.Online.zip",
3+
"versionCode": 22022802,
4+
"zipUrl": "https://github.com/Pixel-Props/pixel.features/releases/download/22022802/Pixel.Features.Online.zip",
55
"changelog": "https://raw.githubusercontent.com/Pixel-Props/pixel.features/main/changelog.md"
66
}

0 commit comments

Comments
 (0)