[UnigramDev/Unigram/develop](https://github.com/UnigramDev/Unigram/tree/develop) • [9729f60](https://github.com/UnigramDev/Unigram/commit/9729f601bc25b5b41a94c984589b7b69e0b2fa8a) • _12 files, +461/-34_
Fix the bindings that resolve a property by name

All three read a property off a managed type by name, which NativeAOT resolves
only where the XAML compiler generated an accessor or the type carries
[GeneratedBindableCustomProperty]. The emoji drawer's group headers and the
revenue tabs move to x:Bind, the drawer's three group types gaining a shared
IDrawerGroup so the template has an x:DataType; the Instant View tab header
stays a binding, since the title arrives after navigation, so InstantViewModel
is registered for it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

[UnigramDev/Unigram/develop](https://github.com/UnigramDev/Unigram/tree/develop) • [614b57c](https://github.com/UnigramDev/Unigram/commit/614b57c862b9a499aea4c1f2417ce5806d5a4aa3) • _2 files, +4/-4_
Swap night/day icons on Windows 10

[UnigramDev/Unigram/develop](https://github.com/UnigramDev/Unigram/tree/develop) • [14e59d4](https://github.com/UnigramDev/Unigram/commit/14e59d40f4aeff512f6ee76b13e9994e50aaaab7) • _1 files, +1/-1_
Start selection only WITHIN the text

[#unigram](?q=%23unigram)