2121 Commits

Author SHA1 Message Date
Cameron Gutman
9ef577dbdd Update UI for add PC 2014-11-07 23:09:45 -08:00
Cameron Gutman
982ecbc015 Improve the look of the buttons and PC view UI 2014-11-07 22:28:07 -08:00
Cameron Gutman
7e44b5abd5 Remove margins from landscape pc view 2014-11-07 01:20:55 -08:00
Cameron Gutman
6dbb1a0c1f Fix UI performance issues 2014-11-07 01:18:14 -08:00
Cameron Gutman
94b1c04fa6 GridView WIP 2014-11-07 00:27:58 -08:00
Cameron Gutman
9758276f1c Use the normal margins for AddComputerManually 2014-11-06 22:30:10 -08:00
Cameron Gutman
971263c52d Update common v2.9.0.1 2014-11-06 22:14:12 -08:00
Cameron Gutman
2cc2d05c2f Display the app name instead of "starting app" 2014-11-06 20:48:08 -08:00
Cameron Gutman
1df03e137b Make network packet loss toast more tolerable 2014-11-06 20:40:33 -08:00
Cameron Gutman
9b58e7bb4d Fix right clicking inconsistency on different devices 2014-11-06 20:38:29 -08:00
Cameron Gutman
69ecf0251d Forgot one activity 2014-11-06 20:07:59 -08:00
Cameron Gutman
350a4d8825 Add a helper class to perform initial UI fixups (currently adding padding on TV devices) 2014-11-06 20:07:01 -08:00
Cameron Gutman
44f447df7b Remove some old layout cruft 2014-11-06 20:01:32 -08:00
Cameron Gutman
e8c4df4897 Add new Material-style launcher assets v2.9 2014-11-06 09:29:28 -08:00
Cameron Gutman
5ee16124bc Add new banners from phantom-playR 2014-11-05 18:50:40 -08:00
Cameron Gutman
8702ac72f0 Update readme 2014-11-05 18:43:16 -08:00
Cameron Gutman
004552ec30 Update version 2014-11-02 21:24:52 -08:00
Cameron Gutman
2f28400234 Update option text 2014-11-02 21:20:01 -08:00
Cameron Gutman
78d213d686 Fix thread spawning issue and remove some dead code 2014-11-02 21:16:09 -08:00
Cameron Gutman
1a71dda243 Add support for local audio playback mode 2014-11-02 20:55:15 -08:00
Cameron Gutman
b0169b0edf Use a builder for StreamConfiguration to avoid further breaking changes to the constructor. Add support for local audio playback mode. 2014-11-02 20:52:09 -08:00
Cameron Gutman
21822f259c Significantly improve speed of PC list updates 2014-11-02 14:30:06 -08:00
Cameron Gutman
ae79f03e61 Add a hashCode function for ComputerDetails 2014-11-02 14:22:03 -08:00
Cameron Gutman
4f79607015 Fix full-screen theme 2014-11-02 13:41:35 -08:00
Cameron Gutman
d8576d4c50 Auto-adjust bitrate when resolution/FPS changes 2014-11-02 13:25:43 -08:00
Cameron Gutman
2f4042da8f Pull preferences into their own class 2014-11-02 13:05:17 -08:00
Cameron Gutman
c1397e331b Finish GUI for all preferences supported by the old preferences views 2014-11-02 12:10:21 -08:00
Cameron Gutman
cd182b3265 Begin work on new preferences UI and massive code cleanup of settings-related activities 2014-10-30 01:27:43 -07:00
Cameron Gutman
28f2d7b84a Remove lint.xml 2014-10-30 00:25:32 -07:00
Cameron Gutman
e8de7908fd Fix a bunch of static analysis warnings 2014-10-30 00:21:34 -07:00
Cameron Gutman
419c4c5592 Fix warning in JNI code 2014-10-29 23:57:11 -07:00
Cameron Gutman
a9a8346f58 Fix app label 2014-10-29 23:42:37 -07:00
Cameron Gutman
7e1b3f861f Remove superfluous manifest information 2014-10-29 23:12:31 -07:00
Cameron Gutman
f4204e1268 Add missing version info 2014-10-29 23:05:34 -07:00
Cameron Gutman
60f35cd0aa Start of work to get both root and non-root versions building in the same branch/project 2014-10-29 22:47:47 -07:00
Cameron Gutman
bbcdaa94a1 Remove and ignore compiled JNI libraries 2014-10-29 21:55:54 -07:00
Cameron Gutman
8f6e8c00ef Replace BouncyCastle and Jcodec jars with Maven repo dependencies 2014-10-29 21:52:13 -07:00
Cameron Gutman
24cb347b10 Add license back 2014-10-29 21:39:05 -07:00
Cameron Gutman
d1b4e9464f Fix iml files 2014-10-29 21:19:17 -07:00
Cameron Gutman
18f7bfab7f Add some other files that weren't migrated with the project 2014-10-29 21:17:03 -07:00
Cameron Gutman
d84b4bcf9a Initial migration to Android Studio 2014-10-29 21:16:09 -07:00
Cameron Gutman
57d919798a Merge branch 'root'
Conflicts:
	AndroidManifest.xml
2014-10-28 20:42:00 -07:00
Michelle Bergeron
efeeebb0a2 fix grammar and limelight windows link 2014-10-23 01:33:20 -04:00
Cameron Gutman
77a587abe8 Fix box art URL 2014-10-22 21:24:11 -04:00
Cameron Gutman
bc1409ba6c Increment version 2014-10-21 19:24:43 -04:00
Cameron Gutman
6f05b2af8a Attempt to detect Exynos 4 to apply the bitstream fixup code 2014-10-21 19:20:54 -04:00
Cameron Gutman
d441bef33e Merge branch 'master' into root
Conflicts:
	libs/limelight-common.jar
2014-10-17 23:42:51 -07:00
Cameron Gutman
7b1f6ee483 Update common and disable the new renderer for now v2.5.7 2014-10-17 22:49:36 -07:00
Cameron Gutman
7f587dc389 Thread priority tweaks: Ensure renderer threads have higher priorities than the receive threads. Increase the priority of the resync thread to just below the video renderer so the control packet can be emitted ASAP. Lower the priority of the loss stats thread. Increase the priority of the input thread slightly above normal. 2014-10-17 17:03:58 -07:00
Cameron Gutman
332960922a Small addendum to the timestamp fix 2014-10-17 15:54:07 -07:00