Commits by Nikka
10 subscribers
164 links
Owned by @NikkaGameS
Download Telegram
🔨 1 new commit to xiaomi-ingres-8450-mainline:main:

1c0599d: push last changes by NikkaGames
🔨 1 new commit to nx729j-mainline-modules:main:

f2332d4: Push modules by NikkaGames
🔨 1 new commit to GTU-Tables-Server:master:

c1ff1ea: Implement injecting subjects (testing) by NikkaGames
🔨 1 new commit to ComuCompose:master:

4eadef1: 2025 November refactor

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

f26fb78: Change sender logic

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

67e8195: Fix chat list updating for incoming message(s)

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

23b07c1: Remove exception logging

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

7969edd: Refresh chat list even if activity isnt focused

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

8693f91: Adapt to chat list refreshing changes

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

587c0f8: Cache chat list items, Cache Font entries

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

a3e32ea: Load chats at earlier stage, Refresh chats if new incoming message is from unknown user, Change message cell props

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

32a5e65: Push latest changes

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

5ae662b: Refresh chat list when creating new chat if recipient not present in chat list, Update chat list item when local client sends a message to recipient.

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

78ae209: Large refactor: upgrade dependencies, implement haze effects for blur effect solution, etc (I forgot the rest lol).

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

84a2ca7: Add input scaling for haze effects (0.8x)

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

25a9ca7: Push last changes

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

2b29bb2: Fix reply not being cancelled after leaving chat activity, progressive blur, fix reply identifier handing, redesign edit text(s).

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

662ea8c: Refactor: stickers caching and processing, reply impl, etc.

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

2fcef28: Minor changes and fixes

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuCompose:master:

d1dbccf: Implement Local Message Allocation in memory, redesign stuff in chat activity, fix chat activity entering transition not animating, etc.

Signed-off-by: NikkaGames <nikagames111@gmail.com> by NikkaGames
🔨 1 new commit to ComuServer:main:

09b06fc: Add x64 support, refactor encryption, and clean up code

Added platform-specific configurations to support AnyCPU and x64
in ComuServer.csproj and ComuServer.sln. Refactored the TCPServer
class to replace XorEncryptDecrypt with new Encrypt/Decrypt
methods using a character-shifting algorithm. Updated SendData
to use UTF8 encoding and improved logging/debugging. Removed
redundant code and unused logic. Temporarily disabled relay
functionality in UdpRelayServer for future updates. by NikkaGames