GitHub / Unity-Technologies/NotificationsSamples / commits
Sample project for Unity Notifications
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 7bee255b | merge Merge pull request #81 from Unity-Technologies/remove-emojione |
RoxanneCor <6****r@u****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 2ae33bf2 | Remove EmojiOne assets |
sourcegraph-commit-signing-unity[bot] <1****]@u****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| cc9254b7 | merge Merge pull request #80 from Unity-Technologies/fix-line-endings |
aurimasc <a****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| d39f5044 | Change line endings to unix | Aurimas Cernius <a****c@u****m> | over 1 year ago | |
| f9f926ab | merge Merge pull request #77 from Unity-Technologies/minor-fixes |
aurimasc <a****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 23e338bf | Fix badge checking | Aurimas Cernius <a****c@u****m> | over 2 years ago | |
| 2491d38a | Update packages | Aurimas Cernius <a****c@u****m> | over 2 years ago | |
| 7a18fddc | com.unity.package-manager-ui no more | Aurimas Cernius <a****c@u****m> | over 2 years ago | |
| cb96a75b | merge Merge pull request #76 from Unity-Technologies/unified-apis |
aurimasc <a****c@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b952f6fc | Update readme | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 836e4ef6 | Add missing doc comment | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| ea0c1f72 | Project upgrade to Unity 2021 | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 3b06edf7 | Remove IGameNotificationsPlatform | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| dfe64eb7 | Doc comments for GameNotificationsPlatform | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| e7cbe430 | Remove IGameNotification interface | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| c80644f6 | Doc comments for GameNotification | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 1c5a87ea | No need for Android specific extensions | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| b396b21b | Remove channel | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 1ba22d1e | No more need for separate platforms | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 08b4fd8b | Cleanup most of platform | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| d8644ec3 | Refactor to mostly use GameNotification directly | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 7bf77c80 | Remove per platform implementations for notification | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 2c883448 | Convert Android notification to use unified APIs | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 1c30f49c | Convert iOS notification to unified APIs | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 7f5005b6 | Delivery time when scheduling | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| d88cd84f | Remove notification group | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 1155c73a | No need for channel | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 22293e06 | Move Scheduled from IGameNotification to PendingNotification | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 7f923472 | Implement some methods using unified apis | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| a006161d | Introduce abstract class for notification platform | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 987d91fd | Remove delivery time from IGameNotification | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 13823978 | Use delivery time from pending notification | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 1fb42406 | Delivery time cannot be null | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| b9c05004 | Add delivery time to pending notification | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 9bc54bb6 | Make badge not nullable | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| d2f0c847 | Add delivery time parameter to Schedule | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 15a080b0 | Make delivery time not-nullable | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 0143d45b | Remove notification unused properties | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| 2d5be69f | Remove icon from notification | Aurimas Cernius <a****c@u****m> | almost 3 years ago | |
| dd28af7c | merge Merge pull request #73 from Unity-Technologies/notifications-version-update |
aurimasc <a****c@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 53e2005e | Update notifications package version | Aurimas Cernius <a****c@u****m> | almost 4 years ago | |
| 437c5b2a | merge Merge pull request #71 from Unity-Technologies/fix-permissions |
aurimasc <a****c@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d85701a6 | Implement permission request for iOS | Aurimas Cernius <a****c@u****m> | almost 4 years ago | |
| f92f73d3 | Implement permission request for android | Aurimas Cernius <a****c@u****m> | almost 4 years ago | |
| 3b1b03d8 | Add notification permission request | Aurimas Cernius <a****c@u****m> | almost 4 years ago | |
| c9c31c6d | merge Merge pull request #70 from Unity-Technologies/fix-time-handling |
aurimasc <a****c@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 7d1d959b | Always return local time | Aurimas Cernius <a****c@u****m> | about 4 years ago | |
| 520d2c0b | merge Merge pull request #69 from Unity-Technologies/safer-serialization |
aurimasc <a****c@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| f50a2c9f | Flush when finished serializing | Aurimas Cernius <a****c@u****m> | over 4 years ago | |
| 362f4c66 | Add try catch for IO Exceptions | Aurimas Cernius <a****c@u****m> | over 4 years ago | |
| b2068463 | merge Merge pull request #64 from Unity-Technologies/serialization-improvement |
aurimasc <a****c@u****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| af231f25 | Fix typo | Aurimas Cernius <a****c@u****m> | about 5 years ago | |
| 65ddb028 | Fix condition | Aurimas Cernius <a****c@u****m> | about 5 years ago | |
| 569f7d2c | Serialize notification data | Aurimas Cernius <a****c@u****m> | about 5 years ago | |
| c5ad9a58 | Bump notifications package to 1.4.1 | Aurimas Cernius <a****c@u****m> | over 5 years ago | |
| e8e22f57 | Fix disable deprecation warnings | Aurimas Cernius <a****c@u****m> | over 5 years ago | |
| d3021fa3 | Switch to notifications package version to 1.3.2 (#58) |
vaidas-unity <3****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| e66e6b2f | Add doc for DisplayLastNotification | Vaidas Budrys <v****s@u****m> | almost 6 years ago | |
| 3ac73639 |
Expose IGameNotification.Data, fix OnApplicationFocus when TouchScreenKeyboar...
Co-authored-by: Jorrit de Vries <j****t@i****l>, Jorrit de Vries <j****7@g****m>, VaidasM <m****s@g****m> |
vaidas-unity <3****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| c4c6ff6c | Sample fixes for 1.3.1 release (#50) |
vaidas-unity <3****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| fcfc6744 | merge Merge pull request #44 from Unity-Technologies/add-auto-cancel |
Vincent Zhang <3****y@u****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| a5972496 | Change the prefix of classes from Ios to iOS. | Vincent Zhang <v****t@u****m> | about 6 years ago | |
| aa75272f | Change Ios prefix to iOS prefix. | Vincent Zhang <v****t@u****m> | about 6 years ago | |
| 1b704aa4 | Remove redundant .meta file. | Vincent Zhang <v****t@u****m> | about 6 years ago | |
| 4cd3a37a | Fixed stupid mistake... | Vincent Zhang <v****t@u****m> | about 6 years ago | |
| ce18acd7 | Run formattter. | Vincent Zhang <v****t@u****m> | about 6 years ago | |
| a0818b09 | Add auto cancel for android. | Vincent Zhang <v****t@u****m> | about 6 years ago | |
| b526a7ca | Added a workound for the IL2CPP long array in struct bug in Unity 2019.2 | Paulius Puodziunas <p****p@u****m> | almost 7 years ago | |
| 977ed7a7 | Update the package manifest to use the latest version of the notifications pa... | Paulius Puodziunas <p****p@u****m> | almost 7 years ago | |
| efba6960 | Update manifest.json |
Paulius Puodžiūnas <p****s@f****k>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| ad277896 | Update AndroidNotificationsPlatform.cs |
Paulius Puodžiūnas <p****s@f****k>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| bee313ab | Update manifest.json |
Paulius Puodžiūnas <p****s@f****k>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| c4f69986 | Update manifest.json |
Paulius Puodžiūnas <p****s@f****k>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 4dda4971 | merge Merge pull request #4 from MattRix/patch-2 |
jcunity <2****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 9bdc508d | Update README.md |
Matt Rix <m****t@m****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| f05f26a7 | Remove redundant files. | Paulius Puodziunas <p****p@u****m> | over 7 years ago | |
| 7ed36655 | Update README.md |
Paulius Puodžiūnas <p****s@f****k>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 88351782 | Create License.md |
jcunity <2****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| bf626722 | Update README.md |
jcunity <2****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 5370931d | Update README.md |
jcunity <2****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 4928796b | Update README.md |
jcunity <2****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 0cc25e3d | Create README.md |
jcunity <2****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 17604a77 | NS-CR-27: DateTime and empty overrides | Diorgo <d****o@2****m> | over 7 years ago | |
| d9e3c11e | [NS-CR-20] Inverted if to fix indentation. | Claudio <c****o@2****m> | over 7 years ago | |
| fd1cc4ba | merge Merge remote-tracking branch 'origin/Cross_platform_channels' | Claudio <c****o@2****m> | over 7 years ago | |
| 852164c8 | Fixed delivery event response when called in the background. | Claudio <c****o@2****m> | over 7 years ago | |
| 5c9edb41 | Implemented cross platform wrapper for notification channels. | Claudio <c****o@2****m> | over 7 years ago | |
| 628ab5d6 | Minor comment and docs fixes. | Claudio <c****o@2****m> | over 7 years ago | |
| 2f02bb57 | Fixed missing #if Unity_ANDROID, moved platform specific code | JC <2****y@u****m> | over 7 years ago | |
| fb936bfd | Fixed using | Diorgo <d****o@2****m> | over 7 years ago | |
| 52cb818e | Added reminder channel | Diorgo <d****o@2****m> | over 7 years ago | |
| 8cc077eb | Added Android icon, and away-from-game reminder | Diorgo <d****o@2****m> | over 7 years ago | |
| 23263308 | Added channel init to manager. | Claudio <c****o@2****m> | over 7 years ago | |
| bb3efc2c | Badge auto-incrementing. | Claudio <c****o@2****m> | over 7 years ago | |
| 81ba7114 | No badging is set for demo messages. | Claudio <c****o@2****m> | over 7 years ago | |
| d591a2b9 | Notifications update: | Claudio <c****o@2****m> | over 7 years ago | |
| 5312fc36 | Updated to 2018.3.0f1 | Claudio <c****o@2****m> | over 7 years ago | |
| 2a3b2df1 | Platform updates: | Claudio <c****o@2****m> | over 7 years ago | |
| 29eb04aa | Various queueing fixes: | Claudio <c****o@2****m> | over 7 years ago | |
| eb860e8c | NS-CR-18: Game controller fixes | Diorgo <d****o@2****m> | over 7 years ago |