Jakob Haider
|
a98e380bd1
|
remove unused property
|
2024-03-05 13:43:19 +01:00 |
|
Jakob Haider
|
09ca9069ee
|
fix typo
|
2024-03-05 13:40:54 +01:00 |
|
Jakob Haider
|
b6ae8038ae
|
Merge branch 'feature/url-start' of github.com:Loxone/react-native-quick-actions into feature/url-start
# Conflicts:
# android/src/main/java/com/reactNativeQuickActions/AppShortcutsModule.kt
|
2024-03-05 13:40:14 +01:00 |
|
Jakob Haider
|
9309e084a5
|
add androidInfo to specify target-class that shall be opened via shortcut
|
2024-03-05 13:39:36 +01:00 |
|
Jakob Haider
|
9f3e3fbedb
|
add androidInfo to specify target-class that shall be opened via shortcut
|
2024-03-04 16:22:27 +01:00 |
|
Jakob Haider
|
ec7382984d
|
use PersistableBundle for ShortcutManagerCompat to prevent error
|
2024-03-04 14:22:37 +01:00 |
|
Jakob Haider
|
33a99196f3
|
replace deprecated usage of PersistableBundle with kotlin-parcelize plugin
|
2024-03-04 13:35:42 +01:00 |
|
Jakob Haider
|
53d1e3423e
|
refactor AppShortcutsModule and AppShortcutsPackage from Java to Kotlin
|
2024-03-04 13:23:21 +01:00 |
|
Jakob Haider
|
c7da06dd78
|
migrate UserInfo and ShortcutItem from Java to Kotlin
|
2024-03-04 11:38:53 +01:00 |
|
Jakob Haider
|
2eca47d564
|
update build.gradle
|
2024-03-04 11:12:43 +01:00 |
|
dao-wkm
|
a0e062fb27
|
Merge pull request #1 from jordanbyron/master
Update fork
|
2019-06-13 15:46:09 +07:00 |
|
Andrew Jack
|
22cae79ecd
|
Fix gradle build warning
|
2019-04-04 13:37:38 +01:00 |
|
Le Anh Dao
|
aef6454d49
|
Fix conflict androdi
|
2019-03-20 17:14:36 +07:00 |
|
Nanda Mounasamy
|
eae06468c2
|
Update build.gradle
|
2019-01-04 14:52:30 -05:00 |
|
Alberto Blanco
|
6dec396db8
|
Use PersistableBundle to attach the whole ShortCutItem object
|
2017-12-18 15:46:33 +01:00 |
|
Andrew Jack
|
944a2e97cb
|
Support React Native 0.47
|
2017-08-08 15:26:03 +01:00 |
|
Andrew Jack
|
c71c4d0950
|
Fix currentActivity null pointer exception
|
2017-06-01 17:56:23 +01:00 |
|
Andrew Jack
|
4cd889ec4a
|
Fix java.lang.NoClassDefFoundError: android.content.pm.ShortcutManager
|
2017-05-25 15:08:56 +01:00 |
|
Andrew Jack
|
ab07ee1c1b
|
check api level before clearing shortcut items
|
2017-05-24 14:07:12 +01:00 |
|
Andrew Jack
|
5de527c02c
|
Only send JS event if the intent was from the shortcut action
|
2017-05-22 16:13:01 +01:00 |
|
Minru Huang
|
2f39036061
|
fix android 4.4 startup issue due to a function referencing to the ShortcutInfo class
|
2017-05-12 08:28:40 +01:00 |
|
Jordan Byron
|
3bafd1a18b
|
Add Android support
Squashed commit of the following:
commit 87797504049b0260264353cd1d271d0466c4cba2
Author: Jordan Byron <jordan.byron@gmail.com>
Date: Sat May 6 11:31:48 2017 -0400
Update README
commit f3790fd692ec2a1c7e05ea0c734cb3a738df0b0b
Author: Minru Huang <minru.huang@drivetribe.com>
Date: Wed May 3 10:19:51 2017 +0100
add comments in README about android launchMode differences.
commit 7d582acc53279241f46e976798000a47da0601ca
Author: Minru Huang <minru.huang@drivetribe.com>
Date: Wed Mar 29 17:32:39 2017 +0100
review comments
commit fbced4cdb99aededbbaa1b362ceabd03e7418208
Author: Minru Huang <minru.huang@drivetribe.com>
Date: Fri Mar 24 12:28:21 2017 +0000
change popInitialAction function to return a promise, to be consistent with android.
commit 50cf6eabf4235048c832f31e4f40dd6778a1a554
Author: Andrew Jack <andrew.jack@drivetribe.com>
Date: Fri Mar 24 09:36:20 2017 +0000
Clean up
commit f66d880e47747dab0e6c7349a62868f002b05e24
Author: Minru Huang <minru.huang@drivetribe.com>
Date: Fri Mar 24 09:24:32 2017 +0000
revert package change
commit 9c5548c5aa24047961c9ab53d05c3a0b71b37679
Author: Minru Huang <minru.huang@drivetribe.com>
Date: Fri Mar 24 08:51:40 2017 +0000
add android implementation.
|
2017-05-06 11:32:08 -04:00 |
|