Commit Graph

59 Commits

Author SHA256 Message Date
Duarte Pousa
f71e3b2c05 Accepting request 983210 from home:munix9
- Update to version 1.24:
  * Bump version to 1.24
  * Revert "Make OTG window resizable"
  * Fix inverted check
  * Fix release script for platform-tools 33.0.1
  * Use quotes for commands in documentation
  * Update installed files list in BUILD documentation
  * Upgrade FFmpeg (5.0.1) for Windows 64-bit
  * Upgrade SDL (2.0.22) for Windows
  * Enable linear filtering in OTG mode
  * Make OTG window resizable
  * Apply requested window size in OTG mode
  * Create OTG window with HIGHDPI flag
  * Add option to not power on on start
  * Add missing mouse shortcuts in --help
  * Fix GitHub case in BUILD
  * Fix typo in German README
  * Fix typos in Indonesian README
  * Upgrade libusb (1.0.26) for Windows
  * Upgrade platform-tools (33.0.1) for Windows
  * Remove obsolete alternative injection method
  * Adapt event injection to Android 13
  * Improve README
  * Fix typos/grammar issues in README
  * Update README.it.md to v1.23
  * Add missing SC_ prefix to header guards
  * Add missing include
  * Fix reference to FAQ in README
  * Fix icon path in ./run
  * Fix OpenGL ES prefix skip
  * Improve README.zh-Hans.md
  * Consider emulators as TCP/IP devices
  * Log an error on unexpected device state
  * Use $ANDROID_SERIAL if no selector is specified
  * Document exit status in --help
  * Add specific exit code for device disconnection
  * Report server connection state
  * Improve HID event push error message
  * Fix typo in error message
  * Add libusb error log
  * Fix icon path in README
  * Update links to v1.23

