Commit graph

178 commits

Author SHA1 Message Date
Cristian Luis Duarte
61d1bf7bf7 Android - Show names of screens when going back in the Main screen (Home-Login-Friends) 2018-06-14 21:06:40 -03:00
Cristian Luis Duarte
248be87fa3 Android - First list of friends implementation in List of Friends 2018-06-14 15:19:21 -03:00
Cristian Duarte
440ba7a6de Add a friends fragment and expose the access token to java 2018-06-12 19:46:59 -03:00
Stephen Birarda
112abc9d7e
Merge pull request #13148 from birarda/feat/new-version-numbers
add SHA to PR/master version, add build_type (stable/master/pr/dev)
2018-06-08 14:44:22 -07:00
Sam Gondelman
c7f05d96b4
Merge pull request #13309 from Cristo86/android_crashes_domains
Android - Double Click crash and dev-mobile crash with Pixel XL
2018-06-08 13:36:53 -07:00
Sam Gondelman
87e6df3cba
Merge pull request #13319 from Cristo86/android_search_untagged
Android - Allow search among protocol compatible user stories and not only tagged ones
2018-06-08 10:59:33 -07:00
Cristian Luis Duarte
293388ebc2 Android - Allow search among protocol compatible user stories and not only tagged ones 2018-06-06 19:26:13 -03:00
Sam Gateau
c145c0c1b8
Merge pull request #13186 from SamGondelman/etc2comp
Android: Local texture compression using Etc2Comp
2018-06-06 11:13:50 -07:00
Gabriel Calero
85c6202e80 Workaround for android < Oreo 2018-06-01 17:11:14 -03:00
Gabriel Calero
459991988c Fix NullPointerException introduced with the workaround 2018-06-01 15:48:57 -03:00
Gabriel Calero
b2fe5a6d63 Workaround for android buffer corruption issue 2018-06-01 15:00:00 -03:00
Sam Gondelman
ae3b933a80 Merge branch 'master' into etc2comp 2018-05-30 17:17:03 -07:00
Gabriel Calero
a36c41fc13 Make APK release signature optional 2018-05-30 12:43:44 -03:00
Cristian Luis Duarte
c0c246c934 Merge remote-tracking branch 'hifi/master' into android_crashes_domains 2018-05-28 17:14:58 -03:00
Gabriel Calero
8c6166d6e5 Change gradle configuration to sign release apk. Remove Daydream intent from AndroidManifest 2018-05-25 17:42:41 -03:00
Cristian Duarte
ab293376fd Android - fix crash when double clicking a domain 2018-05-24 18:00:22 -03:00
Stephen Birarda
c3595a3216 pass STABLE_BUILD instead of BUILD_BRANCH through cmake 2018-05-24 12:03:03 -07:00
Andrew Meadows
288efb1f93 remove cuft 2018-05-24 11:30:12 -07:00
Andrew Meadows
14f776cfb7 upgrade android bullet dependency to 2.88 2018-05-24 11:28:52 -07:00
Andrew Meadows
30b2eb0740 update android glm dependency to 0.9.8.5 2018-05-23 14:52:28 -07:00
Andrew Meadows
d95371ae79 HACK: bypass android's baseUrl inflexibility 2018-05-23 14:52:28 -07:00
Sam Gondelman
6e7282bbb8
Merge pull request #13183 from Cristo86/android_search_mobile_domains
Filter domains by tag 'mobile' in Search (Android)
2018-05-21 13:16:46 -07:00
Gabriel Calero
054e6041af Code review changes 2018-05-18 19:43:41 -03:00
Gabriel Calero
85cff19020 Use domain thumbnail for the last visited location 2018-05-18 18:32:04 -03:00
SamGondelman
12b91a2ab7 compress skyboxes 2018-05-18 13:18:43 -07:00
Gabriel Calero
7a6b7b8ba3 Add Your Last Location in Android Home 2018-05-18 12:26:41 -03:00
Gabriel Calero
e10b716507 Revert audio fix 2018-05-17 14:26:36 -03:00
Gabriel Calero
5a73da6fdf Bugfix: stop audio when app starts 2018-05-17 14:05:49 -03:00
Gabriel Calero
8741c5e6a4 Make haptic pulse duration configurable in VirtualPadDevice 2018-05-17 11:37:13 -03:00
Gabriel Calero
65a9b98b97 Use android.os.Vibrator to perform haptic feedback in Android 2018-05-16 20:07:10 -03:00
Gabriel Calero
5370cb7725 Change login option UI 2018-05-16 18:15:31 -03:00
Cristian Luis Duarte
49f4ce9053 Android - Filter domains by tag 'mobile' in Search 2018-05-16 18:15:11 -03:00
Gabriel Calero
fe5da24483 Fix spaces 2018-05-16 15:12:42 -03:00
Gabriel Calero
5afc9c6df3 Merge remote-tracking branch 'upstream/master' into android_new_login 2018-05-16 12:45:17 -03:00
Gabriel Calero
4a3001be18 Fix clipping on the right edge of login italic text views 2018-05-15 18:21:37 -03:00
SamGondelman
6b268191c8 local compression, patched etc2comp 2018-05-15 14:05:21 -07:00
Gabriel Calero
306b8cc68a Set HomeActivity transparent to avoid texture corruption (black and white) 2018-05-15 15:14:17 -03:00
Cristian Luis Duarte
97a493d113 Android - Delay workaround to avoid joystick/controls issues 2018-05-14 14:41:31 -03:00
Gabriel Calero
0f8c666647 Trying to fix virtualpad textures corruption 2018-05-11 19:50:00 -03:00
Gabriel Calero
9b5da09dc7 Fix connection issue syncing two AccountManagers 2018-05-11 18:08:56 -03:00
Gabriel Calero
db460e9856 Put back the worker thread for account manager in android 2018-05-11 16:09:40 -03:00
Gabriel Calero
b2bedc4099 Merge branch 'android_places_goto' of https://github.com/Cristo86/hifi into android_places_goto 2018-05-10 18:22:41 -03:00
Cristian Luis Duarte
f30908fb26 Android - Remove delay starting Home + Change default joystick flag 2018-05-10 18:21:33 -03:00
Gabriel Calero
c6f93a17eb Fix freeze when quitting the app trough back button 2018-05-10 18:01:50 -03:00
SamGondelman
437fa25f6e Merge remote-tracking branch 'upstream/master' into etc2comp 2018-05-09 14:30:53 -07:00
Gabriel Calero
b0fee3fd8b Improve code based on changes requested in the PR 2018-05-09 11:06:32 -03:00
SamGondelman
07600f2a81 add etc2comp dependency on desktop and android 2018-05-08 17:30:48 -07:00
Gabriel Calero
f21ef30d85 Restore back the fix for joystick texture corruption 2018-05-08 17:24:49 -03:00
Gabriel Calero
5e337e90a3 Deactivates display plugin when qt app goes to background 2018-05-08 16:55:04 -03:00
Gabriel Calero
da69c9d077 Make qt application not stop in background and remove separete thread 2018-05-08 15:45:33 -03:00