Rename app identity to JamShalat
This commit is contained in:
@@ -78,7 +78,7 @@ class _AppState extends ConsumerState<App> with WidgetsBindingObserver {
|
||||
final themeMode = ref.watch(themeProvider);
|
||||
|
||||
return MaterialApp.router(
|
||||
title: 'Jamshalat Diary',
|
||||
title: 'JamShalat',
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: AppTheme.light,
|
||||
darkTheme: AppTheme.dark,
|
||||
|
||||
@@ -24,7 +24,7 @@ String buildAyatShareText(Map<String, dynamic> ayat) {
|
||||
if (arabic.isNotEmpty) arabic,
|
||||
if (translation.isNotEmpty) '"$translation"',
|
||||
reference,
|
||||
'Dibagikan dari Jam Shalat Diary',
|
||||
'Dibagikan dari JamShalat',
|
||||
];
|
||||
|
||||
return parts.join('\n\n');
|
||||
@@ -447,7 +447,7 @@ class _AyatShareCard extends StatelessWidget {
|
||||
borderRadius: BorderRadius.circular(999),
|
||||
),
|
||||
child: const Text(
|
||||
'Jam Shalat Diary',
|
||||
'JamShalat',
|
||||
style: TextStyle(
|
||||
fontSize: 12,
|
||||
fontWeight: FontWeight.w700,
|
||||
|
||||
@@ -20,7 +20,7 @@ class QiblaScreen extends ConsumerStatefulWidget {
|
||||
|
||||
class _QiblaScreenState extends ConsumerState<QiblaScreen> {
|
||||
static const _geomagneticChannel =
|
||||
MethodChannel('com.jamshalat.diary/geomagnetic');
|
||||
MethodChannel('com.jamshalat.app/geomagnetic');
|
||||
static const double _alignmentThreshold = 3.0;
|
||||
|
||||
// Fallback simulated data for environments without compass hardware (like macOS emulator)
|
||||
|
||||
@@ -919,7 +919,7 @@ class _QuranMurattalScreenState extends ConsumerState<QuranMurattalScreen>
|
||||
final url = _unsplashPhoto!['photographerUrl'];
|
||||
if (url != null && url.isNotEmpty) {
|
||||
launchUrl(Uri.parse(
|
||||
'$url?utm_source=jamshalat_diary&utm_medium=referral'));
|
||||
'$url?utm_source=jamshalat&utm_medium=referral'));
|
||||
}
|
||||
},
|
||||
child: Text(
|
||||
|
||||
@@ -47,7 +47,7 @@ void main() async {
|
||||
));
|
||||
|
||||
await JustAudioBackground.init(
|
||||
androidNotificationChannelId: 'com.jamshalat.diary.audio',
|
||||
androidNotificationChannelId: 'com.jamshalat.app.audio',
|
||||
androidNotificationChannelName: 'Murattal Playback',
|
||||
androidNotificationOngoing: true,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user