OBS-URL: https://build.opensuse.org/request/show/983210
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=76
2022-06-17 09:07:38 +00:00
Duarte Pousa
9b6f96f665 Accepting request 962359 from home:munix9
- Update to version 1.23:
  * Bump version to 1.23
  * Add missing include for vector
  * Add contact links to the README
  * Add Bash completion script
  * Add ZSH completion script
  * Move "Device unauthorized" in FAQ
  * Update FAQ to match the latest version
  * Remove spurious empty line
  * Mention adb wireless option for Android 11+
  * Make step more explicit in wireless section
  * Add troubleshooting in wireless section
  * Improve phrasing in wireless section
  * Renumber steps in wireless section
  * Add an explicit first step in wireless section
  * Update HID/OTG features in README
  * Reorder --tcpip option in cli
  * Also retry on IllegalArgumentException
  * Increase `adb devices -l` max output size
  * Use vector for listing ADB devices
  * Use vector for listing USB devices
  * Add sc_vector
  * Move data/ to app/
  * Disable USB features for win32
  * Forbid HID input without OTG on Windows
  * Kill adb daemon in OTG mode on Windows
  * Make intr optional for adb commands
  * Remove obsolete text in error message
  * Build for Windows with libusb support
  * Fix libusb callback for Windows
  * Avoid PRIx16 printf format on Windows
  * Remove USB hotplug callback error log
  * Report USB device disconnection when detected
  * Work around mouse capture SDL bug on macOS
  * Pass screen instance to mouse capture functions
  * Remove "linux-only" mentions for HID/OTG features
  * Build on macOS with libusb support
  * Fix typo
  * Remove useless '\n' in log
  * Remove fprintf() in tests
  * Add --print-fps to enable FPS counter on start
  * Move FPS counter start/stop logs
  * Update FAQ about Windows scaling behavior
  * Use sc_prefix for fps counter
  * Fix links in German README
  * Enforce deadline reached on timeout
  * Fix fps_counter tick type
  * Add German translation of README.md
  * Add --no-cleanup option
  * Fix order of options
  * Add compilation flag for USB features
  * Add compilation flag for V4L2 feature
  * Fix double adb tunnel closing
  * Rename buffer util functions with sc_ prefix
  * Rename HEADER_SIZE to SC_PACKET_HEADER_SIZE
  * Remove unused BUFSIZE
  * Remove sc_demuxer_parse()
  * Pass key frame flag from the device
  * Store packet flags in PTS most significant bits
  * Indent ifdef for clarity
  * Improve error message for unsupported usb hotplug
  * Do not duplicate relative mouse mode state
  * Fix USB device leak on connection error
  * Move prebuilt-deps/ to app/
  * Reorder release.mk recipes
  * Pass --buildtype=release as a single meson arg
  * Print libusb version on --version
  * Print both compiled and linked versions of libs
  * Move version handling to a separate file
  * Log device opening errors during listing
  * Mention --select-usb and --select-tcpip in README
  * Add option to select USB or TCP/IP devices
  * Introduce adb device selector
  * Execute adb start-server
  * Remove sc_adb_get_serialno()
  * Allow selecting a device from IP without port
  * Expose simple API to select a single adb device
  * Expose function to test if a serial is TCP/IP
  * Add adb devices parser
  * Refactor device configuration
  * List and select USB devices separately
  * Expose simple API to select a single USB device
  * Add move-function for sc_usb_device
  * Move SC_PRIsizet to compat.h
  * Rename function to destroy a list of USB devices
  * Add generic LOG() macro with level parameter
  * Remove LOGC()
  * Improve USB device open log
  * Inline USB device opening
  * Remove log_libusb_error()
  * Remove confusing sc_str_truncate()
  * Fix adb connect parsing
  * Fix adb get-serialno parsing
  * Fix adb getprop parsing
  * Fix adb device ip parsing
  * Store actual serial in sc_server
  * Simplify switch to TCPIP function
  * Build adb argv statically
  * Expose adb executable path publicly
  * Rename adb_command to adb_executable
  * Assert non-NULL serial
  * Assert "adb disconnect" is called with an argument
  * Remove useless undef
  * Remove screensaver log
  * Remove platform-tools installation suggestion
  * Use sc_ prefix for adb
  * Move ADB code to adb/
  * Simplify demuxer
  * Rename stream to sc_demuxer
  * Use sc_ prefix for recorder
  * Use sc_ prefix for decoder
  * Add missing spaces in help
  * Downscale and retry also on early MediaCodec error
  * Fix include for standard library header
  * Add warning in function documentation
  * Fix sc_str_truncate() documentation
  * Fix comment typo
  * Update FAQ.zh-Hans.md to v1.22
  * Update README.zh-Hans.md to v1.22
  * Update links to v1.22

OBS-URL: https://build.opensuse.org/request/show/962359
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=75
2022-03-19 09:33:11 +00:00
Duarte Pousa
63ef138d08 Accepting request 945575 from home:alarrosa:branches:hardware
- Update to version 1.21:
  * Bump version to 1.21
  * Clarify TCP/IP mode in README
  * Always synchronize clipboard on explicit COPY/CUT
  * Expose sync mode for injecting events
  * Move acknowledgment handling
  * Fix set_clipboard message log
  * Upgrade gradle build tools to 7.0.3
  * Add --raw-key-events
  * Use enum for key injection mode
  * Use static maps to convert input events
  * Fix code style in keyboard_inject
  * Improve HID keyboard documentation
  * Document --tcpip in README
  * Add --tcpip feature
  * Extract interruptible sleep for server
  * Add function to read an adb property
  * Add function to switch device to TCP/IP mode
  * Add function to find the device IP address
  * Add util function to remove trailing '\r'
  * Add util function to locate a column in a string
  * Workaround "adb connect" error detection
  * Add adb connect and disconnect
  * Add adb flag to disable execution error logs
  * Use flags for adb commands
  * Expose flags for process execution
  * Remove obsolete precision in README
  * Simplify Windows process inheritance configuration
  * Remove intermediate static functions from adb.c
  * Set CLOEXEC flag on sockets

