Danilo Bargen

Results 235 issues of Danilo Bargen

- Sort git tags in reverse, so that newer releases are built before older releases - Only build/push tags if they haven't been built/pushed before (to prevent overwriting older pushes)...

chore

In status messages, for contacts without a name, the ID is shown even if a nickname is available. See https://twitter.com/schitteboehn/status/1110538359666032640 ![image](https://user-images.githubusercontent.com/105168/55005114-b7b47580-4fdb-11e9-9bce-99572827b3db.png) Might be something that's on the app side.

bug

A user reported that after clearing the conversation in the Android app, the messages were still visible in Threema Web. When a conversation is cleared (this can probably be detected...

bug
app-update
os-android

## Expected Behavior When setting a group avatar for a group that doesn't have an avatar yet, the conversation list should show that avatar. ## Current Behavior The conversation list...

bug
ui

Right now, every keypress results in a timer being cancelled & re-registered. ![screenshot of debug log](https://tmp.dbrgn.ch/screenshots/20181016163930-e6s377hd.png) (This can be made visible by setting `DEBUG: true` in config.ts) I'm sure this...

optimization
performance

## Expected Behavior Time format (24h vs am/pm) should consider the locale. ## Current Behavior It [does not](https://github.com/threema-ch/threema-web/blob/dd515d1d06f0cbf62941ec9b55faca2b83990f98/src/filters.ts#L405-L408) :slightly_smiling_face: ## Further notes - Should include tests that mock the locale....

good first issue

The loading screen can be improved. Right now, sometimes people don't know what exactly is going on. Here's an idea: When loading the initial data (60-100% progress), show exactly what...

ui
optimization

We could show the call status (ongoing call, etc) in the UI. The best way would probably to show a horizontal bar somewhere indicating that a call is ongoing.

feature

## Expected Behavior The user should be able to use keyboard shortcuts for often used things. ## Possible Solution - Search: `/` - Conversations tab: `1` - Contacts tab: `2`...

feature

https://blogs.msdn.microsoft.com/typescript/2018/07/12/announcing-typescript-3-0-rc/#the-unknown-type

optimization