History log of /packages/apps/Exchange/src/com/android/exchange/adapter/GalParser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2db0b68170b046b41c0319768d7018d093e536a4 20-Jun-2014 Anthony Lee <anthonylee@google.com> b/15746597. Adjust workflow when there are no results for a GAL search.

The actual crash is a wtf but the problem is we are not properly handling
empty results from Exchange. Now we are. The wtf logging should remain
but the code around it needed changing.

Change-Id: I06c214cc79cf5690ec1685655e4adba817df9295
/packages/apps/Exchange/src/com/android/exchange/adapter/GalParser.java
bb0141b49e7eff978fa445249dc888461ea581e3 03-Jun-2014 Martin Hibdon <mhibdon@google.com> Delete obsolete code

ExchangeService was only being used for GalSearch. That
code has been moved EasService.
Other services, EasAccountService, EasOutboxService, and
EasSyncService are no longer used and have been removed,
along with a bunch of other unused helper classes.

Change-Id: I25c7e53896125818cfd6d3e3bf630ff671f142d1
/packages/apps/Exchange/src/com/android/exchange/adapter/GalParser.java
4d07dd49522f0573cb6ea1920f072bf677ed60f9 21-May-2014 Jay Shrauner <shrauner@google.com> Fix parser EodExceptions

Fix Parser EodExceptions thrown as a results of changing nextTag().
Clean up various nextTag() loops so they are checking for the right
end tag.

Bug:15086892
Change-Id: I9ff0593bb062968d5556f028638c3bf13f3410d3
/packages/apps/Exchange/src/com/android/exchange/adapter/GalParser.java
d41eaba645dcb4573c5dc33077fc87799ef06195 03-Aug-2010 Dmitri Plotnikov <dplotnikov@google.com> Adding support for a full-contact (entities) query.

Change-Id: Ib1cdd998dcc4f60124dbc37a42fd61ee0f6802fd
/packages/apps/Exchange/src/com/android/exchange/adapter/GalParser.java
d58037848880cec981ad8d81381d211a2de03d3e 02-May-2010 Marc Blank <mblank@google.com> Fix GAL lookup issue

Bug: 2646410
Change-Id: I52b0ddf4b7c6b56b3ad060d8d42a6080efa3662b
/packages/apps/Exchange/src/com/android/exchange/adapter/GalParser.java
a6bcdcbd31fc4a07ccba54e74ac4ca7e476262fe 16-Mar-2010 Andrew Stadler <stadler@android.com> GAL (continued)

* Clean up logging
* Clean up TODO's
* Clean up some unused code & warnings
* Bugfix: trim query string before calling provider
* Bugfix: use correct # for "First n results..."
* Bugfix: tie separator position tracking into cursor, to avoid
some concurrency problems when multiple cursors are in flight.

Bug: 2249514
Change-Id: Icf26599ecb9b27cbf88cd80e9abf4a3428598193
/packages/apps/Exchange/src/com/android/exchange/adapter/GalParser.java
96bdc2bfdd4d316259380dfba37c4d22dab7aaa0 13-Mar-2010 Andrew Stadler <stadler@android.com> GAL support

* Provides GAL autocomplete in email address fields in message composition.

General TODO list:
UI: Implement divider in adapter, not in GAL provider
UI: Use listview_separator for divider
UI: Clean up strings, move all to resources
UI: Only have one GAL lookup in flight at any time
UI: Unit tests

GAL: Use side channel for status, not a row
GAL: Shorten timeout for interactive GAL lookup
GAL: Make watchdogs work
GAL: Figure out why some calls never return (conn pool exhaustion?)
GAL: Unit tests

Bug: 2249514
Change-Id: I513e25628bc2f5ed0920e0ee509cd598b1817b3a
/packages/apps/Exchange/src/com/android/exchange/adapter/GalParser.java