Commit graph

33 commits

Author SHA1 Message Date
6d1e4a3780
force transparent navigation bar on home screen 2024-09-11 21:47:00 +02:00
6e28fbfea5
chore: refactored code 2024-09-11 21:07:18 +02:00
c89e74205d
implemented #6: add option to allow rotation 2024-09-11 13:06:55 +02:00
89093f6b9e
renamed preferences 2024-09-11 11:37:33 +02:00
5dc2ee3901
reformat code 2024-09-10 19:54:53 +02:00
870ee56b88
chore: migrated preferences to eu.jonahbauer.android.preference 2024-09-09 21:23:01 +02:00
25905f1116
feature #28: action to open notification panel 2024-09-06 13:32:38 +02:00
9582113bcf
Merge pull request #22 from toby-bro/chore/android_permissions 2024-09-01 21:12:23 +02:00
ef16d70576
feature: home button always starts HomeActivity
Removed intendedSettingsPause and intendedChoosePause.
Using android:clearTaskOnLaunch together with
android:launchMode="singleTask" instead.
This makes the home button work properly.
2024-08-28 10:14:21 +02:00
f0c06ba6e5
feature: make settnings available from system settings 2024-08-28 09:55:53 +02:00
70db5d5476
fixed broken Manifest and bug when launching apps 2024-08-02 23:51:39 +02:00
500062b29b
feature: work profile 2024-08-02 22:32:35 +02:00
3935afa40d
feature: set launcher as home screen 2024-08-02 02:44:35 +02:00
89f62fa835
fix: updated tutorial 2024-07-20 01:06:02 +02:00
649420b507
fix: adjust layout of ListActivity when showing keyboard in full screen mode 2024-07-20 00:21:26 +02:00
51c0f31700
updated gradle to 8.5.0 2024-07-06 21:23:28 +02:00
acacc1d6cd
use system wallpaper 2024-07-05 04:36:30 +02:00
bb36eddee6
added permission QUERY_ALL_PACKAGES (required for API level 30) 2024-07-04 00:33:14 +02:00
e85f00d293
fork 2024-07-02 21:21:51 +02:00
Josia Pietsch
aa9077d5db better search 2022-08-01 15:48:40 +02:00
Finn M Glas
08d4a6c2ef
Ensure upwards compatibility of themes and preferences
The app now saves which version was used the last time and recognizes, 
if something changed / settings have to be adjusted to fit the version.
2020-06-24 11:11:09 +02:00
Finn M Glas
7669c44b4d
Rename packages and move files
- Rename MainActivity to HomeActivity
- Move functions.kt one level up
- Rename package `extern` to `libraries`
- Fix layouts and layout elements (nomenclature: 
`activity_fragment_element`)
- Move SectionsPagerAdapter code into the related activity kotlin file
2020-06-17 20:42:45 +02:00
Finn M Glas
e728fca0ee
Refractor packages and activities
To improve the structure of Launcher
2020-06-16 16:24:52 +02:00
Finn M Glas
b46c9d76d3
Name adjustments and minor fixes
+ Fix `top-margin` in the choose activity
+ Rename `ViewPager` files for Settings to contain the string 'Settings'
+ Rename `firstStartup` to `Tutorial`
+ Remove unused library imports in `SettingsActivity.kt`
2020-05-28 18:42:58 +02:00
Finn M Glas
e24b51f3bf
Add image picker functionality
Not compledely finished at this point, but will be
2020-05-23 10:31:17 +02:00
Finn M Glas
a56cec7f9e
Fix older API onclicks 2020-05-22 23:32:21 +02:00
Finn M Glas
664e0a037e
Start building the theme fragment 2020-05-22 18:03:37 +02:00
Finn M Glas
16c180a725
Create two themes
The finnmglasTheme and the darkTheme
2020-05-22 17:25:32 +02:00
Finn M Glas
b322aa613f Create FirstStartupActivity 2020-05-16 14:29:11 +02:00
Finn M Glas
f1dbaf928d Add option to uninstall or launch apps, Improve layout 2020-05-16 07:32:32 +02:00
Finn M Glas
20f2c6ccab Add code for a settings activity 2020-05-15 07:51:48 +02:00
Finn M Glas
7fd2e9c733 Add a new activity_choose activity 2020-05-14 21:31:54 +02:00
Finn M Glas
93e672c826 Add a basic but functional app. Needs improvement. 2020-05-12 14:52:56 +02:00