Gaia/Team/Taipei
Jump to navigation
Jump to search
Gaia teams in Taipei, Taiwan
People
Alphabetically ordered by ID.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Interns
![]() |
Alumni
![]() |
![]() |
Weekly Update
NOTE
Nothing is committed until it lands in a release :) .
These are the features mainly driven by the Taipei teams, in cooperation with other teams in Taipei and around the world. We are not meant to take all the credit :)
Tim
- Read my Bugzilla profile
- Open bugs assigned to me (ASSIGNED = current working on; NEW = backlog)
Topic status
- bug 936724 - download keyboard dictionary/include all layouts in Nightly etc:
- Model and views are completed with view unit tests left. Will start working on top of bug 1115644.
- Working with Greg on lock screen state machine in bug 1115311
- Completed the initial feedback.
- Talking with Rudy on keyboard app view arch
- Waiting for the next update from Rudy (?)
- Talking with Ricky on build script nodejs plans
- Waiting for Ricky to share the first draft of the plan.
- Attending audio channel meetings
- Looks like meetings got cancelled? What's the progress here?
Rudy
Last week
Keyboard rendering refactoring
- bug 1100792 - Re-organize the view hierarchy of keyboard.
- got the a11y test passed, landed.
- bug 1115247 - Create ViewManager to replace render.js.
- unit tests done, got r+, waiting for CI to re-run.
- bug 1122453 - Re-organize the APIs in ViewManager.
- WIP, need to go over the APIs to think what can be improved.
Keyboard integration tests
- bug 1123250 - Re-organize the lib files used for keyboard integration tests.
- WIP.
Code Reviews
Brainstorming sessions
- Virtual companion.
- communication within mesh network, without internet.
This week
Keyboard rendering refactoring
- bug 1115247 - Create ViewManager to replace render.js.
- bug 1122453 - Re-organize the APIs in ViewManager.
Keyboard integration tests
- bug 1123250 - Re-organize the lib files used for keyboard integration tests.
- Improve keyboard integration tests.
Emoji layout
- bug 1100779 - Create SwipeableLayoutPageView component.
Topic status
- Keyboard integration test
- Keyboard Roadmap
Ian
- Open bugs assigned to me (ASSIGNED = current working on; NEW = backlog)
Last week
- bug 1102796: [Bluetooth] bluetooth app support AMD for BT v2 API implementation
- (add unit tests, in review)
- bug 1102798: [Bluetooth] Implement pairing flow in Bluetooth app to support BT v2 API
- ([WIP], pairing confirmation method is working.)
- (File bug 1119734 for blocking via no pairing dom request.)
- (File bug 1120842 for blocking pairing with headset.)
- (File bug 1121404 for incorrect number of paired devices.)
- (File bug 1121334 for no device name from paired event.)
- bug 1070823: [Bluetooth][Settings] bluetooth panel support BT v2 API
- (add unit tests, first review done, will need second review)
- bug 1123602: [Media Storage] After enable UMS and plug->unplug USB cable, "SD Card" option added on Default Media Location even when no SD card or inserted an unreadable SD card
- (fixed, 2.1/2.2?)
This week
- bug 1070823: [Bluetooth][Settings] bluetooth panel support BT v2 API
- (Revise patch per first review. Will request second review.)
- bug 1102796: [Bluetooth] bluetooth app support AMD for BT v2 API implementation
- (in review)
Topic status
- Bluetooth:
- WebBluetooth-v2: Plan to implement Settings::Bluetooth for new API.(https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2)
- Tracking Meta Bug: bug 1072721: (Gaia-BT-v2-API) (Gaia-Bluetooth-Support-v2-API)[Gaia][Bluetooth][v2 API][Meta]
- Ready Functionality: enable, visible, discovery found/paired devices, devices list
- Reorganise notification of file transfer
- bug 988116: Bluetooth file transfer leaves too many notifications(on discussion)
- WebBluetooth-v2: Plan to implement Settings::Bluetooth for new API.(https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2)
- SD Card management:
- Spec. https://bugzilla.mozilla.org/show_bug.cgi?id=921105#c23
- Follow up for enable/disable mount/unmount button since attribute "isRemovable" is landed(bug 1033952).
- Spec. https://bugzilla.mozilla.org/show_bug.cgi?id=921105#c23
- NFC share files via Bluetooth:
- Follow up for https://bugzilla.mozilla.org/show_bug.cgi?id=998175#c20
- Provide id for NFC file sending.
- Have to find out a way for race condition.
- Follow up for https://bugzilla.mozilla.org/show_bug.cgi?id=998175#c20
Steve
Last week
- 2.2 blocker
- (Landed)bug 1118215 - [Messages] ThreadUI.init takes too much time
- Remove the recipients initialization from the call path.
- (Landed)bug 1118963 - [Messages][SMS] Keyboard Lingers in thread list after Group Message, breaks UI when used
- Some regression from bug 1033334
- (Landed)bug 1118215 - [Messages] ThreadUI.init takes too much time
- SMS performance stuff
- (Pending)bug 1084298 - [Messages] Decoupling the all inputs query logic from DOM tree structure
- Pending for other performance profiling.
- (Reviewing)bug 1091441 - [Messages] the thread view is flashing while loading if there are MMS
- Some side effect and request review again.
- (Ongoing)bug 1089154 - [Messages] investigate scoping CSS rules
- After removing all the possible psuedo classes in message/shared, the overall time from content loaded to view ready could reduce around 30ms. Some selectors in shared styling(action menu/edit mode) might be the root cause.
- (Pending)bug 1084298 - [Messages] Decoupling the all inputs query logic from DOM tree structure
- Cell Broadcast/CMAS
- (Unassigned)bug 1118154 - [FFOS7715 v2.1] [dolphin] FFOS can not receive Cell Broadcast messages on SIM2
- Partner's modem issue. Bevis will cowork with partner first.
- (Unassigned)bug 1118154 - [FFOS7715 v2.1] [dolphin] FFOS can not receive Cell Broadcast messages on SIM2
This week
- 2.1 blocker
- bug 1091511 - [Flame][v2.1][Message]The number/email or URL can't be tapped if there is full-width text in this message.
- Confirmed with UX that treat all the non-ascii char as the valid prefix fro url/email/phone string matching.
- bug 1091511 - [Flame][v2.1][Message]The number/email or URL can't be tapped if there is full-width text in this message.
- Still performance issues
- bug 1091441 - [Messages] the thread view is flashing while loading if there are MMS
- Fix and Land this week
- bug 1089154 - [Messages] investigate scoping CSS rules
- Try to replace the pseudo classes in shared BB.
- bug 1091441 - [Messages] the thread view is flashing while loading if there are MMS
- V3 newnew FXOS group prototyping
Topic status
- Message planning for this sprint: https://etherpad.mozilla.org/sms-planning
Dominic
Last week
- Music
- bug 1095382 - It will stop playing the song with its total time messed up after you dragging the seek icon to the end of progress bar. (fixed+, 2.2+)
- Landed on master and requested for 2.2 approval.
- bug 1117047 - [performance]The first time we launch music app after the device is powered on,it starts slow.
- Tested the patch and gave feedback to the partner's dev, it's a nice patch and probably we can also pick it up for master.
- bug 1095382 - It will stop playing the song with its total time messed up after you dragging the seek icon to the end of progress bar. (fixed+, 2.2+)
- Audio channel services weekly sync up.
- V3 group: Prototyping the NEW NEW Firefox OS
- Concept and wireframes: https://wireframe.cc/pro/pp/713b95f4414498 (not ready yet).
- Reviews and needinfos.
This week
- Audio channel services weekly sync up.
- We will have a vidyo chat with :baku and discuss about the schedule and things.
- Music
- bug 1072642 - (2.2+) back to this OTA issue which was forgotten by me.
- V3 group: Prototyping the NEW NEW Firefox OS
Topic status
- Music refactoring meta bug is filed in bug 1053677.
- bug 1055043 - [Music] modularize the views. (landed)
- bug 1055049 - [Music] modify of the dom layout and the page transitions (working on).
- bug 1012613 - [Music] Proposal for splitting the Music app into UI and Player.
- Sound UX update:
- bug 991026 - (Meta) Sound and audio channel volume spec.
- Audio competing
- Meetings for REQ for Multimedia platform.
Alive
Last week
- bug 1098168 - Implement BaseIcon
- Found strength update issues and fixed, waiting qa feedback
- bug 1121356 - Implement DataConnectionManager & RoamingWarningDialog
- patch is done, r?=mhenrety
- bug 971488 - Instantiable FtuLauncher
- patch is done, waiting bug 1098168 to land
- bug 1121884 - [Flame][Camera]The minimized calling bar will partially cover the 3 camera setting icons at top of view finder.
- r?=etienne
- bug 1124816 - [Everything.Me][Smart Collections] User will run into a black screen when adding a smart collection to the homescreen
- r?=etienne
Todo
- bug 1124346 - [Windows Management][Edge Swipe] Tapping near the edge of the screen will cause the picture(s) to blink / flash when in the Gallery or Music App.
- bug 1125023 - setNFCFocus(false) is called when ShrinkingUI pops up
Topic
- Multiple screen - remote system app WIP
- v3 refinement meetup: 2/9-2/20@Paris
Arthur
Done
- 2.2+
- bug 1119024 - [Settins][SIM Managment] SIM preference for Outgoing Calls / Messages resets to SIM 1 after setting them to 'Always Ask', closing the Settings app and then returning to Settings > SIM Manager. (landed)
- Patch reviewing
- bug 1102796 - [Bluetooth] bluetooth app support AMD for BT v2 API implementation
- Suggest to return a promise from async functions.
- bug 1102796 - [Bluetooth] bluetooth app support AMD for BT v2 API implementation
- Partner issues
- bug 1119735 - [FFOS7715 v2.1]Need to added the apns in 'ril.data.cp.apns' into the settings apnlist (WIP)
- Proposed patch was provided. Jose suggested to clarify the UX behavior first.
- bug 1119735 - [FFOS7715 v2.1]Need to added the apns in 'ril.data.cp.apns' into the settings apnlist (WIP)
To do
- bug 1119178 - [Flame][Settings]The Date&Time is changed while you enter Settings->Date&Time after turning on airplane mode and then restarting device. (WIP)
- To clarify how gecko manipulate the auto time and time zone related settings when network is not available.
- bug 1119735 - [FFOS7715 v2.1]Need to added the apns in 'ril.data.cp.apns' into the settings apnlist (WIP)
- Help on gaia work related to Bluetooth API v2.
- Blockers if any.
Topic status
- Settings roadmap - https://wiki.mozilla.org/Gaia/Settings
Evan
Last week
- bug 1093516 - [System2] Migrate AppUpdate/InstallDialog to SystemDialog
- Had a WIP patch, and debugging issues of reusing system dialog module.
- Audio Channel Management
- The performances of new and old architectures in gecko are almost same.
- Retrospective
- How to work more closely?
- Prepared V3 pitch
- Project Mille: http://goo.gl/QTEoKi
Next week
- bug 1093516 - [System2] Migrate AppUpdate/InstallDialog to SystemDialog
- Send feedback? request this week.
- Meeting with baku for Audio Channel Management API (1/21)
- We will have a schedule of the implementation.
- Prepare and pitch V3 idea
- We will pitch at 09:00 AM on 1/23 (CTS).
- https://docs.google.com/a/mozilla.com/spreadsheets/d/11clQlnb8bcrMsJFURaS49S1fNWD6nufswKXcx7J-tk8/edit?pli=1#gid=226828680
Fred
Last week
- PTO(Mon/Tue)
- reconnect nearby people pitch
- [f+], bug 1122327 - [System][Bluetooth] Make BT profile connection independent from API version
- get f+, fix gij bugs, blocked by bug 1098168 (statusbar icon)
- bug 1093084 - make system/js/bluetooth v2
- refactor/add more tests and make sure the receiving test send from android works
This week
- [r+], bug 1125735 - [Bluetooth][System] updateConnected is not functional
- [r+x2], mozTech article
- edit based on reviewer's quest
- bug 1093084 - make system/js/bluetooth v2
- rebase and work with current master
Topic status update
Bluetooth APIv2:
- bug 1088591 track system related porting work
- bug 1093084 - make system/js/bluetooth v2
Settings2 (pending):
- refactor developer panels
- bug 969264 to track rest marionette tests and panel refactor works
- bug 973432 49 panel refactored, 8 panel set refactor bugs remain
Nearby Web:
- Idea submission with pitch: idea slide
- Idea submission: WebAPI cross the platform via Cordova plugin
- Idea submission with pitch: |reconnect nearby people
- Idea submission: Device as the web
George
Last week
- (System) - (bug 1092894) - implement nfc core - r?
- waiting for review
- (System) - (bug 1120519) - (CopyPasteTest) JS marionette test to control caret - landed
- added caret method and also test,
- (System) - (bug 1119723) - [Flame][Homescreen]A partial facebook view overlaps on the top left corner of home screen. - landed
- (System) - (bug 1120013) - [Camera][Text Selection] Camera app to follow text selection pattern - landed
- (System) - (bug 1119704) - Broadcast focus event in hierarchyManager - wip
This week
- (System) - (bug 1092894) - implement nfc core
- Once landed, I will implement tests and file follow-up bugs for refining nfc_manager nfc_handover_manager and nfc_handler.
- (System) - (bug 1120514) - (CopyPasteTest) Complete Gi tests
- (System) - (bug 1119704) - Broadcast focus event in hierarchyManager
Topic status update
- Copy-paste's META bug (bug 1023688)
Greg
Last week
- bug 1115311 - [LockScreen] (State-Component) Land Clock widget in the current codebase
- need to refresh the patch again and wait for the final review
- need to create the new ClockSource to solve the delay-to-tick issue
- slightly refactor the Process to make it more clear
- document it (now the file contains more comments than the code)
This week
- Make sure the Clock widget works again with the new Process.
- The new design of LockScreen component state machine is now used for the LockScreenConnectionInfoManager, in order to verify this pattern works for different scenario & requirements, not only for the clock widget. However, the basic discussions & patch should keep ongoing, and after that this part could be land as another individual patch, which would not block the first part (the basic facilities & clock widget).
- For LockScreenConnectionInfoManager the refactoring work now is ready for testing on real device. There would be lots of debugging works needed to be done.
Topic status update
NO INTERESTING UPDATES
EJ
Last week
[Settings]
- bug 1112484 - [Settings] Show/hide FDN settings based on the availability
- landed
- bug 1119709 - [FxOs2.2][Settings]The security word is turned in Settings-> Internet Sharing
- landed
- bug 1118182 - [Flame][Dialer]It can't enter corresponding settings page when you tap "Voicemail" and "Fixed Dialing Numbers".
- landed
- bug 1118095 - [Settings][Dialog] In RTL languages, the fading animation of dialog is wrong
- landed
- bug 1106835 - [Settings][RTL] Follow-up bug, Fixed security translations with a proper way
- landed
[Review/Feedback]
- bug 1117710 - [FFOS2.0][Woodduck][WIFI]WIFI signal strength icon does not matched with the strength shown on status bar.
- Reviewing this patch
This week
[Bugs]
- Settings
- bug 1107696 - [WiFi] Cannot connect to hidden network after initial connection, known network appears as "not in range"
- WIP ready, waiting for Arthur's review
- bug 1123188 - [Flame][Dialer]It can't enter corresponding settings page when you tap "Voicemail" and "Fixed Dialing Numbers".
- WIP ready, waiting for Arthur's review
- bug 1120351 - [Flame][Settings]Device can't enter any item in Settings page.
- Found the problem, proposed some possible solutions and waiting for UX's feedback.
- bug 1123892 - [RTL] [Settings] Brightness Slider is missing under Display
- Found the root cause coming from Gecko, so for Gaia aspect, we don't have to do anything else.
- bug 1119696 - [FFOS2.0][Woodduck][Voicemail]MS go to another SIM when set the voicemail number.
- With WIP and is testing whether this patch fixes the problem.
- Others
- bug 1107431 - [Flame][First Time Experience]DUT is always in connecting status. if you join a hidden network via FTU.
- Helped to find some useful logs and passed the bug back to FTU owner.
[Review/Feedback]
- bug 1120733 - [Privacy Panel] The Back arrow button disappears after doing some actions
- Gave f+ and is ready to review this patch.
- bug 1117710 - [FFOS2.0][Woodduck][WIFI]WIFI signal strength icon does not matched with the strength shown on status bar.
- Gave r+
- bug 1115797 - Extend languages list in Settings with Langpack provided locales
- Gave r+
- bug 1120733 - [Privacy Panel] The Back arrow button disappears after doing some actions
- Gave r+
- bug 1119024 - [Settins][SIM Managment] SIM preference for Outgoing Calls / Messages resets to SIM 1 after setting them to 'Always Ask', closing the Settings app and then returning to Settings > SIM Manager.
- Gave r+
- bug 1124367 - Don't say "root" to enable full DevTools debugging
- Gave r+
Topic status update
[Settings]
- [META] bug 1103801 - (settings-dialog) [META] use settings dialog to show specific panels
- We will try to fix all of these bugs before v2.2
- [META] bug 1071891 - (settings-rtl) [META] [RTL] Settings
[V3 brainstorming]
- draft : http://goo.gl/RZzNgF
Ricky
Last meeting
[Build System]
- [WIP] bug 1089710 - Upgrade to B2G Desktop 36
- Waiting for bug 1101331 to be solved.
- [Fixed] bug 1059455 - Un-hide the Gaia Build tests when they meet visibility standards
- Gb default is visible.
- [Fixed] bug 1059449 - Un-hide Gaia Build Unit tests when they meet visibility standards
- Gbu default is visible.
- [Fixed] bug 968654 - (build-refactoring) [meta] Refactoring gaia build system
- [Fixed] bug 972228 - Verify default file content in non-distribution test
- Add build test scripts for apps. Got r+ from George and landed.
- [Fixed] bug 972228 - Verify default file content in non-distribution test
- [WIP] bug 955988 - [meta] Running build scripts on node.js
- Completed webapp-zip and working on multi-locales and jsdom parsing.
This meeting
[Build System]
- [WIP] bug 1089710 - Upgrade to B2G Desktop 36
- Tracking dep bug 1101331.
- [WIP] bug 955988 - [meta] Running build scripts on node.js
- Completed webapp-zip and working on multi-locales and jsdom parsing.
- [WIP] bug 1125031 - The build_stage should be final stage before packaging
- No progress on it.
Topic status
- https://wiki.mozilla.org/Gaia/Build/Roadmap#First_half_of_2015
- Planing "Refactoring build script to NodeJs" https://wiki.mozilla.org/Gaia/Build/RefactoringToNodejs
John
> Last Sum-up
Input Management & Keyboard
- bug 1115644 - Implement RootPanel for KeyboardSettingsApp | WIP
- Finished second round of feedback. Amended the patch and was writing tests, for final review.
Review/Feedback/Assistance
> Current Progress
Input Management & Keyboard
- bug 1125703 - Disable some Gaia Keyboard Build Integration Tests until bug 1119731 is fixed | landed
- bug 1115644 - Implement RootPanel for KeyboardSettingsApp | landed
- Got r+ at Tue (Jan-27)
- bug 1124150 - Remove dead code & data structure from xml2dict.py
- It's not just code patching -- I will also annotate comments of it. Also I will add some comments to predictions.js (where existent codes/comments confused me).
- Will also begin writing Gaia/System/Keyboard/IME/Latin/Dictionary during the process.
Review/Feedback/Assistance
- bug 1124265 - [Keyboard] Cannot switch to installed Marketplace Keyboards
- bug 1125074 - [Stingray][Keyboard] Keyboard popups with additional 1px blank line between app window
- Discussed with Rudy and this is probably a rendering management issue inside Keyboard-app.
> Topic Status
Keyboard User Dictionary
- Current focus is preparation to integrate list2dict.js into Gaia repo.
- Preparation work to incorporate list2dict.js to Gaia
- https://github.com/mnjul/gaia-kb-dict-tools/tree/release/gaiafication
- Tidy'ed up and organized code structures, is ready for bug 1102834.
General Keyboard Dictionary
- Study predictions.js and xml2dict.py
- In bug 1124150 I will remove dead codes from xml2dict.py and annotate comments of it. Also I will add some comments to predictions.js (where existent codes/comments confused me).
- Plan to write some more docs/draw diagrams for the prediction mechanism to "preserve" my studied knowledge, on Gaia/System/Keyboard/IME/Latin/Dictionary.
TODOs/Backlogs
- bug 1125753 - Fix broken Gaia Keyboard Build Integration Tests (as disabled in bug 1125703)
- bug 1115666 - Clean up KeyboardSettingsApp stylesheet
- Follow-up/side notes to bug 1115644 - Implement RootPanel and standardize panel interface for KeyboardSettingsApp
- Suspendability/Resumability of SettingsView & SettingsPromiseManager
- Verify the ability to launch KBSettingsApp into a different root panel
Bugzilla queries
v1.3
- blocking: 1.3+
- blocking: 1.3? (including fixed bugs)
- blocking: 1.3T+
- blocking: 1.3T? (including fixed bugs)
v1.4
- blocking: 1.4+
- blocking: 1.4? (including fixed bugs)
v2.0
- blocking: 2.0+
- feature: 2.0
- blocking: 2.0? (including fixed bugs)
- feature: 2.0 (including fixed bugs)
v2.1
- blocking: 2.1+
- blocking: 2.1+ (without systemsfe)
- feature: 2.1
- blocking: 2.1? (including fixed bugs)
- feature: 2.1 (including fixed bugs)
- feature: 2.1 (including fixed bugs; without systemsfe)
v2.2
- blocking: 2.2+
- feature: 2.2+
- feature: 2.2?
- blocking: 2.2? (including fixed bugs)
- feature: 2.2+ (including fixed bugs)
- feature: 2.2+ (including fixed bugs; without systemsfe)
Others
- tagged with [priority] on Whiteboard (deprecated; should be using blocking-b2g: backlog)
- blocking: Everything+
- blocking: Everything? (including fixed bugs)
etc
- Components under our watch: Gaia::Bluetooth File Transfer, Gaia::Build, Gaia::Keyboard, Gaia::Settings, Gaia::System::Lockscreen, Gaia::System::Input Mgmt, Gaia::System::Window Mgmt.
- Team/feature tag(s): [FT:System-Platform], [3rd-party-keyboard]
Story Points, Target Milestone and ETA
Please put story point and target milestone to EVERY ticket that is assigned to you, starting from V2.0 4/28.
For blockers, please also put ETA in whiteboard, format: [ETA:4/30]
Here is how we go:
- 1 point means approximately 2 working days.
- The story point goes up with Fibonacci Number, please use the following number: 1, 2, 3, 5, 8, 13 (13 is not recommended unless you really have to)
- Put in whiteboard, format: [p=2]. When you first got the ticket & after a quick estimation.
- The efforts shall include "unit test", "getting review+", "landed".
- When closing a ticket, you may make correction to the p to reflect actual efforts.
- p means "the effort you spent", NOT "how long the ticket is closed". For example, you're assigned a ticket on Monday, but you wait and start working on it Thursday and Friday then done, p should put as 1, not 3.
etc.
- B2G
- B2G/Roadmap -- owned by Product team
- Gaia
- Gaia/Meeting_Notes
- FirefoxOS/SprintStatus#Systems-Platform Sprint Status
- FirefoxOS/OneDotTwoTracking#Blockers_per_Functional_Team
- Firefox OS User Story Backlog
- System Platform v1.3 etherpad (out-dated)
- Sprint review and retrospect: https://etherpad.mozilla.org/systemplatform-retrospect-demo
Subpages of Gaia/Team/Taipei
- Gaia/Team/Taipei/BubbleTea
- Gaia/Team/Taipei/Meetings/2013-08-13
- Gaia/Team/Taipei/Meetings/2013-08-20
- Gaia/Team/Taipei/Meetings/2013-08-27
- Gaia/Team/Taipei/Meetings/2013-09-03
- Gaia/Team/Taipei/Meetings/2013-09-10
- Gaia/Team/Taipei/Meetings/2013-09-17
- Gaia/Team/Taipei/Meetings/2013-09-24
- Gaia/Team/Taipei/Meetings/2013-10-01
- Gaia/Team/Taipei/Meetings/2013-10-08
- Gaia/Team/Taipei/Meetings/2013-10-15
- Gaia/Team/Taipei/Meetings/2013-10-22
- Gaia/Team/Taipei/Meetings/2013-10-29
- Gaia/Team/Taipei/Meetings/2013-11-05
- Gaia/Team/Taipei/Meetings/2013-11-12
- Gaia/Team/Taipei/Meetings/2013-11-19
- Gaia/Team/Taipei/Meetings/2013-11-26
- Gaia/Team/Taipei/Meetings/2013-12-03
- Gaia/Team/Taipei/Meetings/2014-01-07
- Gaia/Team/Taipei/Meetings/2014-01-14
- Gaia/Team/Taipei/Meetings/2014-02-11
- Gaia/Team/Taipei/Meetings/2014-02-18
- Gaia/Team/Taipei/Meetings/2014-02-25
- Gaia/Team/Taipei/Meetings/2014-03-11
- Gaia/Team/Taipei/Meetings/2014-03-18
- Gaia/Team/Taipei/Meetings/2014-03-25
- Gaia/Team/Taipei/Meetings/2014-04-01
- Gaia/Team/Taipei/Meetings/2014-04-08
- Gaia/Team/Taipei/Meetings/2014-04-15
- Gaia/Team/Taipei/Meetings/2014-04-22
- Gaia/Team/Taipei/Meetings/2014-04-29
- Gaia/Team/Taipei/Meetings/2014-05-06
- Gaia/Team/Taipei/v1.3
- Gaia/Team/Taipei/v1.4