OBS-URL: https://build.opensuse.org/request/show/945575
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=74
2022-01-11 13:07:56 +00:00
Duarte Pousa
5c72b5493f Accepting request 923374 from home:jonapap
- Update to version 1.19:
  * Bump version to 1.19
  * Retrieve correct error messages on Windows
  * Compute scrcpy directory manually
  * Fix typo in manpage
  * Use SOURCE_MOUSE for scroll events
  * Upgrade SDL (2.0.16) for Windows
  * Upgrade platform-tools (31.0.3) for Windows
  * Declare callbacks static
  * Add Simplified Chinese translation of FAQ
  * Add a FAQ section for Wayland support
  * Add README file in Turkish
  * Fix OBS project ref URL
  * Fix typo in DEVELOP.md
  * Fix type for assignment
  * Fix net_send_all()
  * Fix code style
  * Improve slope estimation on start
  * Add buffering debugging tools
  * Add clock tests
  * Add buffering command line options
  * Implement buffering
  * Notify new frames via callbacks
  * Extract current video_buffer to frame_buffer
  * Rename video_buffer to sc_video_buffer
  * Relax v4l2_sink lock constraints
  * Replace delay by deadline in timedwait()
  * Wrap tick API
  * Add missing error log
  * Move include fps_counter
  * Remove obsolete comment
  * Rename queue to sc_queue
  * Fix manpage formatting
  * Fix --lock-video-orientation syntax in help
  * Remove unnecessary calls to av_packet_unref()
  * Fix v4l2 data race
  * Initialize fields before starting a thread
  * Fix assertion race condition in debug mode
  * Initialize controller even if there is no display
  * Update scrcpy-server in install-release.sh
  * Update links to v1.18 in README and BUILD

OBS-URL: https://build.opensuse.org/request/show/923374
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=73
2021-10-06 06:34:29 +00:00
Duarte Pousa
5588dfe8af Accepting request 912188 from home:mnhauke:anbox
- Update to version 1.18:
  * Add support for Android 12.
  * Add support for V4L2 (device screen capture as a webcam).
  * Add an option to lock the initial video orientation.
  * Add an option to power off the device on close.
  * Bind 4th mouse button to APP_SWITCH.
  * Bind 5th mouse button to expand notification panel.
  * Expand settings panel on double-expand notification panel.
  * Push to /sdcard/Download by default.
  * Center the window on resize-to-fit.
  * Increase possible display id range.
  * Log input events in verbose mode.
  * Fix touch events parameters.
  * Fix left click on Samsung Browser.
  * Remove option --render-expired-frames.
  * Various technical fixes.

OBS-URL: https://build.opensuse.org/request/show/912188
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=72
2021-09-01 11:08:44 +00:00
Duarte Pousa
1b9ace18c2 Accepting request 887974 from home:benoit_monin
- Update to version 1.17
- Use meson_install macro to fix build

OBS-URL: https://build.opensuse.org/request/show/887974
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=71
2021-04-24 16:45:57 +00:00
Duarte Pousa
0b59405256 Accepting request 826835 from home:dirkmueller:branches:hardware
- Update to version 1.16:
  * Bump version to 1.16
  * Add pinch-to-zoom simulation
  * Add reference of the translations in README
  * Add Traditional Chinese translation for README
  * Fix clipboard paste condition
  * Revert "Inject WAKEUP instead of POWER"
  * Fix missing change of Ctrl key in README
  * Add packaging status
  * Update links to v1.15.1 in README and BUILD
  * Bump version to 1.15.1
  * Fix uninitialized repeat count in key events
  * Update links to v1.15 in README and BUILD
  * Bump version to 1.15
  * Upgrade FFmpeg (4.3.1) for Windows
  * Upgrade platform-tools (30.0.4) for Windows
  * Keep the screen off on powering on
  * Add --no-key-repeat cli option
  * Pass full options struct to static functions
  * Copy the options used in input manager init
  * Mention that MENU unlocks screen
  * Use <kbd> HTML tag for keys
  * Mention in README that Ctrl is forwarded
  * Update copy-paste section in README
  * Swap paste shortcuts
  * Add shortcuts for COPY and CUT
  * Change "resize to fit" shortcut to MOD+w
  * Remove "get clipboard" call
  * Set computer clipboard only if necessary
  * Set device clipboard only if necessary

