Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Friend request ID visibility issue #329

Closed
licaon-kter opened this issue Aug 27, 2016 · 0 comments
Closed

Friend request ID visibility issue #329

licaon-kter opened this issue Aug 27, 2016 · 0 comments

Comments

@licaon-kter
Copy link

When you get a friend request you can see:

  • 16 chars of the ID in portrait mode
  • 26 chars if you long-press that request
  • 43 chars if you switch to landscape mode

Is there a way to see it in full before accepting the friendship?

@subliun subliun closed this as completed in bcbcda9 Jan 9, 2017
zoff99 added a commit to zoff99/Antox that referenced this issue Feb 7, 2017
* Possible solutions in scala code to increase FPS.
Based on the issue Antox#344
Antox#344 (comment)

* Corrected the scala syntax and tested in Android Studio.
Also removed the CameraUtils.getCameraRotaion function call from CameraDisplay.scala due to ~200ms/frame cost.

* Update some build things

* Fix Antox#384, only use the path for ImageKey rather than path + file name

* Fix Antox#380 and make /me message font the same size as that of normal messages

* Fix Antox#343

* Fix Antox#332

* FIx Antox#329, add option to copy full requester id to clipboard

* Antox v0.25

* show version name and version code in aboutactivity

* gradle build config

vectorDrawables.useSupportLibrary
aaptOptions

* fix startup issues on API4.x devices

* add space between vname and vcode

* use correct apk filename

* tweaks in readme

* dev branch

* fix badge

* fix badge

* fix download url to dev branch

* update README to know where versions/commits are set

* indents

* fix Loading Bar is Offset on Register Screen

fixes #9

* make script rerunnable without interaction

* layout tweaks, allow rotation

* tweak layout some more

allow rotation

* start work in resuming outgoing filetransfers

* add libncurses5:i386

* libncurses5:i386

* remove the old , not working apt-get line

* tweak layout of file message

* be more verbose after gradle build

* tweak gradlew build command

* centralize important source code versions/hashes

* centralize source code version/hashes part2

* dirty hack to use locally compiled jvm-toxcore-api jar file

* add missing quote char

* upgrade gradle stuff

* fix gradle build

* allow rotate and fix homescreen parts showing

* fix a crash on older devices

* mark stuff that is not used

also use same commit hash for c-toxcore on both occurances

* fix build again

* overwrite without prompt, and download git submodules

* correct branch

* correct branch

* update branch

* update branch

* update branch

* indent

* no output for 10 minutes sometimes

* be less quiet so CI will work better

* revert

* quote "%" char in script

* update version, remove recyclerviewfastscroller

* remove old fastscroller and replay with new one

* fix onTouch with fastscroller

* new fastscroller and nice date header when scrolling

* headers

* fix crash, and outgoing FT display/progressbar

* fix bug with batterysavingmode

* fix non-restart on crash, start sharing activity

* handle crash, and restart properly

* also logout and shutdown service after crash

* cleanup CI output and artifacts

* update CI commands/clean up

* fix typo

* small upgrades

* correct branch

* comment

* optimize

* use latest c-toxcore version 0.1.6

* fix wrong version (revert)

* lint options

* ask persmissions on android M and up

* safeguard against overflow

* indent

* lint output

* correct filepath

* use new file select dialog

* switch to new file/dir selector (part 1)

* increase heap size

* tweak build commands

* directory selection is a bit strange ...

* fix bug again (it was only used from testing crash detection)

* Update README.md

* Remove tox4j from tracking

* Modify strings and remove submodule, fix dependencies temporarily

* remove libsodiumjni

* Update for new dependencies from jenkins

* Clean strings

* Add opam repo

* Update gradle heap size

* Fixes for chat layout

* Holy mother of println

* Update circle.yml

* Create CONTRIBUTING.md

* Change input types for proxy and custom node

* Why was this even removed

* Format the code properly

* remove templibs

* Delete New Text Document.txt
zoff99 added a commit to zoff99/Antox that referenced this issue Feb 9, 2017
* Possible solutions in scala code to increase FPS.
Based on the issue Antox#344
Antox#344 (comment)

* Corrected the scala syntax and tested in Android Studio.
Also removed the CameraUtils.getCameraRotaion function call from CameraDisplay.scala due to ~200ms/frame cost.

* Update some build things

* Fix Antox#384, only use the path for ImageKey rather than path + file name

* Fix Antox#380 and make /me message font the same size as that of normal messages

* Fix Antox#343

* Fix Antox#332

* FIx Antox#329, add option to copy full requester id to clipboard

* Antox v0.25

* show version name and version code in aboutactivity

* gradle build config

vectorDrawables.useSupportLibrary
aaptOptions

* fix startup issues on API4.x devices

* add space between vname and vcode

* use correct apk filename

* tweaks in readme

* dev branch

* fix badge

* fix badge

* fix download url to dev branch

* update README to know where versions/commits are set

* indents

* fix Loading Bar is Offset on Register Screen

fixes #9

* make script rerunnable without interaction

* layout tweaks, allow rotation

* tweak layout some more

allow rotation

* start work in resuming outgoing filetransfers

* add libncurses5:i386

* libncurses5:i386

* remove the old , not working apt-get line

* tweak layout of file message

* be more verbose after gradle build

* tweak gradlew build command

* centralize important source code versions/hashes

* centralize source code version/hashes part2

* dirty hack to use locally compiled jvm-toxcore-api jar file

* add missing quote char

* upgrade gradle stuff

* fix gradle build

* allow rotate and fix homescreen parts showing

* fix a crash on older devices

* mark stuff that is not used

also use same commit hash for c-toxcore on both occurances

* fix build again

* overwrite without prompt, and download git submodules

* correct branch

* correct branch

* update branch

* update branch

* update branch

* indent

* no output for 10 minutes sometimes

* be less quiet so CI will work better

* revert

* quote "%" char in script

* update version, remove recyclerviewfastscroller

* remove old fastscroller and replay with new one

* fix onTouch with fastscroller

* new fastscroller and nice date header when scrolling

* headers

* fix crash, and outgoing FT display/progressbar

* fix bug with batterysavingmode

* fix non-restart on crash, start sharing activity

* handle crash, and restart properly

* also logout and shutdown service after crash

* cleanup CI output and artifacts

* update CI commands/clean up

* fix typo

* small upgrades

* correct branch

* comment

* optimize

* use latest c-toxcore version 0.1.6

* fix wrong version (revert)

* lint options

* ask persmissions on android M and up

* safeguard against overflow

* indent

* lint output

* correct filepath

* use new file select dialog

* switch to new file/dir selector (part 1)

* increase heap size

* tweak build commands

* directory selection is a bit strange ...

* fix bug again (it was only used from testing crash detection)

* Update README.md

* Remove tox4j from tracking

* Modify strings and remove submodule, fix dependencies temporarily

* remove libsodiumjni

* Update for new dependencies from jenkins

* Clean strings

* Add opam repo

* Update gradle heap size

* Fixes for chat layout

* Holy mother of println

* Update circle.yml

* Create CONTRIBUTING.md

* Change input types for proxy and custom node

* Why was this even removed

* Format the code properly

* remove templibs

* Delete New Text Document.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant