hu.refilc.naplo > hu.firka.naplo

This commit is contained in:
Giczy Gergő Ákos
2025-02-24 19:19:46 +00:00
committed by GitHub
parent f2e3288981
commit 12d7b353f8
16 changed files with 30 additions and 30 deletions

View File

@@ -53,7 +53,7 @@ subprojects {
}
android {
namespace = "hu.refilc.naplo"
namespace = "hu.firka.naplo"
ndkVersion "27.2.12479018"
@@ -72,7 +72,7 @@ android {
}
defaultConfig {
applicationId "hu.refilc.naplo"
applicationId "hu.firka.naplo"
minSdkVersion 24
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()

View File

@@ -9,7 +9,7 @@
"client_info": {
"mobilesdk_app_id": "1:584481527599:android:cd0fef08720efc4de033da",
"android_client_info": {
"package_name": "hu.refilc.naplo"
"package_name": "hu.firka.naplo"
}
},
"oauth_client": [
@@ -17,7 +17,7 @@
"client_id": "584481527599-2cpalmvit8kl489aoj3v6t28ujcbcd62.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "hu.refilc.naplo",
"package_name": "hu.firka.naplo",
"certificate_hash": "3c61db0984e5db01569cb084c83f9b3e058d94dc"
}
}

View File

@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="hu.refilc.naplo">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="hu.firka.naplo">
<!-- Permissions -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE" />

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" package="hu.refilc.naplo">
xmlns:tools="http://schemas.android.com/tools" package="hu.firka.naplo">
<application android:name="${applicationName}" android:label="Firka" tools:replace="android:label" android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true" android:enableOnBackInvokedCallback="false">
@@ -8,7 +8,7 @@
android:name="flutter.embedding.android.SurfaceView"
android:value="true" />
<activity android:exported="true" android:name="hu.refilc.naplo.MainActivity"
<activity android:exported="true" android:name="hu.firka.naplo.MainActivity"
android:launchMode="singleTop" android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize"
@@ -62,10 +62,10 @@
android:label="reFilc"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_new"
android:name="hu.refilc.naplo.icon_new"
android:name="hu.firka.naplo.icon_new"
android:exported="true"
android:enabled="false"
android:targetActivity="hu.refilc.naplo.MainActivity">
android:targetActivity="hu.firka.naplo.MainActivity">
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
@@ -162,7 +162,7 @@
</activity-alias> -->
<!-- end of custom app icon thingies -->
<receiver android:name="hu.refilc.naplo.widget_timetable.WidgetTimetable"
<receiver android:name="hu.firka.naplo.widget_timetable.WidgetTimetable"
android:exported="true">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
@@ -178,7 +178,7 @@
android:resource="@xml/home_widget_test_info" />
</receiver>
<service android:name="hu.refilc.naplo.widget_timetable.WidgetTimetableService"
<service android:name="hu.firka.naplo.widget_timetable.WidgetTimetableService"
android:permission="android.permission.BIND_REMOTEVIEWS" />
<receiver android:name="es.antonborri.home_widget.HomeWidgetBackgroundReceiver"

View File

@@ -1,4 +1,4 @@
package hu.refilc.naplo
package hu.firka.naplo
import io.flutter.embedding.android.FlutterActivity

View File

@@ -1,4 +1,4 @@
package hu.refilc.naplo.database
package hu.firka.naplo.database
import android.content.ContentValues
import android.content.Context
@@ -7,7 +7,7 @@ import android.database.sqlite.SQLiteDatabase
import java.sql.SQLException
import hu.refilc.naplo.database.SQLiteHelper
import hu.firka.naplo.database.SQLiteHelper
import kotlin.arrayOf
class DBManager(private val context: Context) {

View File

@@ -1,4 +1,4 @@
package hu.refilc.naplo.database
package hu.firka.naplo.database
import android.content.Context
import android.database.sqlite.SQLiteDatabase

View File

@@ -1,4 +1,4 @@
package hu.refilc.naplo.utils
package hu.firka.naplo.utils
import android.content.Context
import android.net.ConnectivityManager

View File

@@ -1,4 +1,4 @@
package hu.refilc.naplo.utils
package hu.firka.naplo.utils
import java.time.DayOfWeek
import java.time.Duration

View File

@@ -1,4 +1,4 @@
package hu.refilc.naplo.widget_timetable
package hu.firka.naplo.widget_timetable
import android.app.PendingIntent
import android.app.UiModeManager
@@ -30,11 +30,11 @@ import java.text.ParseException
import java.text.SimpleDateFormat
import java.util.Date
import hu.refilc.naplo.database.DBManager
import hu.refilc.naplo.MainActivity
import hu.refilc.naplo.R
import hu.firka.naplo.database.DBManager
import hu.firka.naplo.MainActivity
import hu.firka.naplo.R
import hu.refilc.naplo.utils.Week
import hu.firka.naplo.utils.Week
import es.antonborri.home_widget.HomeWidgetBackgroundIntent
import es.antonborri.home_widget.HomeWidgetLaunchIntent

View File

@@ -1,4 +1,4 @@
package hu.refilc.naplo.widget_timetable
package hu.firka.naplo.widget_timetable
import android.app.UiModeManager
import android.appwidget.AppWidgetManager
@@ -19,8 +19,8 @@ import org.json.JSONObject
import java.util.Collections
import java.util.Comparator
import hu.refilc.naplo.database.DBManager
import hu.refilc.naplo.R
import hu.firka.naplo.database.DBManager
import hu.firka.naplo.R
class WidgetTimetableDataProvider(context: Context, intent: Intent) : RemoteViewsService.RemoteViewsFactory {
private val context: Context

View File

@@ -1,4 +1,4 @@
package hu.refilc.naplo.widget_timetable
package hu.firka.naplo.widget_timetable
import android.content.Context
import android.content.Intent

View File

@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="hu.refilc.naplo">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="hu.firka.naplo">
<!-- Permissions -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE" />

View File

@@ -8,7 +8,7 @@
PRODUCT_NAME = reFilc
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = hu.refilc.naplo
PRODUCT_BUNDLE_IDENTIFIER = hu.firka.naplo
// The copyright displayed in application information
PRODUCT_COPYRIGHT = reFilc

View File

@@ -152,7 +152,7 @@ class NavigationScreenState extends State<NavigationScreen>
void initState() {
super.initState();
HomeWidget.setAppGroupId('hu.refilc.naplo.group');
HomeWidget.setAppGroupId('hu.firka.naplo.group');
_checkForWidgetLaunch();
HomeWidget.widgetClicked.listen(_launchedFromWidget);

View File

@@ -43,7 +43,7 @@ class AppIconHelper {
// // ignore: no_leading_underscores_for_local_identifiers
// final _androidDynamicIconPlugin = AndroidDynamicIcon();
// await _androidDynamicIconPlugin.changeIcon(
// bundleId: 'hu.refilc.naplo',
// bundleId: 'hu.firka.naplo',
// isNewIcon: iconName != 'refilc_default' ? true : false,
// iconName: iconName != 'refilc_default' ? iconName : '',
// iconNames: [