Yury Habets

Results 27 comments of Yury Habets

This is amazing - thank you folks for bringing the doc together! Covers few of the caveats I had to solve on my own back then.

Upgrading Unity version is a very large change. If you could share the logcat - would be most informative.

Are you maybe using some plugins which override the theme? What is in the final manifest?

I used to have version 3.x, upgrade didn't work so I had to reinstall 4.1 not so long ago. ![image](https://github.com/gitextensions/gitextensions/assets/6140634/07e2ace9-a67a-4117-97f4-6c5aabf1ffd2)

I checked GitUI.dll - `BuildOrderedNodesCache()` is the new version, with an infinite loop to swallow the exception.

(deleted the previous comment) if `_reorder` is supposed to indicate that the cache is invalid, and is being written to by another thread (!), then there it should use atomic...

Please keep in mind the source code here hasn't been updated for 6 years. Since then, Unity introduced own permission system, a new type of activity (GameActivity), and Android requirements...