OBS-URL: https://build.opensuse.org/request/show/826835
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=69
2020-08-31 20:32:38 +00:00
Duarte Pousa
fd4ca4b5e2 - Update to version 1.14:
* Mention how to turn the screen on in README
  * Update links to v1.14 in README and BUILD
  * Bump version to 1.14
  * Reactivate "turn device screen on" feature
  * Push clipboard text only if not null
  * Improve manpage formatting
  * Initialize a default log level
  * Upgrade platform-tools (30.0.0) for Windows
  * Paste on "set clipboard" if possible
  * Fix union typo

OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=68
2020-06-02 16:09:28 +00:00
Duarte Pousa
a24cb41d7f Accepting request 799883 from home:etamPL:branches:hardware
- update to 1.13
  * Add option to lock video orientation (#218, #1151)
  * Add shortcuts to rotate the display (#218, #1274)
  * Mirror secondary displays (#397, #898, #1177, #1238)
  * Enable trilinear filtering when possible (#40, #1284)
  * Add --render-driver parameter (#1284)
  * Accept --max-fps before Android 10 (#488)
  * Accept negative window position (#1242)
  * Use another local port if 27183 is not available (#945, #951)
  * Forward NumPad keys when NumLock is disabled (#1188)
  * Fix issues when directory contains non-ASCII chars on Windows (#1002)
  * Do not print irrelevant workarounds errors (#994)
  * Fix possible BufferUnderflowException on touch event (#1245)
  * Upgrade FFmpeg to 4.2.2 in Windows releases
  * Upgrade SDL to 2.0.12 in Windows releases

OBS-URL: https://build.opensuse.org/request/show/799883
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=67
2020-05-10 13:56:26 +00:00
Tomáš Chvátal
7c27c219ef Accepting request 779167 from home:ecsos
- Update to 1.12.1
  * Fix bit-rate parsing when "long" is 32 bits (#995)
- Changes from 1.12.0
  * Add shortcut (Ctrl+r) to rotate device screen (#11)
  * Respect scrolling configuration on macOS (#966)
  * Initialize Application object (fix crashes on some devices) (#940)
  * Restore the .jar extension on the device (fix crashes on some
  * devices) (#944)
  * Inject mouse events with a virtual device id (fix crashes on some
  * devices) (#962)
  * Refuse to push server if it points to a directory (#956)
- Run spec-cleaner.
- Update to version 1.11:
  * Add support for touchscreens/multitouch (#22, #865)
  * Add --max-fps to limit the frame rate (Android 10 only) (#488)
  * Add options to set an initial window size and position (#762)
  * Add option to disable window decorations (#762)
  * Add --prefer-text option (#650)
  * Add manpage
  * Fix copy-paste on Android 10 devices (#796)
  * Fix "turn screen off" on Android 10 devices (#835)
  * Fix clicks not working in some games (#635)
  * Fix device rotation while the window is maximized (#750)
  * Fix scrcpy-noconsole.exe (#691)
  * Fix HiDPI support (#829)
  * Fix segfault on empty file recorded (#918)
  * Fix recorded video to avoid crashes in Adobe Premiere (#702)
  * Fix segfault on recording with old FFmpeg versions (#707)
  * Fix several crashes on some devices (like Meizu) (#240, #365, #921)
  * Upgrade FFmpeg to 4.2.1 in Windows releases
  * Upgrade platform-tools to 29.0.5 (adb) in Windows releases

OBS-URL: https://build.opensuse.org/request/show/779167
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=66
2020-03-03 08:51:28 +00:00
Duarte Pousa
073cfeb404 Switch to release branch, adjust versioning
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=63
2019-08-05 11:23:02 +00:00
Duarte Pousa
54f27708b0 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=62
2019-08-03 17:28:31 +00:00
Duarte Pousa
35ce97a542 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=60
2019-07-14 14:51:04 +00:00
Duarte Pousa
f88e886cf0 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=59
2019-06-27 20:45:42 +00:00
Duarte Pousa
2840f5feb8 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=58
2019-06-22 10:49:21 +00:00
Duarte Pousa
a7f33ea5ed Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=57
2019-06-15 22:06:50 +00:00
Duarte Pousa
06db9c2cf6 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=56
2019-06-10 11:01:12 +00:00
Duarte Pousa
32b6f247ee Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=55
2019-05-27 12:51:42 +00:00
Duarte Pousa
f0e8edd50c Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=54
2019-05-24 14:05:16 +00:00
Duarte Pousa
44e9e92f8f Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=53
2019-05-13 12:45:57 +00:00
Duarte Pousa
34dc042bbf Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=52
2019-05-06 12:39:19 +00:00
Duarte Pousa
3bb99eaf07 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=50
2019-04-03 19:01:02 +00:00
Duarte Pousa
ca9a41a870 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=49
2019-03-30 14:37:04 +00:00
Duarte Pousa
c6e960a73c Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=48
2019-03-25 13:43:46 +00:00
Duarte Pousa
a83a412ae5 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=47
2019-03-11 13:31:52 +00:00
Duarte Pousa
54be8f7815 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=46
2019-03-09 17:32:45 +00:00
Duarte Pousa
90eec5f04a Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=44
2019-03-03 15:32:26 +00:00
Duarte Pousa
3e5bb561ab Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=43
2019-02-16 21:07:38 +00:00
Duarte Pousa
d9531effe8 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=41
2019-01-27 21:28:51 +00:00
Duarte Pousa
9eb85d8da1 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=40
2019-01-22 13:23:27 +00:00
Duarte Pousa
f4d37f3f87 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=39
2019-01-21 13:48:24 +00:00
Duarte Pousa
64ac261c78 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=38
2019-01-18 13:54:06 +00:00
Duarte Pousa
cc72d18d9e Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=37
2018-11-25 22:02:07 +00:00
Duarte Pousa
fb2fc282ae Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=36
2018-11-19 13:29:22 +00:00
Duarte Pousa
6e4eb4c0fb update server jar to latest release
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=28
2018-11-18 20:43:11 +00:00
Duarte Pousa
08a89cba57 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=26
2018-11-17 22:19:12 +00:00
Duarte Pousa
377c26888c Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=25
2018-11-13 21:32:08 +00:00
Duarte Pousa
4d93b30ac3 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=24
2018-11-12 13:58:01 +00:00
Duarte Pousa
328bef0b22 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=23
2018-11-11 12:33:04 +00:00
Duarte Pousa
176287f4c1 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=22
2018-11-10 16:44:09 +00:00
Duarte Pousa
f1bf8bd09c Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=21
2018-11-01 23:10:04 +00:00
Duarte Pousa
75ba7802c2 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=20
2018-10-30 14:02:36 +00:00
Duarte Pousa
a2e96ffecc Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=19
2018-10-25 23:13:16 +00:00
Duarte Pousa
9b0bd43bec Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=18
2018-10-22 18:09:40 +00:00
Duarte Pousa
b6c90481e7 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=16
2018-10-10 12:40:14 +00:00
Duarte Pousa
1bb3bf4c07 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=15
2018-10-05 11:37:29 +00:00
Duarte Pousa
faff3480b2 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=14
2018-09-20 12:27:31 +00:00
Duarte Pousa
3acce0f991 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=13
2018-08-21 07:39:02 +00:00
Duarte Pousa
c3bba9377d Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=12
2018-08-17 20:29:29 +00:00
Duarte Pousa
a231404879 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=11
2018-08-16 13:20:18 +00:00